Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 872 Bytes

update-node.md

File metadata and controls

42 lines (28 loc) · 872 Bytes
description
Please note that, these instructions would upgrade your node to v1.4.21

📀 Update Node

Upgrading Service

Note that this update is intended for those who use their nodes as services.

Please follow the commands below.

This script will cherck your system architecture and upgrade your node based on that info.

{% code overflow="wrap" %}

wget -O - https://raw.githubusercontent.com/0xOzgur/QuilibriumTools/main/update/update.sh | bash

{% endcode %}

Upgrade Tmux or Screen Using Nodes

Make sure to stop your autoscript!

Go to node folder:

cd ~ceremonyclient/node

Checkout to the correct branch and run autorun.sh script

git remote set-url origin https://github.com/QuilibriumNetwork/ceremonyclient.git
git pull
git checkout release 
./release_autorun.sh

Docker Upgrade

Coming soon