⬆️Updating your node

If you are running your node as a service, you can simply run the below script.

Check if everything is alright

Things change fast, and we may be not fast enough to update the scripts you find from now on in the guide. So, to avoid any issue, I suggest checking Telegram pinned messages and Discord announcements for any last minute issue or update. If there is something you don't understand, ask in the chats.

If everything looks fine, proceed to the next step.

Even if you run the script but it doesn't work because there was a last minute update, don't worry. The worst that can happen is that they will give you an error.

wget --no-cache -O - https://raw.githubusercontent.com/lamat1111/QuilibriumScripts/master/qnode_service_update.sh | bash

The script will NOT change any customization you have made to your service file.

If you want to check your service file after the update, run:

cat /lib/systemd/system/ceremonyclient.service

Last updated