cd $HOME/gitopia
git fetch
git checkout v5.1.0
make install
gitopiad version --long | grep -e version -e commit
#version: 5.1.0
#commit: 3b1ea32980e79ea74a1398f78a0388867e8d5fd4
sudo systemctl restart gitopiad && sudo journalctl -fu gitopiad -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'