cd $HOME/go-bitsong
git fetch --all
git checkout v0.21.6
make install
bitsongd version --long | head
#version: 0.21.6
#commit: fbdc84594b0a65d2bbe1da4381f71932efa7efed
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'