This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Getting Started

Get started running your nodes!

The Getting Started will guide you through thte site material

Prerequisites

You must be a WorldMobile Earthnode operator with access to the private or public tesnet. If you don’t have access yet, contact a moderator in the WorldMobile telegram groups to request the access form.

Installation

You will need to have access to a linux server for installation of the WM Earthnode validator. Hardware requirements is minimal 2 cores, 4GB RAM without grafana and 8GB RAM with grafana and 40GB DISK space-

Setup

The earthnode installation package provided on testnet gives you everything you need to install a validator node. At the NodeBaseDevs site you will find addtional setup instructions for installing relay nodes and complete configuration guidelines.

1 - Sentry Node Installation

Installation Guide with script

Installation

Installing a sentry node requires a different installation procedure than a validor node.

The install_node.sh script provided by the WM team only covers validator nodes, and does not apply for sentry nodes. With some small adjustments this script can be adjusted to be used to install sentry nodes

Sentry nodes dont have operator keys, since they are not part of the consensus voting.

NodebaseTools

The NodeBaseDevs team created an install_sentry.sh installation script.

This script is part of the bundled nodebase tools package release package that can be found in the github releases

Instructions

  • Download the nodebase tools zipfile

    wget https://github.com/nodebasewm/download/archive/refs/tags/nodebasetools.zip

  • unzip this file, it will create the folder download-nodebasetools/.

  • copy the install_sentry.sh to your earthnode_installation folder

  • The other scripts in the zip you can put wherever you want. Recommendation is to put them in /usr/local/bin

  • make sure executable permissions are set on the scripts

    chmod +x install_sentry.sh

  • run the script with a moniker name for your sentry from within the earthnode installation folder

    ./install_sentry.sh -m MONIKER_NAME

  • Unlike a validator node, no registration is needed for sentry nodes.

  • wait for the node to be synced to full height from the snapshot point. The installation script will terminate automatically when the node is synced to latest block height

Configuration

Please continue with following the Sentry-Validator configuration instructions in Configuration to configure your nodes accordingly after installation completes.

Step-by-Step Manual Installation

Alternatively, you can follow our step-by-step sentry node installation guide for manual installation. You can find this in our Tutorial Section