cd $HOME
wget -O mantrachaind https://github.com/MANTRA-Chain/mantrachain/releases/download/v2.0.0/mantrachaind-2.0.0-linux-amd64
chmod +x mantrachaind
mv mantrachaind $(which mantrachaind)
mantrachaind version --long | grep -e commit -e version
#commit: f4e785dc
#version: 2.0.0
sudo systemctl restart mantrachaind && sudo journalctl -fu mantrachaind -n1000 -o cat
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'