🛠️Upgrade

version: v1.4.1

🟢UPDATE🟢 23.05.24

at Height -> 17552000

cd $HOME
wget -O sifnoded https://github.com/Sifchain/sifnode/releases/download/v1.4.1/sifnoded-v1.4.1-linux-amd64
chmod +x sifnoded
mv sifnoded $(which sifnoded)
sifnoded version --long
#version: v1.4.1
#commit: 1f07f1be4fbaa4cc4a12bf32cdce760a1584cabf
systemctl restart sifnoded && journalctl -u sifnoded -f -o cat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'

GitHub

https://github.com/Sifchain/sifnode/tags

Last updated