The upgrade is scheduled for block 3,947,500. It is estimated to take place 11 hours 6 minutes
from now.
cd $HOME
cd elys
git pull
git checkout v6.0.0
make install
# should be v6.0.0
elys version
# Should be commit e49925d6825125276b0928d3720e79c028a98c0f
elys version --long | grep commit
sudo systemctl restart elys
sudo journalctl -u elys -f
mkdir -p $HOME/.elys/cosmovisor/upgrades/v6.0.0/bin
cp $HOME/go/bin/elys $HOME/.elys/cosmovisor/upgrades/v6.0.0/bin
# should be v6.0.0
$HOME/.elys/cosmovisor/upgrades/v6.0.0/bin/elys version
When upgrade block height is reached, Cosmovisor will handle it automatically.