Overview
Fenine Network has different hardware requirements based on node type and usage. This guide helps you choose the right specifications.Non-Validator Full Node
Minimum Requirements
For basic operation and light RPC usage:Recommended Requirements
For production RPC serving and better performance:✅ Best for: Production dApps, public RPC, development teams
Storage Growth
Blockchain size grows over time:
Growth Rate: ~8-10 GB/month (pruned mode)
Pruning removes old state data while keeping recent states. Archive nodes keep everything and grow faster.
Archive Node
Minimum Requirements
Archive nodes store complete historical state:Recommended Requirements
For optimal archive node performance:Storage Growth (Archive)
Growth Rate: ~200-300 GB/month (archive mode)
RPC Provider Node
High-Traffic Configuration
For serving thousands of requests per second:
Additional Requirements:
- Load balancer (nginx/HAProxy)
- DDoS protection
- Monitoring stack (Prometheus/Grafana)
- 24/7 operations team
Cloud Provider Options
AWS EC2
- Full Node (Minimum)
- Full Node (Recommended)
- Archive Node
Instance Type:
t3.xlarge- 4 vCPUs
- 16 GB RAM
- 500 GB gp3 EBS volume
Google Cloud
- Full Node
- Archive Node
Machine Type:
n2-standard-8- 8 vCPUs
- 32 GB RAM
- 1 TB SSD persistent disk
Dedicated Servers
Budget-friendly alternatives:Dedicated servers often provide better price/performance than cloud VMs for long-term operation.
Network Requirements
Bandwidth
Latency
- Peer communication: <200ms preferred
- Block propagation: <500ms ideal
- Geographic distribution: Node in same region as users
Ports
Required open ports:Operating System
Supported
✅ Ubuntu 22.04 LTS (Recommended)
✅ Ubuntu 20.04 LTS
✅ Debian 11+
✅ CentOS 8 / Rocky Linux 8
✅ Fedora 36+
✅ Ubuntu 20.04 LTS
✅ Debian 11+
✅ CentOS 8 / Rocky Linux 8
✅ Fedora 36+
Not Recommended
Performance Benchmarks
Real-world performance metrics:Sync Time
RPC Performance
Cost Calculator
Estimate your monthly costs:- Cloud (AWS)
- Dedicated Server
- Self-Hosted
Full Node (Recommended):
- EC2 c6i.2xlarge: $200
- 1TB EBS io2: $125
- Data transfer: $25
- Total: ~$350/month
- EC2 r6i.4xlarge: $650
- 8TB EBS io2: $1000
- Data transfer: $100
- Total: ~$1,750/month
Recommendations by Use Case
Development & Testing
Development & Testing
Specs: Minimum requirements sufficient
- Local machine or small VPS
- 4 cores, 16GB RAM, 500GB SSD
- Testnet or mainnet
- Cost: $50-100/month (cloud) or free (local)
dApp Backend
dApp Backend
Specs: Recommended requirements
- Dedicated server or cloud VM
- 8 cores, 32GB RAM, 1TB NVMe
- Production mainnet
- Cost: $85-350/month
Public RPC Service
Public RPC Service
Specs: High-end configuration
- Multiple nodes with load balancer
- 16+ cores, 64GB+ RAM, 2TB+ NVMe
- Redundancy and failover
- Cost: $500-2000/month
Block Explorer
Block Explorer
Specs: Archive node required
- High-performance server
- 16+ cores, 128GB RAM, 8TB+ NVMe
- Full historical data
- Cost: $195-1750/month
Next Steps
Non-Validator Setup
Install your node
Monitoring
Set up monitoring