Bitway

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

Install New Binary

cd bitway
git pull
git checkout v2.0.1
make install

Check Version

# should be 2.0.1
bitwayd version

# Should be commit 07f2bb1d0c6a8a2de3e89730cf60a8ba4b381fa8
bitwayd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 2.0.1
$HOME/.bitway/cosmovisor/upgrades/v2.0.1/bin/bitwayd version