]> Git Repo - VerusCoin.git/blob - README.md
make-release.py: Versioning changes for 1.1.2-rc1.
[VerusCoin.git] / README.md
1 Zcash 1.1.2-rc1
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 through a sophisticated zero-knowledge proving scheme that preserves
10 confidentiality of transaction metadata. Technical details are available
11 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 blockchain has reached a significant size.
17
18 Security Warnings
19 -----------------
20
21 See important security warnings on the
22 [Security Information page](https://z.cash/support/security/).
23
24 **Zcash is experimental and a work-in-progress.** Use at your own risk.
25
26 Deprecation Policy
27 ------------------
28
29 This release is considered deprecated 16 weeks after the release day. There
30 is an automatic deprecation shutdown feature which will halt the node some
31 time after this 16 week time period. The automatic feature is based on block
32 height and can be explicitly disabled.
33
34 Where do I begin?
35 -----------------
36 We have a guide for joining the main Zcash network:
37 https://github.com/zcash/zcash/wiki/1.0-User-Guide
38
39 ### Need Help?
40
41 * See the documentation at the [Zcash Wiki](https://github.com/zcash/zcash/wiki)
42   for help and more information.
43 * Ask for help on the [Zcash](https://forum.z.cash/) forum.
44
45 Participation in the Zcash project is subject to a
46 [Code of Conduct](code_of_conduct.md).
47
48 Building
49 --------
50
51 Build Zcash along with most dependencies from source by running
52 ./zcutil/build.sh. Currently only Linux is officially supported.
53
54 License
55 -------
56
57 For license information see the file [COPYING](COPYING).
This page took 0.026537 seconds and 4 git commands to generate.