v3.0.3

sudo systemctl stop 0gchaind geth
cd $HOME
wget https://github.com/0gfoundation/0gchain-NG/releases/download/v3.0.3/galileo-v3.0.3.tar.gz && tar -xvzf galileo-v3.0.3.tar.gz
rm -rf galileo-v3.0.3.tar.gz
mv $HOME/galileo-v3.0.3/validator/bin/* $HOME/go/bin/
rm -rf $HOME/galileo-v3.0.3
chmod +x $HOME/go/bin/*
cd $HOME
sudo systemctl daemon-reload
sudo systemctl restart geth
sudo systemctl restart 0gchaind
sudo journalctl -u 0gchaind -u geth -f

App Hash Fix

systemctl stop geth 0gchaind
cd galileo-used
0gchaind rollback --hard --home $HOME/.0gchaind/0g-home/0gchaind-home --chaincfg.chain-spec=devnet

image

rm /root/.0gchaind/0g-home/0gchaind-home/data/priv_validator_state.json
echo '{}' > /root/.0gchaind/0g-home/0gchaind-home/data/priv_validator_state.json
systemctl restart 0gchaind

Last updated