🛠️Upgrade

version:

🟢UPDATE🟢 02.07.25

at Height -> 12887900

cd $HOME/cheqd-node
git pull
git checkout v4.1.0
make build
mv /root/cheqd-node/build/cheqd-noded $(which cheqd-noded)
cheqd-noded version --long | grep -e version -e commit
#commit: 7548691cb3c4e0415db18c4e8afbb6e9bb18b43c
#version: HEAD-7548691cb3c4e0415db18c4e8afbb6e9bb18b43c
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?