Safety checks

Before following this guide, make sure that the guide URL is correct!

Check in the Telegram official links the link of the guide "Node setup guide by LaMat" - it should be https://docs.quilibrium.one/ and redirect to this same URL you are on now.

Remember, someone could have cloned this guide and insert into them malicious scripts, so this check is very important!

Auto-installers script: safety concerns

The auto-installer script, as well as all the other installers you find in the guide, combines all the necessary steps to perform actions such as preparing the server, installing the node, or updating the node into a one-click solution. If you have any doubts about their safety, you can inspect the source code of these scripts on GitHub.

If you are not familiar with code, you can simply copy/paste the whole code in a chatbot such as ChatGPT (or any open-source alternative) and ask them to explain it to you step by step.

How to inspect the source code of a script URL?

When you see a command like this:

wget --no-cache -O - https://raw.githubusercontent.com/lamat1111/quilibriumscripts/main/server_setup.sh | bash

Simply visit the URL: https://raw.githubusercontent.com/lamat1111/quilibriumscripts/main/server_setup.sh


Last updated