Crypto.org

Crypto.org v6.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 24836000. It is estimated to take place 5 days from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd cryptocom
git pull
git checkout v6.0.0
make install

Check Version

# should be 6.0.0
chain-maind version

# Should be commit 6eee1f158d914a5fd87ff74d3a36a683789ab056
chain-maind version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.chain-maind/cosmovisor/upgrades/v6.0.0/bin
cp $HOME/go/bin/chain-maind $HOME/.chain-maind/cosmovisor/upgrades/v6.0.0/bin

Check Version Again

# should be 6.0.0
$HOME/.chain-maind/cosmovisor/upgrades/v6.0.0/bin/chain-maind version