⬆️Updating your node

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

Your node is run via script that checks for updates automatically every 12 hours. In some casese the auto-update script may fail though, so better keep in eye on it when there is an update.

If you prfere you can still update manually via the Q.One - Node Quickstart Menu or the script in this page.

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.

Follow the Safety checks before running this script in your server

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