]>
Commit | Line | Data |
---|---|---|
451047d1 NW |
1 | Zcash 1.0.8-1 |
2 | ============= | |
559ab225 | 3 | |
293e4f01 | 4 | What is Zcash? |
c2ec2f53 | 5 | -------------- |
20d59455 | 6 | |
666a401f DH |
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 | |
eb2e2b70 SB |
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). | |
20d59455 | 12 | |
666a401f DH |
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 | |
c2b24ccd | 16 | blockchain has reached a significant size. |
254c16dd | 17 | |
8fb1005c TH |
18 | Security Warnings |
19 | ----------------- | |
20 | ||
21 | See 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 | ||
26 | Where do I begin? | |
27 | ----------------- | |
473ed951 CB |
28 | We have a guide for joining the main Zcash network: |
29 | https://github.com/zcash/zcash/wiki/1.0-User-Guide | |
666a401f DH |
30 | |
31 | ### Need Help? | |
32 | ||
33 | * See the documentation at the [Zcash Wiki](https://github.com/zcash/zcash/wiki) | |
34 | for help and more information. | |
35 | * Ask for help on the [Zcash](https://forum.z.cash/) forum. | |
36 | ||
37 | Participation in the Zcash project is subject to a | |
38 | [Code of Conduct](code_of_conduct.md). | |
39 | ||
40 | Building | |
41 | -------- | |
42 | ||
43 | Build Zcash along with most dependencies from source by running | |
eb2e2b70 | 44 | ./zcutil/build.sh. Currently only Linux is officially supported. |
666a401f | 45 | |
20d59455 CD |
46 | License |
47 | ------- | |
48 | ||
666a401f | 49 | For license information see the file [COPYING](COPYING). |