How to update ZcashCli?

As it was installed via package manager (as per the video) simply sudo apt-get update && sudo apt-get upgrade will work. Then you need to restart zcashd (so if you are running as a daemon then stop it with zcash-cli stop and start it up again zcashd -daemon).

You can check you have the right version then with zcashd --version or zcash-cli --version

3 Likes