Update Node 2.0.4
Stop the nodes
systemctl stop 0gchaind
systemctl stop gethGet 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/binGive permissions
chmod +x 0gchaind
chmod +x gethReplace new binary
cp 0gchaind /usr/local/bin/0gchaind
cp geth /usr/local/bin/gethUpdate 0gchaind systemd file
Restart the node
Check logs
Last updated