Validator Node Setup and Installation
This guide provides a step-by-step walkthrough of how to set up and install the Validator Node client.
Step 1: Stake Your NODR
Before you can run a Validator Node, you must stake 50,000 NODR through the Noderr dApp.
Step 2: Install Docker
Follow the official Docker installation guide for your operating system.
Step 3: Download the Node Client
docker pull noderr/validator-node:latest
Step 4: Run the Node Client
docker run -d --name noderr-validator-node -e WALLET_PRIVATE_KEY=YOUR_PRIVATE_KEY noderr/validator-node:latest
Replace YOUR_PRIVATE_KEY with the private key of your wallet.