cd $HOME
wget https://github.com/haqq-network/haqq/releases/download/v1.8.3/haqq_1.8.3_linux_amd64.tar.gz
tar -xvzf haqq_1.8.3_linux_amd64.tar.gz
cd bin && chmod +x haqqd
mv haqqd $(which haqqd)
cd $HOME && rm -rf haqq_1.8.3_linux_amd64.tar.gz
haqqd version --long | grep -e commit -e version
#version: 1.8.3
#commit: 1107851fce49445af9834d3fb7a6ad30d23341f4
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'