cd $HOME/hid-node
git fetch --all
git checkout v0.3.0
make install
hid-noded version --long | grep -e version -e commit
#version: v0.3.0
#commit: ed6203b
sudo systemctl restart hid-noded && sudo journalctl -fu hid-noded -ocat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'