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