cd $HOME/ && rm -rf elys
git clone https://github.com/elys-network/elys.git
cd elys
git checkout v4.1.0-rc0
make install
elysd version --long | grep -e commit -e version
#version: v4.1.0-rc0
#commit: 932bfd28c5174f0b5a13055502fa22c7f56636fd
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'