cd $HOME/juno
git fetch --tags && git checkout v27.0.0
make install
junod version --long | grep -e version -e commit
#version: v27.0.0
#commit: 82743697f47dcda173537be27e5b6220ca758141
sudo systemctl restart junod && sudo journalctl -fu junod -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'