Update zcash to 1.0.7

Maybe someone can explain me how to update to the latest zcash step by step.

Thanks a lot for your help.

Assuming you downloaded the git repository and your path is ~/zcash, here are the steps to pull and build 1.0.7-1.

$ cd zcash $ git checkout master $ git pull && git checkout v1.0.7-1 $ make clean $ ./zcutil/build.sh -j$(nproc)

1 Like

yes I did, so I am also not losing my t-addresses when doing the update?

The update process does not affect the ~/.zcash data directory where your wallet is stored.

1 Like

Also, you should backup your wallet data file “just in case”.

See the full ~/.zcash directory using:
ls -la ~/.zcash

the “wallet.dat” file is the one you want to backup.

1 Like

Thanks a lot for your information. Maybe you also know how to update nheqminer for Ubuntu?

I do not. Try asking on this thread perhaps: Miner- [NiceHash] Zcash CPU/GPU for Linux and Windows