🛠️Upgrade

version: 5.0.0-rc4

🟢UPDATE🟢 11.08.25

at Height -> 7680865

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

GitHub

https://github.com/MANTRA-Chain/public/tags

Last updated

Was this helpful?