Bitcanna

Bitcanna v4.0.1 Upgrade

LFG!

This guide assumes that you use cosmovisor to manage upgrades. If you do not use cosmovisor, please adjust some commands accordingly.

The upgrade is scheduled for Block 16782000. It is estimated to take place 3 weeks ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd bitcanna
git pull
git checkout v4.0.1
make install

Check Version

# should be v4.0.1
bcnad version

# Should be commit 42ccc11c4d4fce7c72523b748a06f2779f6aa417
bcnad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.bcna/cosmovisor/upgrades/stickyfingers/bin
cp $HOME/go/bin/bcnad $HOME/.bcna/cosmovisor/upgrades/stickyfingers/bin

Check Version Again

# should be v4.0.1
$HOME/.bcna/cosmovisor/upgrades/stickyfingers/bin/bcnad version