📬Updates

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

Genesis starts with version zenrockd-4.7.1

UPD 🕊 on v5.3.4 (Update Height: 1057850)

cd $HOME/zenrock
wget https://github.com/zenrocklabs/zrchain/releases/download/v5.3.4/zenrockd
chmod +x zenrockd
$HOME/zenrock/zenrockd version --long | grep -e version -e commit
# version: 5.3.4
# commit: 4bcdf8ab99b43e0ff183bb9f3207d6e50ea14ea6

#AFTER STOPPING THE NETWORK ON THE REQUIRED BLOCK!!!
systemctl stop zenrockd
mv $HOME/zenrock/zenrockd $(which zenrockd)
zenrockd version --long | grep -e version -e commit
#
#

systemctl restart zenrockd && journalctl -u zenrockd -f

Last updated