🛠️Upgrade

version: v1.4.0

🟢UPDATE🟢 28.01.26

at Height -> 875000

cd $HOME
wget -O lumend https://github.com/network-lumen/blockchain/releases/download/v1.4.0/linux-amd64-v1.4.0 
chmod +x lumend
mv lumend $(which lumend)
lumend version --long | grep -e version -e commit
# version: v1.4.0
# commit: 292a8fa
systemctl restart provenanced && journalctl -fu provenanced -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/network-lumenarrow-up-right

Last updated