Welcome Zstake Service
...
Validator
Validator Upgrade (v0.5.1)
Copy

Update suggestion gas price
1source <(curl -s https://raw.githubusercontent.com/zstake-xyz/test/refs/heads/main/Update_0gcahin_v0.5.1.sh) # Update 0gchaind
1sudo systemctl stop 0gd
2
1cd $HOME
2git clone https://github.com/0glabs/0g-chain.git
3cd 0g-chain
4git checkout 351c2cb
1make install
1sudo mv $HOME/go/bin/0gchaind /usr/local/bin/0gchaind
1cd $HOME/go/bin
20gchaind version
1sudo systemctl restart 0gd
Log Check
1tail -f /root/.0gchain/log/chain.log
Block Sync Check
10gchaind status --home /.0gchain | jq '{ latest_block_height: .sync_info.latest_block_height, catching_up: .sync_info.catching_up }'