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