cd $HOME/nibiru/
git fetch --all
git checkout v2.3.0
make install
nibid version --long | grep -e commit -e version
#version: v2.3.0
#commit: f9e6fdc2bc79c378e8b7ec1bc6ce234d9cd5df71
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'