πŸ› οΈUpgrade

version: HEAD-18cc7aa7c91b83382ba38d640673cee8c7041a98

🟒UPDATE🟒 29.10.24

at Height -> 9309600

cd $HOME/cheqd-node
git pull
git checkout v3.0.0
make build
mv /root/cheqd-node/build/cheqd-noded $(which cheqd-noded)
cheqd-noded version --long | grep -e version -e commit
#commit: 18cc7aa7c91b83382ba38d640673cee8c7041a98
#version: HEAD-18cc7aa7c91b83382ba38d640673cee8c7041a98
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