forked from RavenProject/Ravencoin
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed slow interface. Added exbitron price exchange. Added checkpoint…
…. Added node ip. Changed logo
- Loading branch information
1 parent
e097660
commit 56fe6d4
Showing
42 changed files
with
121 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
--------------------- | ||
|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.