Existing Build

Toolbox will install on existing validators.

Install Requirements

You will need to install a few packages to be able to run the toolbox on an existing validator server. Run the following command to install packages used:

sudo apt install python3-pip python3-dotenv git -y

Pull script & Run Installer

Our menu will launch and ask you a few simple questions to get you fully loaded and online. Run the following code to pull and setup findora.sh our main script:

cd ~/ && wget https://raw.githubusercontent.com/FindoraNetwork/findora-toolbox/main/src/bin/findora.sh && chmod +x findora.sh

Launching Toolbox

Once findora.sh is downloaded and configured to run, the command below is used to launch the full toolbox menu. This will pull the latest updates for toolbox each time it is launched.

cd ~/ && ./findora.sh

Running the toolbox will present a screen similar to the image below.

See below for notes on each option presented in the full menu.

Keep in mind that options 8, 9, 10, and 999 may result in missed blocks!

Help Menu

See the help menu options anytime with the following command:

./findora.sh -h

Last updated