πŸ› οΈUpgrade

version: HEAD-4e31dafa49461f6383bb63c354f904ff655e6fcb

🟒UPDATE🟒 29.01.25

at Height -> 10656100

cd $HOME/cheqd-node
git pull
git checkout v3.1.5
make build
mv /root/cheqd-node/build/cheqd-noded $(which cheqd-noded)
cheqd-noded version --long | grep -e version -e commit
#commit: 4e31dafa49461f6383bb63c354f904ff655e6fcb
#version: HEAD-4e31dafa49461f6383bb63c354f904ff655e6fcb
sudo systemctl restart cheqd-noded && sudo journalctl -fu cheqd-noded -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/cheqd/cheqd-node/tags

Last updated

Was this helpful?