Bitsong

Bitsong v0.24.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 28760000. It is estimated to take place 2 days from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd bitsong
git pull
git checkout v0.24.0
make install

Check Version

# should be 0.24.0
bitsongd version

# Should be commit 7207c486e4ff462c864d362d3830f93460a6c88c
bitsongd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

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