Update zcashd client

Hi,

What is the best way to update the zcashd?

I running it on ubuntu 16.04.

My zcashd is v1.0.10-1 and I want to update to the latest.

Should i just reinstall or is there less tedious way of updating?

git fetch origin
git checkout v1.0.13
./zcutil/fetch-params.sh
./zcutil/build.sh --disable-rust -j$(nproc)

2 Likes

Worked like a charm, cheers!

note for newbs: make sure you run this from your ./zcash folder