🛠️Upgrade

version: 0.2.2

🟢UPDATE🟢 23.08.24

at Height -> 1085468

cd $HOME
curl -LO https://github.com/empe-io/empe-chain-releases/raw/master/v0.2.2/emped_v0.2.2_linux_amd64.tar.gz
tar -xvf emped_v0.2.2_linux_amd64.tar.gz
rm -rf emped_v0.2.2_linux_amd64.tar.gz
chmod +x emped
mv emped $(which emped)
emped version --long | grep -e commit -e version
#version: 0.2.2
#commit: 89a4061fa99a171bb2a15a5c23f0c61749511abd
sudo systemctl restart emped && sudo journalctl -fu emped -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/empe-io/empe-chain

Last updated