🛠️Upgrade

version:

🟢UPDATE🟢 03.09.25

at Height -> 13858500

cd $HOME/cheqd-node
git pull
git checkout v4.1.4
make build
mv /root/cheqd-node/build/cheqd-noded $(which cheqd-noded)
cheqd-noded version --long | grep -e version -e commit
#commit: 45d11d90e7d9d84ef0f3e172b7b5e8cede7983bb
#version: HEAD-45d11d90e7d9d84ef0f3e172b7b5e8cede7983bb
sudo systemctl restart cheqd-noded && sudo journalctl -fu cheqd-noded -n100 -ocat
#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?