Bitsong

Bitsong v022 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 22412000. It is estimated to take place 2 weeks ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd bitsong
git pull
git checkout v022
make install

Check Version

# should be v022
bitsongd version

# Should be commit v022
bitsongd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.bitsongd/cosmovisor/upgrades/v022/bin
cp $HOME/go/bin/bitsongd $HOME/.bitsongd/cosmovisor/upgrades/v022/bin

Check Version Again

# should be v022
$HOME/.bitsongd/cosmovisor/upgrades/v022/bin/bitsongd version