cd $HOME/ && rm -rf elys
git clone https://github.com/elys-network/elys.git
cd elys
git checkout v3.0.0-rc5
make install
elysd version --long | grep -e commit -e version
#version: v3.0.0-rc5
#commit: 382b982a837a0d5545c0d6b62ce6a2e73ef01a76
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'