]> Git Repo - VerusCoin.git/blob - README.md
docs
[VerusCoin.git] / README.md
1 Zcash
2 =====
3
4 https://z.cash/
5
6 Where do I begin?
7 -----------------
8
9 We have a guide for joining the public testnet: https://github.com/zcash/zcash/wiki/Public-Alpha-Guide
10
11 What is Zcash?
12 --------------
13
14 Zcash is an implementation of the "Zerocash" protocol. Based on Bitcoin's code, it intends to
15 offer a far higher standard of privacy and anonymity through a sophisticiated zero-knowledge
16 proving scheme which preserves confidentiality of transaction metadata.
17
18 **Zcash is unfinished and highly experimental.** Use at your own risk.
19
20 Participation in the Zcash project is subject to a [Code of Conduct](code_of_conduct.md).
21
22 Security Warnings
23 -----------------
24
25 See important security warnings in
26 [doc/security-warnings.md](doc/security-warnings.md).
27
28 License
29 -------
30
31 Zcash is released under the terms of the MIT license. See [COPYING](COPYING) for more
32 information or see http://opensource.org/licenses/MIT.
33
34
35 >>>>>>>>>>>>>>>>>>>> Komodo specific notes:
36 sudo apt-get install \
37       build-essential pkg-config libc6-dev m4 g++-multilib \
38       autoconf libtool ncurses-dev unzip git python \
39       zlib1g-dev wget bsdmainutils automake
40       
41 git clone https://github.com/jl777/komodo
42 cd komodo
43 ./autogen.sh
44 ./configure --with-incompatible-bdb --with-gui
45 ./zcutil/fetch-params.sh
46 cp ~/.zcash-params/testnet3/z9* ~/.zcash-params
47 ./zcutil/build.sh -j8  # -j8 uses 8 threads
48
49 In ~/.komodo/komodo.conf:
50
51 rpcuser=bitcoinrpc
52 rpcpassword=6cPEhaAvRk6w5MPAopJJbjucKRyDCapqC1JWzx15zLH2
53 addnode="5.9.102.210"
54 addnode="78.47.196.146"
55
56
57 komodo/src/komodod -gen=1 -genproclimit=1
58 komodo/src/komodo-cli getinfo
59
60
This page took 0.028658 seconds and 4 git commands to generate.