Its something like this:
1.Open Terminal window:)
2.Copy/paste following command (whole as it is) and hit enter:
sudo apt-get install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python \
zlib1g-dev wget bsdmainutils automake
3. Once finished (in meanwhile you will be asked something, hit YES
) use next command:
git clone
https://github.com/bitcoinz-pod/bitcoinz4. cd bitcoinz
5. ./zcutil/build.sh -j$(nproc)
6. ./zcutil/fetch-params.sh
In between step 5 i 6 you need to wait to finish download/installation (it can take a while)
Now, next step can be tricky:
7. ./src/zcashd
It can say that u need to create /home/YOUR USER NAME/.bitcoinz/bitcoinz.conf , so you will need to make one
8a. In case you dont have .bitcoinz folder (im not sure is it made by default or you need to make one - first check from explorer) make one with: mkdir -p ~/.bitcoinz (since ".folders" are hidden, open explorer and hit CTRL+H to show them)
8.b Create bitcoinz.conf file from text editor and copy/paste following and change username/pass, and save it in .bitcoinz folder:
addnode=173.212.216.105
addnode=[2604:a880:cad:d0::5e39:4001]
addnode=[2a01:4f8:c0c:3532::2]
addnode=[2a02:c207:2013:2448::1]
addnode=37.139.4.84
addnode=138.197.128.40
addnode=107.181.174.211
addnode=107.181.174.211:1989
rpcuser=YOURUSERNAME
rpcpassword=YOURUSERPASSWORD
9. now try ./src/zcashd (if everything is ok u will see connections, blocks etc)
10.Keep this terminal window open and open another one
11. In new terminal, go to bitcoinz folder (cd bitcoinz)
12. Use following command to get tAdress for your wallet:
./src/zcash-cli getnewadress
Thats that
12 point does not work.
--------------------------------
wadress
error code: -32601
error message:
Method not found
--------------------------------