The upgrade is scheduled for block 42,051,400. It is estimated to take place 2 days 13 hours 3 minutes
from now.
cd $HOME
cd chain
git pull
git checkout v3.0.1
make install
# should be v3.0.1
bandd version
# Should be commit 7defe0d57298cb2dcf4b9d4645fe8a4e0f7ae30f
bandd version --long | grep commit
sudo systemctl restart bandd
sudo journalctl -u bandd -f
mkdir -p $HOME/.band/cosmovisor/upgrades/v3.0.1/bin
cp $HOME/go/bin/bandd $HOME/.band/cosmovisor/upgrades/v3.0.1/bin
# should be v3.0.1
$HOME/.band/cosmovisor/upgrades/v3.0.1/bin/bandd version
When upgrade block height is reached, Cosmovisor will handle it automatically.