Update Node 2.0.4

Stop the nodes

systemctl stop 0gchaind
systemctl stop geth

Get new binary

wget https://github.com/0glabs/0gchain-NG/releases/download/v2.0.4/galileo-v2.0.4.tar.gz
tar -xvzf galileo-v2.0.4.tar.gz
cd $HOME/galileo-v2.0.4/bin

Give permissions

chmod +x 0gchaind
chmod +x geth

Replace new binary

cp 0gchaind /usr/local/bin/0gchaind
cp geth /usr/local/bin/geth

Update 0gchaind systemd file

Restart the node

Check logs

Last updated