Launch a validator or full node in minutes. Pay with ÉTR tokens. Fully automated setup and monitoring.
Secure the network and earn staking rewards
Full blockchain sync for dApp development
Run a node on your own hardware
By connecting a wallet, you agree to the ËTRID Terms of Service
Node ready in under 5 minutes with automated bootstrap and sync
Native token payments with 10% discount. QR codes or wallet integration
Real-time dashboard with alerts, auto-updates, and performance analytics
DDoS protection, firewall configuration, and automated security patches
Deploy across 20+ regions on Azure, AWS, Google Cloud, or DigitalOcean
Resources scale automatically based on network load and performance needs
| Feature | Full Node | Validator Node | Local Setup |
|---|---|---|---|
| Monthly Cost | 200 ÉTR | 500 ÉTR | FREE |
| CPU Cores | 4 cores | 8 cores | Your hardware |
| RAM | 16 GB | 32 GB | 16 GB min |
| Storage | 500 GB SSD | 1 TB NVMe | 500 GB min |
| Network | 1 Gbps | 10 Gbps | 100 Mbps min |
| Auto Updates | ✓ | ✓ | Manual |
| 24/7 Monitoring | ✓ | ✓ | — |
| Earn Rewards | — | ✓ 18.5% APY | ✓ If validator |
| Support | Email + Discord | Priority 24/7 | Community |
* Prices shown in ÉTR tokens. Pay with ÉTR and get 10% discount. USD/USDT payment also accepted.
Download pre-built binaries or build from source. Perfect for operators who prefer full control.
Quick start after download:
# Extract and run
gunzip etrid-mainnet-v1.0.0-linux-x86_64.gz
chmod +x etrid-mainnet-v1.0.0-linux-x86_64
./etrid-mainnet-v1.0.0-linux-x86_64 \
--chain primearc_core_mainnet \
--name "YourNodeName" \
--rpc-cors all
Clone and build the Primearc Core node:
# Clone repository
git clone https://github.com/EojEdred/Etrid.git
cd Etrid
# Install Rust (if not installed)
curl --proto '=https' --tlsv1.2 -sSf \
https://sh.rustup.rs | sh
rustup default stable
rustup target add wasm32-unknown-unknown
# Build release binary
cargo build --release -p primearc-core
# Run the node
./target/release/primearc-core \
--chain primearc_core_mainnet \
--name "YourNodeName"
Choose deployment option and configure your validator node
Minimum 64 ÉTR stake required for VALIDITY Node activation
Node begins producing blocks and earning rewards automatically
Receive proportional share of ~3% annual validator pool
* Rewards based on 18.5% APY and 99% uptime
* Commission and slashing conditions may affect actual rewards
Besides running validators, you can participate in ËTRID's security and governance through validity nodes, delegation, or Consensus Day voting powered by the Consënsus Protocol.
Verify cross-chain messages and state proofs between FlareChain and Partition Burst Chains (PBCs).
Participate in Consensus Day (December 1st annually) to vote on proposals, elect Directors, and shape the network's future.
Cloud deployments are instant (1-3 minutes). The node will start syncing immediately and typically catches up to the network within 30-60 minutes depending on blockchain size.
Yes! We accept ÉTR (with 10% discount), ETH, BTC, USDT, USDC, and major stablecoins. You can also pay with credit card, though crypto payments are preferred.
24/7 uptime monitoring, performance metrics (CPU, RAM, disk, network), block production tracking, peer count, sync status, and instant alerts via email/Discord/Telegram when issues are detected.
Yes! You can export your validator keys and migrate between cloud and local setups anytime. We provide step-by-step migration guides and support.
Cloud validators have 99.9% uptime SLA with automatic failover. If downtime occurs, you'll receive instant alerts. Brief outages may result in small slashing penalties per network rules.
No! Cloud deployment is fully automated with one-click setup. For local installation, basic Linux terminal knowledge is helpful but our scripts automate most tasks.