]> Git Repo - VerusCoin.git/blob - README.md
Track mined blocks to detect and report orphans and mining revenue
[VerusCoin.git] / README.md
1 Zcash 1.0.0
2 ===========
3
4 What is Zcash?
5 --------------
6
7 [Zcash](https://z.cash/) is an implementation of the "Zerocash" protocol.
8 Based on Bitcoin's code, it intends to offer a far higher standard of privacy
9 and anonymity through a sophisticated zero-knowledge proving scheme that
10 preserves confidentiality of transaction metadata. Technical details are
11 available in our [Protocol Specification](https://github.com/zcash/zips/raw/master/protocol/protocol.pdf).
12
13 This software is the Zcash client. It downloads and stores the entire history
14 of Zcash transactions; depending on the speed of your computer and network
15 connection, the synchronization process could take a day or more once the
16 block chain has reached a significant size.
17
18 Security Warnings
19 -----------------
20
21 See important security warnings in
22 [doc/security-warnings.md](doc/security-warnings.md).
23
24 **Zcash is unfinished and highly experimental.** Use at your own risk.
25
26 Where do I begin?
27 -----------------
28
29 We have a guide for joining the public testnet:
30 https://github.com/zcash/zcash/wiki/Beta-Guide
31
32 ### Need Help?
33
34 * See the documentation at the [Zcash Wiki](https://github.com/zcash/zcash/wiki)
35   for help and more information.
36 * Ask for help on the [Zcash](https://forum.z.cash/) forum.
37
38 Participation in the Zcash project is subject to a
39 [Code of Conduct](code_of_conduct.md).
40
41 Building
42 --------
43
44 Build Zcash along with most dependencies from source by running
45 ./zcutil/build.sh. Currently only Linux is supported.
46
47 License
48 -------
49
50 For license information see the file [COPYING](COPYING).
This page took 0.026756 seconds and 4 git commands to generate.