Validator Setup
Orbionβs validator system is designed to be lightweight, modular, and accessible β enabling high-performance consensus without centralizing participation. This guide covers how to join the Orbion Testnet as a validator and begin participating in block production and governance.
β
Minimum Requirements
To run a validator node effectively on the testnet, the following specifications are recommended:
CPU
2 cores
4+ cores
RAM
4 GB
8+ GB
Storage
100 GB SSD
250+ GB NVMe
Bandwidth
10 Mbps up/down
50+ Mbps preferred
OS
Linux/macOS
Ubuntu 20.04 LTS
Note: These specs may evolve before mainnet. Ensure your machine is consistently online and stable.
βοΈ Installation
You can run an Orbion node using the latest testnet binary release. Installation steps:
Clone the Repository (or Download Binary) (Link will be provided on official GitHub/GitBook)
Initialize the Chain
Download Genesis File
Add Seeds/Peers (example only)
Start Node
π§Ύ Create Validator
Once your node is fully synced:
π‘ Monitoring & Logs
Use the following commands to monitor your validator:
π₯ Slashing Conditions
Orbion applies slashing for:
Downtime β failure to sign blocks over a window
Double signing β equivocation leads to permanent jailing
Low self-delegation β auto-unbonded if threshold is breached
Make sure your validator maintains >95% uptime and is properly monitored.
π Security Tips
Use a separate machine for signing (sentinel or remote signer)
Protect keys with encryption & off-site backup
Do not expose RPC ports to public without firewall or proxy
Rotate keys regularly if running in testnet for extended time
Last updated