Bitcanna

Bitcanna v2.0.2 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 9209420. It is estimated to take place 10 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd bitcanna
git pull
git checkout v2.0.2
make install

Check Version

# should be 2.0.2
bcnad version

# Should be commit f09d3d7ad9ab39240f0445a9da74e70aa15379d2
bcnad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 2.0.2
$HOME/.bcna/cosmovisor/upgrades/wakeandbake/bin/bcnad version