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