πŸ› οΈUpgrade

version: 1.4.3

🟒UPDATE🟒 10.10.24

at Height -> 10606457

cd $HOME
wget https://github.com/chain4energy/c4e-chain/releases/download/v1.4.3/c4ed_v1.4.3_linux_amd64.tar.gz
tar -xvf c4ed_v1.4.3_linux_amd64.tar.gz
rm -rf c4ed_v1.4.1_3inux_amd64.tar.gz
chmod +x c4ed
mv $HOME/c4ed $(which c4ed)
c4ed version --long | grep -e commit -e version
#version: 1.4.3
#commit: 608c6c21f7c12f7d5bcbfb8e045aa1b6cfb8fe1b
sudo systemctl restart c4ed && sudo journalctl -fu c4ed -ocat
#consensus
curl -s http://localhost:26657/consensus_state  | jq '.result.round_state.height_vote_set[0].prevotes_bit_array'

GitHub

https://github.com/chain4energy/c4e-chain/tags

Last updated