Blockchain Validators

Validators are in charge of producing blocks (processing transactions) and validating blocks produced by other validators. Validators earn token rewards for participating in the network, these are described in the emission rewards section.

Join Dock's Validator Discord channel for additional support and to connect with other Dock validators

The nodes currently running the mainnet can be seen at the Dock Network telemetry. Our fork of the Polkadot-js apps showing block explorer and other tools is here. You can also check our explorer at Subscan.

Any cloud provider can be used to run a Dock node cost at minimal expense.

Specifically, the following are required:

  1. 1 or 2 publicly accessible machines

  2. At least 4 GB of RAM

  3. At least several hundred GB of SSD. But keep in mind that the chain is always growing and the validators need to keep the whole chain, thus disk usage should be periodically reviewed and increased if needed.

  4. Bandwidth of 10 Mbps over WAN

Some familiarity with provisioning machines (either cloud or on-prem) and some familiarity with Linux command line is needed to run the provided scripts to generate keys and deploy node. Dock currently supports Ubuntu 18.04.

There are different requirements to become a validator in the PoS network. More information is available in the following sections.

Last updated