Installing Geordiertools

To install make sure you are in your root user. To swap to your root user you can type su- root like so:

su - root

Once you're using the root user run the following. It will download the code needed to create a user to run the node under. If you are already running a node under a user account i.e. stafi, writing the same user will not hurt or cause an issue.


cd ~
wget https://raw.githubusercontent.com/Geordie-R/stafi-validator-backups/main/installers/install-user.sh
wget https://raw.githubusercontent.com/Geordie-R/stafi-validator-backups/main/useful_functions.sh

chmod +x install-user.sh
chmod +x useful_functions.sh

sudo ./install-user.sh

Then you will be logged into the new user ready for the next script which will install the geordiertools directory.

sudo $HOME/geordiertools/installers/install-geordiertools.sh

To start the restore process, click through to the next page.

Last updated