cd $HOME/nibiru/
git fetch --all
git checkout v2.1.0
make install
nibid version --long | grep -e commit -e version
#version: v2.1.0
#commit: 8cae09bf69878939d6fd0361302876b9366d1aa4
systemctl restart nibid && journalctl -fu nibid -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'