🛠️Upgrade

version: 1.4.1

🟢UPDATE🟢 16.09.24

at Height -> 10243555

cd $HOME
wget https://github.com/chain4energy/c4e-chain/releases/download/v1.4.1/c4ed_v1.4.1_linux_amd64.tar.gz
tar -xvf c4ed_v1.4.1_linux_amd64.tar.gz
rm -rf c4ed_v1.4.1_linux_amd64.tar.gz
chmod +x c4ed
mv $HOME/c4ed $(which c4ed)
c4ed version --long | grep -e commit -e version
#version: 1.4.1
#commit: 6f5b1ed51ac51b73a4f56030ff6d53e1b5d9832a
sudo systemctl restart c4ed && sudo journalctl -fu c4ed -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/chain4energy/c4e-chain/tags

Last updated