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.
cd cryptocom
git pull
git checkout v6.0.0
make install
# should be 6.0.0
chain-maind version
# Should be commit 6eee1f158d914a5fd87ff74d3a36a683789ab056
chain-maind version --long | grep commit
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
# should be 6.0.0
$HOME/.chain-maind/cosmovisor/upgrades/v6.0.0/bin/chain-maind version