🛠️Upgrade
version : 6.0.0
🟢UPDATE🟢 09.10.25
at Height -> 13877000
cd $HOME/ixo-blockchain
git fetch --all
git checkout v6.0.0
make install
ixod version --long | grep -e commit -e version
#version : 6.0.0
#commit: 12235a27f96d8adc8d91d50d35aa3178a159d914
sudo systemctl restart ixod && journalctl -fu ixod -ocat -n100
#consensus
curl -s http://localhost:26657/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'
GitHub
Last updated
Was this helpful?