diff --git a/.gitignore b/.gitignore index 5992c9e6bfd..86cbdba7d92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ *.tar.gz *.deb *.exe +.nfs* + src/bitcoin src/zcashd src/zcash-cli diff --git a/README.md b/README.md index c065ded7a2b..ced19f1a5bd 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -Zcash 2.0.3-rc1 +ZClassic 2.0.3-rc1 =========== -What is Zcash? +What is ZClassic? -------------- -[Zcash](https://z.cash/) is an implementation of the "Zerocash" protocol. +[ZClassic](https://zcl.community/) is an implementation of the "Zerocash" protocol. Based on Bitcoin's code, it intends to offer a far higher standard of privacy through a sophisticated zero-knowledge proving scheme that preserves confidentiality of transaction metadata. Technical details are available in our [Protocol Specification](https://github.com/zcash/zips/raw/master/protocol/protocol.pdf). -This software is the Zcash client. It downloads and stores the entire history -of Zcash transactions; depending on the speed of your computer and network +This software is the ZClassic client. It downloads and stores the entire history +of ZClassic transactions; depending on the speed of your computer and network connection, the synchronization process could take a day or more once the blockchain has reached a significant size. @@ -25,7 +25,7 @@ blockchain has reached a significant size. See important security warnings on the [Security Information page](https://z.cash/support/security/). -**Zcash is experimental and a work-in-progress.** Use at your own risk. +**ZClassic is experimental and a work-in-progress.** Use at your own risk. #### :ledger: Deprecation Policy @@ -36,7 +36,7 @@ height. ## Getting Started -Please see our [user guide](https://zcash.readthedocs.io/en/latest/rtd_pages/rtd_docs/user_guide.html) for joining the main Zcash network. +Please see our [user guide](https://zcash.readthedocs.io/en/latest/rtd_pages/rtd_docs/user_guide.html) for joining the main ZClassic network. ### Need Help? @@ -45,12 +45,12 @@ Please see our [user guide](https://zcash.readthedocs.io/en/latest/rtd_pages/rtd * :incoming_envelope: Ask for help on the [Zcash](https://forum.z.cash/) forum. * :mag: Chat with our support community on [Rocket.Chat](https://chat.zcashcommunity.com/channel/user-support) -Participation in the Zcash project is subject to a +Participation in the ZClassic project is subject to a [Code of Conduct](code_of_conduct.md). ### Building -Build Zcash along with most dependencies from source by running: +Build ZClassic along with most dependencies from source by running: ``` ./zcutil/build.sh -j$(nproc)