cd $HOME/ixo-blockchain
git fetch --all
git checkout v5.0.0
make install
ixod version --long | grep -e commit -e version
#version : 5.0.0
#commit: 7d8a4497496e9c641649f3dd8633b3c4ec12784d
sudo systemctl restart ixod && journalctl -fu ixod -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'