Validator Node Installation Instructions

This page provides step-by-step instructions for how to install a validator node in the Volta test network and the production Energy Web Chain network.

circle-info

Good to know: The overall process of installing a validator node is identical on both the Volta test network and the main Energy Web Chain. The only difference is the installation script used in Step 2 - be sure that you use the correct installation script for the intended network!

circle-exclamation

  1. Install the operating system and prepare the host machine according to the requirements (Step 1 in the previous checklist).

  2. Select the correct Client installation script matching the desired network and installed OS on the energyweb github:

  3. Make sure the latest system updates are installed by running :

    • For Debian and Ubuntu:

      sudo apt-get update && sudo apt-get dist-upgrade

      For CentOS:

      sudo yum update
  4. Make the script executable with

    chmod +x ./install-*.sh
  5. Run the script (NOTE: please do not use the --auto parameter which can be used to take default for node-name and generate a random key).

  6. If the installation was successful, it should generate a .txt file (named install-summary.txt) that lists the node address, IP address, and influxDB username/password. You will need to provide these details via a form in the next step to successfully add your validator node to the validator system contractarrow-up-right.

  7. Submit node installation details using the appropriate form below:

    1. For the VOLTA TEST NETWORK, enter details herearrow-up-right.

    2. For the main ENERGY WEB CHAIN, enter details herearrow-up-right.

  8. After submitting the installation summary via the form, you will receive a confirmation email with next steps and links to helpful resources.

Last updated