π¬Updates
FOLDER=.uptickd
# 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'Updates are available for information. Boot via State sync or Snapshot to avoid installing all updates. In this case, you must use the actual version of the binary file and genesis
UPD π on v0.2.8 Update Height: 1190080
cd $HOME/uptick
wget https://github.com/UptickNetwork/uptick/releases/download/v0.2.8/uptick-linux-amd64-v0.2.8.tar.gz
tar -zxvf uptick-linux-amd64-v0.2.8.tar.gz
chmod +x ./uptickd
rm uptick-linux-amd64-v0.2.8.tar.gz
$HOME/uptick/uptickd version --long | grep -e version -e commit -e build_tags
# version: v0.2.8
# build_tags: netgo,ledger
# commit: b7ef90210c63737035f8072e084ca5731e0eb14c
# AFTER THE NETWORK IS STOPPED ON THE REQUIRED BLOCK!!!
systemctl stop uptickd
mv $HOME/uptick/uptickd $HOME/go/bin/
systemctl restart uptickd && journalctl -u uptickd -f -o catUPD π on v0.2.11 Update Height: 2411600
UPD π on v0.2.17 Update Height: 4605201
UPD π on v0.2.18 Update Height: 4722001
UPD π on v0.2.19 Update Height: 5232001
UPD π on v0.3.0 Update Height: 13280391
Last updated