Install and Configure Validator

System requirements UBUNTU 16,18,20(,22)

To install the validator it is necessary to download the installer_qrandom.sh script

wget https://raw.githubusercontent.com/quantum-sp8de/quantra-installer/master/install_qrandom.sh

Run it as administrator

The validator parameter is used to run it

Then the installation begins.

The script will also download the dealt config and genesis.json file to the same directory as the script itself.

It is necessary to edit the config to add validator parameters (name and key) as well as other necessary network parameters.

signature-provider=<EOS  … >=KEY:5j****
producer-name=<account name>

After changing the config, you can start node. The validator must also be registered via cleos.

cleos -u <NODE_ADDRESS> system regproducer <producer-name> <EOS...>

Last updated