๐Ÿ“ฌUpdates

After update you can check prevotes/precommits status

FOLDER=.qwoynd

# 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 v5.0.2 !!!NETWORK STARTS FROM ZERO!!!

UPD ๐Ÿ•Š on v5.2.0 (Update Height: 805404)

cd $HOME/QWOYN
git pull
git checkout v5.2.0
make build
$HOME/QWOYN/build/qwoynd version --long | grep -e version -e commit
# version: 5.2.0
# commit: fa356367ef303d64071e8149076757078fa4d797

# ะŸะžะกะ›ะ• ะžะกะขะะะžะ’ะšะ˜ ะกะ•ะขะ˜ ะะ ะะฃะ–ะะžะœ ะ‘ะ›ะžะšะ•!!!
systemctl stop qwoynd
mv $HOME/QWOYN/build/qwoynd $(which qwoynd)
qwoynd version --long | grep -e version -e commit
# 

systemctl restart qwoynd && journalctl -u qwoynd -f -o cat

UPD ๐Ÿ•Š on v5.3.0 (Update Height: 2789768)

cd $HOME/QWOYN
git pull
git checkout v5.3.0
make build
$HOME/QWOYN/build/qwoynd version --long | grep -e version -e commit
# version: 5.3.0
# commit: 2cbe65fc82dd8f1b80467fc9634bc517ad6e1e42

# ะŸะžะกะ›ะ• ะžะกะขะะะžะ’ะšะ˜ ะกะ•ะขะ˜ ะะ ะะฃะ–ะะžะœ ะ‘ะ›ะžะšะ•!!!
systemctl stop qwoynd
mv $HOME/QWOYN/build/qwoynd $(which qwoynd)
qwoynd version --long | grep -e version -e commit
# 

systemctl restart qwoynd && journalctl -u qwoynd -f -o cat

UPD ๐Ÿ•Š on v5.4.2 (Update Height: 3395000)

cd
rm -rf QWOYN
git clone https://github.com/cosmic-horizon/QWOYN && cd QWOYN
git checkout v5.4.2
make build
$HOME/QWOYN/build/qwoynd version --long | grep -e version -e commit
# version: 5.4.2
# commit: 694247e4c852af4f04e8d1616b988bb7d107e9f5

# ะŸะžะกะ›ะ• ะžะกะขะะะžะ’ะšะ˜ ะกะ•ะขะ˜ ะะ ะะฃะ–ะะžะœ ะ‘ะ›ะžะšะ•!!!
systemctl stop qwoynd
mv $HOME/QWOYN/build/qwoynd $(which qwoynd)
qwoynd version --long | grep -e version -e commit
# 

systemctl restart qwoynd && journalctl -u qwoynd -f -o cat

Last updated