🛠️Upgrade

version: 1.8.5

🟢UPDATE🟢 08.07.25

at Height -> 17716000

cd $HOME
wget https://github.com/haqq-network/haqq/releases/download/v1.8.5/haqq_1.8.5_linux_amd64.tar.gz
tar -xvzf haqq_1.8.5_linux_amd64.tar.gz
cd bin && chmod +x haqqd
mv haqqd $(which haqqd)
cd $HOME && rm -rf haqq_1.8.5_linux_amd64.tar.gz
haqqd version --long | grep -e commit -e version
#version: 1.8.5
#commit: 9ddfca4b98943e106de99fd525b6bb05bfe66d34
sudo systemctl restart haqqd && journalctl -fu haqqd -n1000 -ocat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'

GitHub

https://github.com/haqq-network/haqq/tags

Last updated

Was this helpful?