cd $HOME/ && rm -rf elys
git clone https://github.com/elys-network/elys.git
cd elys
git checkout v4.1.0
make install
elysd version --long | grep -e commit -e version
#version: v4.1.0
#commit: 7eb4f24a6152e74df58bd82d730b026956df8be2
sudo systemctl restart elysd && sudo journalctl -fu elysd -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'