Bitway

Bitway 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 5750000. It is estimated to take place 1 week ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd bitway
git pull
git checkout v2.0.2
make install

Check Version

# should be 2.0.2
bitwayd version

# Should be commit dcba4add654ec09cfff8daab089f0055363c7314
bitwayd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.bitway/cosmovisor/upgrades/v2.0.2/bin
cp $HOME/go/bin/bitwayd $HOME/.bitway/cosmovisor/upgrades/v2.0.2/bin

Check Version Again

# should be 2.0.2
$HOME/.bitway/cosmovisor/upgrades/v2.0.2/bin/bitwayd version