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