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