🛠️Upgrade

version: 0.3.1.alpha.1

🟢UPDATE🟢 11.08.24

at Height -> 616000

cd $HOME
wget -O 0gchaind https://github.com/0glabs/0g-chain/releases/download/v0.3.1.alpha.0/0gchaind-linux-v0.3.1.alpha.0
chmod +x 0gchaind
mv 0gchaind $(which 0gchaind)
0gchaind version --long | grep -e commit -e version
#version: 0.3.1.alpha.1
#commit: 568ff70ad7d2a7d57b15f502d18130b1ebec3a1d
systemctl restart 0gchaind && journalctl -fu 0gchaind -o cat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'

GitHub

https://github.com/0glabs/0g-chain.git

Last updated