Bitcanna

Bitcanna v3.0.0 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 12288420. It is estimated to take place 3 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd bitcanna
git pull
git checkout v3.0.0
make install

Check Version

# should be 3.0.0
bcnad version

# Should be commit 70ed42fd9d475466245628d7dce1b1f551a46292
bcnad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

Since the folder name GanjaRevolution contains capitalized letters, please check your cosmovisor version to ensure that it complies with the version stardard.
mkdir -p $HOME/.bcna/cosmovisor/upgrades/GanjaRevolution/bin
cp $HOME/go/bin/bcnad $HOME/.bcna/cosmovisor/upgrades/GanjaRevolution/bin

Check Version Again

# should be 3.0.0
$HOME/.bcna/cosmovisor/upgrades/GanjaRevolution/bin/bcnad version