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