Upgrade
Download and install upgrade binaries
Section titled “Download and install upgrade binaries”cd $HOMErm -rf elysgit clone https://github.com/elys-network/elys.gitcd elysgit checkout v6.0.0make install
# Prepare binaries for Cosmovisormkdir -p $HOME/.elys/cosmovisor/upgrades/v6/bincp $HOME/go/bin/elysd $HOME/.elys/cosmovisor/upgrades/v6/bin/$HOME/.elys/cosmovisor/upgrades/v6/bin/elysd version --long | grep -e commit -e version
Check consensus
Section titled “Check consensus”curl -s http://localhost:16057/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'