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