Bitcanna

Bitcanna v1.6.0-fix 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 7467420. It is estimated to take place 1 year ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd bitcanna
git pull
git checkout v1.6.0-fix
make install

Check Version

# should be 1.6.0-fix
bcnad version

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

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 1.6.0-fix
$HOME/.bcna/cosmovisor/upgrades/vigorous-grow/bin/bcnad version