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