Skip to content

Commit

Permalink
Fixed slow interface. Added exbitron price exchange. Added checkpoint…
Browse files Browse the repository at this point in the history
…. Added node ip. Changed logo
  • Loading branch information
BillyGirboux committed Aug 6, 2022
1 parent e097660 commit 56fe6d4
Show file tree
Hide file tree
Showing 42 changed files with 121 additions and 115 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Examples:
Trivial: Fix typo in init.cpp

Note that translations should not be submitted as pull requests, please see
[Translation Process](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/translation_process.md)
[Translation Process](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/translation_process.md)
for more information on helping with translations.

If a pull request is specifically not to be considered for merging (yet) please
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Development Process
-------------------

The `master` branch is regularly built and tested, but is not guaranteed to be
completely stable. [Tags](https://github.com/ProcyonProject/ProcyonCoin/tags) are created
completely stable. [Tags](https://github.com/ProcyonCoin/ProcyonCoonCoin/tags) are created
regularly to indicate new official, stable release versions of Procyon Core.

Active development is done in the `develop` branch.
Expand Down
10 changes: 5 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 4)
define(_CLIENT_VERSION_MINOR, 7)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 3)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2021)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Procyon Core]])
AC_INIT([Procyon Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_REVISION, m4_if(_CLIENT_VERSION_BUILD, [0], [], _CLIENT_VERSION_BUILD))m4_if(_CLIENT_VERSION_RC, [0], [], [test]_CLIENT_VERSION_RC),[https://github.com/ProcyonProject/ProcyonCoin/issues],[procyon],[https://procyoncoin.org/])
AC_INIT([Procyon Core],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_REVISION, m4_if(_CLIENT_VERSION_BUILD, [0], [], _CLIENT_VERSION_BUILD))m4_if(_CLIENT_VERSION_RC, [0], [], [test]_CLIENT_VERSION_RC),[https://github.com/ProcyonProject/ProcyonCoonCoin/issues],[procyon],[https://procyoncoin.org/])

AC_CONFIG_SRCDIR([src/validation.cpp])
AC_CONFIG_HEADERS([src/config/procyon-config.h])
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Build-Depends: debhelper,
Standards-Version: 3.9.2
Homepage: https://procyoncoin.org/
Vcs-Git: git://github.com/ProcyonProject/ProcyonCoin.git
Vcs-Browser: https://github.com/ProcyonProject/ProcyonCoin
Vcs-Browser: https://github.com/ProcyonCoin/ProcyonCoonCoin

Package: procyond
Architecture: any
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ProcyonCoin
Source: https://github.com/ProcyonProject/ProcyonCoin
Source: https://github.com/ProcyonCoin/ProcyonCoonCoin

Files: *
Copyright: 2009-2017, Bitcoin Core Developers
Expand Down
2 changes: 1 addition & 1 deletion contrib/rpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ reference the release tarball available from https://procyon.org/bin/ and
`Source1` should reference the BerkeleyDB source.

Sources 10-99 are for source files that are maintained in the
[Procyon git repository](https://github.com/ProcyonProject/ProcyonCoin) but are not part of
[Procyon git repository](https://github.com/ProcyonCoin/ProcyonCoonCoin) but are not part of
the release tarball. Most of these will reside in the `contrib` sub-directory.

Sources 10-19 should be reserved for miscellaneous configuration files.
Expand Down
2 changes: 1 addition & 1 deletion contrib/static-builds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ From an Ubuntu 18 bionic server(required)
```
cd ~/
sudo apt install git p7zip-full sleuthkit
git clone https://github.com/procyonproject/procyoncoin
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin
mkdir ~/dmg && cd ~/dmg
```
Register for a developer account with Apple, then download the Xcode 7.3.1 dmg from: https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/Xcode_7.3.1/Xcode_7.3.1.dmg
Expand Down
2 changes: 1 addition & 1 deletion contrib/static-builds/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd ~/
# Removes any existing builds and starts clean WARNING
rm -rf ~/procyoncoin ~/sign ~/release

git clone https://github.com/procyonproject/procyoncoin
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin
cd ~/procyoncoin
git checkout $BRANCH

Expand Down
16 changes: 8 additions & 8 deletions contrib/static-builds/staticbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cd ~/
export PATH_orig=$PATH
DISTNAME=procyon-2.0.1
sudo apt install -y curl g++-aarch64-linux-gnu g++-7-aarch64-linux-gnu gcc-7-aarch64-linux-gnu binutils-aarch64-linux-gnu g++-arm-linux-gnueabihf g++-7-arm-linux-gnueabihf gcc-7-arm-linux-gnueabihf binutils-arm-linux-gnueabihf g++-7-multilib gcc-7-multilib binutils-gold git pkg-config autoconf libtool automake bsdmainutils ca-certificates python
git clone https://github.com/procyonproject/procyoncoin
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin
mkdir -p release
cd procyoncoin/depends
make HOST=x86_64-linux-gnu -j4
Expand Down Expand Up @@ -59,7 +59,7 @@ cd ~/
export PATH_orig=$PATH
DISTNAME=procyon-2.0.1
sudo apt install -y curl g++-aarch64-linux-gnu g++-7-aarch64-linux-gnu gcc-7-aarch64-linux-gnu binutils-aarch64-linux-gnu g++-arm-linux-gnueabihf g++-7-arm-linux-gnueabihf gcc-7-arm-linux-gnueabihf binutils-arm-linux-gnueabihf g++-7-multilib gcc-7-multilib binutils-gold git pkg-config autoconf libtool automake bsdmainutils ca-certificates python
git clone https://github.com/procyonproject/procyoncoin
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin
mkdir -p release
mkdir -p ~/wrapped
mkdir -p ~/wrapped/extra_includes
Expand Down Expand Up @@ -124,7 +124,7 @@ cd ~/
export PATH_orig=$PATH
DISTNAME=procyon-2.0.1
sudo apt install -y curl g++-aarch64-linux-gnu g++-7-aarch64-linux-gnu gcc-7-aarch64-linux-gnu binutils-aarch64-linux-gnu g++-arm-linux-gnueabihf g++-7-arm-linux-gnueabihf gcc-7-arm-linux-gnueabihf binutils-arm-linux-gnueabihf g++-7-multilib gcc-7-multilib binutils-gold git pkg-config autoconf libtool automake bsdmainutils ca-certificates python
git clone https://github.com/procyonproject/procyoncoin
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin
mkdir -p release
cd procyoncoin/depends
make HOST=arm-linux-gnueabihf -j4
Expand Down Expand Up @@ -158,7 +158,7 @@ cd ~/
export PATH_orig=$PATH
DISTNAME=procyon-2.0.1
sudo apt install -y curl g++-aarch64-linux-gnu g++-7-aarch64-linux-gnu gcc-7-aarch64-linux-gnu binutils-aarch64-linux-gnu g++-arm-linux-gnueabihf g++-7-arm-linux-gnueabihf gcc-7-arm-linux-gnueabihf binutils-arm-linux-gnueabihf g++-7-multilib gcc-7-multilib binutils-gold git pkg-config autoconf libtool automake bsdmainutils ca-certificates python
git clone https://github.com/procyonproject/procyoncoin
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin
mkdir -p release
cd procyoncoin/depends
make HOST=aarch64-linux-gnu -j4
Expand Down Expand Up @@ -194,7 +194,7 @@ DISTNAME=procyon-2.0.1
sudo apt install -y build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git python nsis rename zip
sudo apt install -y g++-mingw-w64-x86-64
sudo update-alternatives --config x86_64-w64-mingw32-g++ # Set the default mingw32 g++ compiler option to posix.
git clone https://github.com/procyonproject/procyoncoin
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin
mkdir -p release
mkdir -p release/unsigned/
mkdir -p sign/win64
Expand Down Expand Up @@ -276,7 +276,7 @@ DISTNAME=procyon-2.0.1
sudo apt install -y build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git python nsis rename zip
sudo apt install -y g++-mingw-w64-i686 mingw-w64-i686-dev
sudo update-alternatives --config i686-w64-mingw32-g++ # Set the default mingw32 g++ compiler option to posix.
git clone https://github.com/procyonproject/procyoncoin
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin
mkdir -p release
mkdir -p release/unsigned/
mkdir -p sign/win32
Expand Down Expand Up @@ -354,7 +354,7 @@ From an ubuntu 18 bionic server(required)
```
cd ~/
sudo apt install git p7zip-full sleuthkit
git clone https://github.com/procyonproject/procyoncoin
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin
mkdir ~/dmg && cd ~/dmg
#Register for a developer account with Apple, then download the Xcode 7.3.1 dmg from: https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/Xcode_9.4.1/Xcode_9.4.1.dmg
#Transfer Xcode_7.3.1.dmg to the target machine into ~/dmg
Expand All @@ -372,7 +372,7 @@ cd ~/
export PATH_orig=$PATH
DISTNAME=procyon-2.0.1
sudo apt install ca-certificates curl g++ git pkg-config autoconf librsvg2-bin libtiff-tools libtool automake bsdmainutils cmake imagemagick libcap-dev libz-dev libbz2-dev python python-dev python-setuptools fonts-tuffy
git clone https://github.com/procyonproject/procyoncoin
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin
mkdir ~/procyoncoin/depends/SDKs
#transfer MacOSX10.11.sdk.tar.gz to the folder procyoncoin/depends/SDKs
cd procyoncoin/depends/SDKs && tar -xf MacOSX10.11.sdk.tar.gz
Expand Down
54 changes: 27 additions & 27 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Setup
---------------------
ProcyonCoin Core is the original ProcyonCoin client and it builds the backbone of the network. It downloads and, by default, stores the entire history of ProcyonCoin transactions; depending on the speed of your computer and network connection, the synchronization process is typically complete in under an hour.

To download compiled binaries of the ProcyonCoin Core and wallet, visit the [GitHub release page](https://github.com/ProcyonProject/ProcyonCoin/releases).
To download compiled binaries of the ProcyonCoin Core and wallet, visit the [GitHub release page](https://github.com/ProcyonCoin/ProcyonCoonCoin/releases).

Running
---------------------
Expand Down Expand Up @@ -107,46 +107,46 @@ Building from source
---------------------
The following are developer notes on how to build the ProcyonCoin core software on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.
- [Dependencies](https://github.com/ProcyonProject/ProcyonCoin/tree/master/doc/dependencies.md)
- [OS X Build Notes](https://github.com/ProcyonProject/ProcyonCoin/tree/master/doc/build-osx.md)
- [Unix Build Notes](https://github.com/ProcyonProject/ProcyonCoin/tree/master/doc/build-unix.md)
- [Windows Build Notes](https://github.com/ProcyonProject/ProcyonCoin/tree/master/doc/build-windows.md)
- [OpenBSD Build Notes](https://github.com/ProcyonProject/ProcyonCoin/tree/master/doc/build-openbsd.md)
- [Gitian Building Guide](https://github.com/ProcyonProject/ProcyonCoin/tree/master/doc/gitian-building.md)
- [Dependencies](https://github.com/ProcyonCoin/ProcyonCoonCoin/tree/master/doc/dependencies.md)
- [OS X Build Notes](https://github.com/ProcyonCoin/ProcyonCoonCoin/tree/master/doc/build-osx.md)
- [Unix Build Notes](https://github.com/ProcyonCoin/ProcyonCoonCoin/tree/master/doc/build-unix.md)
- [Windows Build Notes](https://github.com/ProcyonCoin/ProcyonCoonCoin/tree/master/doc/build-windows.md)
- [OpenBSD Build Notes](https://github.com/ProcyonCoin/ProcyonCoonCoin/tree/master/doc/build-openbsd.md)
- [Gitian Building Guide](https://github.com/ProcyonCoin/ProcyonCoonCoin/tree/master/doc/gitian-building.md)
Development
---------------------
ProcyonCoin repo's [root README](https://github.com/ProcyonProject/ProcyonCoin/blob/master/README.md) contains relevant information on the development process and automated testing.
ProcyonCoin repo's [root README](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/README.md) contains relevant information on the development process and automated testing.
- [Developer Notes](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/developer-notes.md)
- [Release Notes](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/release-notes.md)
- [Release Process](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/release-process.md)
- [Developer Notes](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/developer-notes.md)
- [Release Notes](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/release-notes.md)
- [Release Process](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/release-process.md)
- [Source Code Documentation (External Link)](https://dev.visucore.com/procyon/doxygen/) -- 2018-05-11 -- Broken link
- [Translation Process](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/translation_process.md)
- [Translation Strings Policy](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/translation_strings_policy.md)
- [Travis CI](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/travis-ci.md)
- [Unauthenticated REST Interface](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/REST-interface.md)
- [Shared Libraries](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/shared-libraries.md)
- [BIPS](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/bips.md)
- [Dnsseed Policy](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/dnsseed-policy.md)
- [Benchmarking](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/benchmarking.md)
- [Translation Process](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/translation_process.md)
- [Translation Strings Policy](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/translation_strings_policy.md)
- [Travis CI](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/travis-ci.md)
- [Unauthenticated REST Interface](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/REST-interface.md)
- [Shared Libraries](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/shared-libraries.md)
- [BIPS](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/bips.md)
- [Dnsseed Policy](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/dnsseed-policy.md)
- [Benchmarking](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/benchmarking.md)
### Resources
- Discuss on chat [Discord](https://discord.gg/jn6uhur), [Telegram](https://t.me/ProcyonCoinDev) or [Reddit](https://www.reddit.com/r/ProcyonCoin/).
- Find out more on the [ProcyonCoin Wiki](https://procyon.wiki/wiki/ProcyonCoin_Wiki)
- Visit the project home [ProcyonCoin.org](https://procyoncoin.org)
### Miscellaneous
- [Assets Attribution](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/assets-attribution.md)
- [Files](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/files.md)
- [Fuzz-testing](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/fuzzing.md)
- [Reduce Traffic](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/reduce-traffic.md)
- [Tor Support](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/tor.md)
- [Init Scripts (systemd/upstart/openrc)](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/init.md)
- [ZMQ](https://github.com/ProcyonProject/ProcyonCoin/blob/master/doc/zmq.md)
- [Assets Attribution](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/assets-attribution.md)
- [Files](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/files.md)
- [Fuzz-testing](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/fuzzing.md)
- [Reduce Traffic](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/reduce-traffic.md)
- [Tor Support](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/tor.md)
- [Init Scripts (systemd/upstart/openrc)](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/init.md)
- [ZMQ](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/doc/zmq.md)
License
---------------------
Distributed under the [MIT software license](https://github.com/ProcyonProject/ProcyonCoin/blob/master/COPYING).
Distributed under the [MIT software license](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/COPYING).
This product includes software developed by the OpenSSL Project for use in the [OpenSSL Toolkit](https://www.openssl.org/). This product includes
cryptographic software written by Eric Young ([[email protected]](mailto:[email protected])), and UPnP software written by Thomas Bernard.
2 changes: 1 addition & 1 deletion doc/build-freebsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Make the directory for sources and go into it.

__Download ProcyonCoin source.__

`git clone https://github.com/ProcyonProject/ProcyonCoin`
`git clone https://github.com/ProcyonCoin/ProcyonCoonCoin`

`cd ProcyonCoin`

Expand Down
2 changes: 1 addition & 1 deletion doc/build-openbsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pkg_add autoconf # (select highest version, e.g. 2.69)
pkg_add automake # (select highest version, e.g. 1.16)
pkg_add python # (select highest version, e.g. 3.8)

git clone https://github.com/ProcyonProject/ProcyonCoin.git
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin.git
```

See [dependencies.md](dependencies.md) for a complete overview.
Expand Down
2 changes: 1 addition & 1 deletion doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ from the root of the repository.

1. Clone the Procyon Core source code:
```shell
git clone https://github.com/ProcyonProject/ProcyonCoin
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin
cd ProcyonCoin
```

Expand Down
2 changes: 1 addition & 1 deletion doc/build-rasberrypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sudo make install
# Build ProcyonCoin
```
cd ~/build/
git clone https://github.com/ProcyonProject/ProcyonCoin
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin
cd ProcyonCoin/
./autogen.sh
./configure --disable-tests --with-gui=no CPPFLAGS="-I/usr/local/BerkeleyDB.4.8/include -O2" LDFLAGS="-L/usr/local/BerkeleyDB.4.8/lib"
Expand Down
2 changes: 1 addition & 1 deletion doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Setup and Build Example: Arch Linux
This example lists the steps necessary to setup and build a command line only, non-wallet distribution of the latest changes on Arch Linux:
pacman -S git base-devel boost libevent python
git clone https://github.com/ProcyonProject/ProcyonCoin.git
git clone https://github.com/ProcyonCoin/ProcyonCoonCoin.git
cd procyon/
./autogen.sh
./configure --disable-wallet --without-gui --without-miniupnpc
Expand Down
10 changes: 5 additions & 5 deletions doc/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ These are the dependencies currently used by Procyon Core. You can find instruct
| libdmg-hfsplus | | | | | |
| libevent | [2.1.11-stable](https://github.com/libevent/libevent/releases) | 2.0.22 | No | | |
| libICE | 1.0.9 | | | | |
| libjpeg | | | | | [Yes](https://github.com/ProcyonProject/ProcyonCoin/blob/master/depends/packages/qt.mk#L75) |
| libpng | | | | | [Yes](https://github.com/ProcyonProject/ProcyonCoin/blob/master/depends/packages/qt.mk#L74) |
| libjpeg | | | | | [Yes](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/depends/packages/qt.mk#L75) |
| libpng | | | | | [Yes](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/depends/packages/qt.mk#L74) |
| libtapi | | | | | |
| libSM | 1.2.2 | | | | |
| libX11 | 1.6.2 | | | | |
Expand All @@ -32,12 +32,12 @@ These are the dependencies currently used by Procyon Core. You can find instruct
| mac_alias | 2.2.0 | | | | |
| MiniUPnPc | [2.0.20170509](http://miniupnp.free.fr/files) | | No | | |
| OpenSSL | [1.1.1k](https://www.openssl.org/source) | | Yes | | |
| PCRE | | | | | [Yes](https://github.com/ProcyonProject/ProcyonCoin/blob/master/depends/packages/qt.mk#L76) |
| PCRE | | | | | [Yes](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/depends/packages/qt.mk#L76) |
| protobuf | [2.6.1](https://github.com/google/protobuf/releases) | | No | | |
| Python (tests) | | [3.4](https://www.python.org/downloads) | | | |
| qrencode | [3.4.4](https://fukuchi.org/works/qrencode) | | No | | |
| Qt | [5.12.10](https://download.qt.io/official_releases/qt/) | 4.7+ | No | | |
| XCB | 1.10 | | | | [Yes](https://github.com/ProcyonProject/ProcyonCoin/blob/master/depends/packages/qt.mk#L94) (Linux only) |
| xkbcommon | 0.8.4 | | | | [Yes](https://github.com/ProcyonProject/ProcyonCoin/blob/master/depends/packages/qt.mk#L93) (Linux only) |
| XCB | 1.10 | | | | [Yes](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/depends/packages/qt.mk#L94) (Linux only) |
| xkbcommon | 0.8.4 | | | | [Yes](https://github.com/ProcyonCoin/ProcyonCoonCoin/blob/master/depends/packages/qt.mk#L93) (Linux only) |
| ZeroMQ | [4.1.5](https://github.com/zeromq/libzmq/releases) | | No | | |
| zlib | [1.2.11](http://zlib.net/) | | | | No |
2 changes: 1 addition & 1 deletion doc/dnsseed-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ situations but should be discussed in public in advance.

See also
----------
- [procyoncoin-seeder](https://github.com/ProcyonProject/procyoncoin-seeder) is a reference implementation of a DNS seed.
- [procyoncoin-seeder](https://github.com/ProcyonCoin/ProcyonCoonCoin-seeder) is a reference implementation of a DNS seed.
Loading

0 comments on commit 56fe6d4

Please sign in to comment.