]> Git Repo - VerusCoin.git/blame - README.md
Add steps for setting up a latent worker on Amazon EC2
[VerusCoin.git] / README.md
CommitLineData
d444e1cf 1Zcash 1.0.10-1
451047d1 2=============
559ab225 3
293e4f01 4What is Zcash?
c2ec2f53 5--------------
20d59455 6
666a401f
DH
7[Zcash](https://z.cash/) is an implementation of the "Zerocash" protocol.
8Based on Bitcoin's code, it intends to offer a far higher standard of privacy
eb2e2b70
SB
9through a sophisticated zero-knowledge proving scheme that preserves
10confidentiality of transaction metadata. Technical details are available
11in our [Protocol Specification](https://github.com/zcash/zips/raw/master/protocol/protocol.pdf).
20d59455 12
666a401f
DH
13This software is the Zcash client. It downloads and stores the entire history
14of Zcash transactions; depending on the speed of your computer and network
15connection, the synchronization process could take a day or more once the
c2b24ccd 16blockchain has reached a significant size.
254c16dd 17
8fb1005c
TH
18Security Warnings
19-----------------
20
21See important security warnings in
22[doc/security-warnings.md](doc/security-warnings.md).
23
666a401f
DH
24**Zcash is unfinished and highly experimental.** Use at your own risk.
25
ce7e7caf
NW
26Deprecation Policy
27------------------
28
29This release is considered deprecated 16 weeks after the release day. There
e895b863
NW
30is an automatic deprecation shutdown feature which will halt the node some
31time after this 16 week time period. The automatic feature is based on block
32height and can be explicitly disabled.
ce7e7caf 33
666a401f
DH
34Where do I begin?
35-----------------
473ed951
CB
36We have a guide for joining the main Zcash network:
37https://github.com/zcash/zcash/wiki/1.0-User-Guide
666a401f
DH
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
45Participation in the Zcash project is subject to a
46[Code of Conduct](code_of_conduct.md).
47
48Building
49--------
50
51Build Zcash along with most dependencies from source by running
eb2e2b70 52./zcutil/build.sh. Currently only Linux is officially supported.
666a401f 53
20d59455
CD
54License
55-------
56
666a401f 57For license information see the file [COPYING](COPYING).
This page took 0.100897 seconds and 4 git commands to generate.