Validator Setup Guide
This guide explains how to join the Orbion Testnet as a validator. Validators are responsible for proposing and signing blocks, securing the network, and participating in governance.
Orbion uses a Delegated Proof-of-Stake (DPoS) mechanism with slashing for misbehavior and real-time validator rotation.
๐งพ Requirements
CPU
2 cores
4+ cores
RAM
4 GB
8 GB
Disk
100 GB SSD
250 GB NVMe
OS
Ubuntu 20.04+
Linux/macOS
Bandwidth
10 Mbps
50 Mbps+
Validators must maintain high uptime and secure their signing keys properly.
๐ฆ Installation Steps
Download Node Binary
Initialize Chain
Fetch Genesis File
Configure Peers & Ports
Edit ~/.orbiond/config/config.toml
:
๐ Start the Node
Use journalctl -fu orbiond
to monitor logs.
๐ Create Validator
After syncing:
๐ง Key Monitoring Commands
๐ Security Best Practices
Store private keys securely
Run signer on separate machine (optional)
Use firewall to restrict open ports
Monitor node uptime & missed blocks daily
๐ง Note: Testnet validators are subject to slashing for downtime and double-signing. Maintain >95% uptime to avoid penalties.
Last updated