cd $HOME/arkeo
git fetch --all
git checkout v1.0.11
make install
arkeod version --long | grep -e commit -e version
#version: v1.0.11
#commit: 45599cd830e353a788e991d51dbabc84fd77ea4f
systemctl restart arkeod && journalctl -fu arkeod -n1000 -ocat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'