📀Update Node

Please note that, these instructions would upgrade your node to v1.4.20

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.

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

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

Last updated