🛠️Upgrade

version: v2.2.0

🟢UPDATE🟢 16.10.25

at Height -> 13929447

cd $HOME
wget -O kyved https://github.com/KYVENetwork/chain/releases/download/v2.2.0/kyved_mainnet_linux_amd64
chmod +x kyved
mv kyved $(which kyved)
kyved version --long | grep -e commit -e version
#version: v2.2.0
#commit: 611fe2d48f537f7ecfb3faab34e5f47b3f65fc83
systemctl restart kyved && journalctl -fu kyved -n100 -ocat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'

GitHub

https://github.com/KYVENetwork/chain/tags

Last updated

Was this helpful?