π¬Updates
FOLDER=.arkeo
# find out RPC port
echo -e "\033[0;32m$(grep -A 3 "\[rpc\]" ~/$FOLDER/config/config.toml | egrep -o ":[0-9]+")\033[0m"
PORT=<enter_your_port>
curl -s localhost:$PORT/consensus_state | jq '.result.round_state.height_vote_set[0].prevotes_bit_array' && \
curl -s localhost:$PORT/consensus_state | jq '.result.round_state.height_vote_set[0].precommits_bit_array'UPD π on v1.0.11 (Update Height: 252000)
cd $HOME/arkeo
git pull
git checkout v1.0.11
make install
arkeod version --long | grep -e version -e commit
# version:
# commit: 45599cd830e353a788e991d51dbabc84fd77ea4f
# AFTER STOPPING THE NETWORK ON THE NECESSARY BLOCK!!!
systemctl stop arkeod
systemctl restart arkeod && journalctl -u arkeod -f -o catUPD π on v1.0.13 (Update Height: 483000)
UPD π on v1.0.14 (Update Height: 1526000)
UPD π on v1.0.15 (Update Height: 2926500)
Last updated