cd $HOME/atomone && git pull
git checkout v1.0.1
make install
aurad version --long | grep -e commit -e version
#version: v1.0.1
#commit: 97d21d3686aa79b977ff89ddfedf6ca0f1b1b162
sudo systemctl restart atomoned && journalctl -fu atomoned -n1000 -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'