Loading...

Elys Chain Upgrade

The upgrade is scheduled for block 4,415,000. It is estimated to take place 6 hours 29 minutes from now.


Install New Binary

cd $HOME
cd elys
git pull
git checkout v6.1.0
make install

Check Version

# should be v6.1.0
elys version 

# Should be commit cd4539687824491b0dd767568a45832a2cac1e1a
elys version --long | grep commit 

Restart the service and check the logs

Without using Cosmovisor
sudo systemctl restart elys
sudo journalctl -u elys -f

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.elys/cosmovisor/upgrades/v6.1.0/bin
cp $HOME/go/bin/elys $HOME/.elys/cosmovisor/upgrades/v6.1.0/bin

Check Version Again

# should be v6.1.0
$HOME/.elys/cosmovisor/upgrades/v6.1.0/bin/elys version
When upgrade block height is reached, Cosmovisor will handle it automatically.