cd $HOME/odin-core
git pull
git checkout v0.10.0
make install
odind version --long | grep -e commit -e version
#version: 0.10.0
#commit: 865a449dadc2d6202c0e6de87b1e2cf9aece34e4
sudo systemctl restart odind && sudo journalctl -fu odind -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'