โฌ†๏ธUpgrade

Upgrade height: 5902000

cd $HOME/go/bin/

Download a new binary and let

wget -O atomoned_v3.0.3 https://github.com/atomone-hub/atomone/releases/download/v3.0.3/atomoned-v3.0.3-linux-amd64
chmod +x atomoned_v3.0.3
sudo cp $(which atomoned) $(which atomoned).backup

Move it over the old binary

sudo mv atomoned_v3.0.3 $(which atomoned)

Restart the node and follow the logs.

sudo systemctl restart atomoned
sudo journalctl -u atomoned -f

Last updated