cd $HOME/go-bitsong
git fetch --all
git checkout v0.21.0
make install
bitsongd version version --long | head
#version: 0.21.0
#commit: 8928250570ebdd5504f27b5ff6869f5f683a7515
sudo systemctl restart bitsongd && journalctl -fu bitsongd -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'