cd $HOME/canine-chain
git fetch --all
git checkout v4.5.0-rc.2
make install
canined version --long | head
#version: 4.5.0-rc.2
#commit: 35b7b300ef25242b95f47bd1f1b30ee1531dd6de
sudo systemctl restart canined && sudo journalctl -fu canined -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'