Run a Validator and VFN

Run a Validator and VFN

To participate in the Endless consensus protocol, you must deploy and run a validator node and (optionally) a validator fullnode (VFN). This document provides a high-level overview of the important steps required for deploying both node types.

Operating VFNs While VFNs are not required to participate in consensus, it is highly recommended for every validator operator to run a VFN. This is because VFNs are the sole ingress and egress points of blockchain data for the ecosystem. Having many VFNs in the network helps to improve reliability, increase data availability, and provide high-quality blockchain access to the public.

Before initializing a staking pool or delegation pool, read about Staking and Delegated Staking to learn the differences between the stake pool types. Note that once a stake pool has been created, it cannot be changed to a delegation pool or vice versa. See also External Resources for tools and services offered by other node operators.

Use the documents within this section to run an Endless validator and a VFN. At a high-level, the process is as follows:

1

Understand the requirements and deployment types.

Read the node requirements and select a deployment method (e.g., on-premises or cloud services).

2

Generate identities for your nodes.

Create your public/private keypairs and account addresses for the validator and VFN.

3

Configure your validator and VFN.

Configure your nodes to use the generated keys and identities.

4

Download genesis and a waypoint for your nodes.

Bootstrap the nodes with a genesis and waypoint, and prepare them for startup.

5

Join the validator set and start participating.

Initialize the staking pool, join the validator set and start validating to earn rewards. Before other peers will accept connections from your nodes, you will need to join the validator set. To do this, you must initialize a staking pool and delegate to operators and voters. Once your staking pool has been setup, you can join the validator set. At this point your nodes will begin to sync with the network and your validator will be able to start participating in consensus. This is when you can start earning rewards.

Last updated