Hardware Requirements
This guide details the hardware specifications needed to run full-archive nodes for supported chains on FlameWire.
Current Recommendations
These specifications are current as of Q1 2026. Storage requirements grow over time as blockchains accumulate more data.
Bittensor — Archive Node
| Component | Specification |
|---|---|
| CPU | 8 vCPU |
| RAM | 32 GB |
| Storage | 4 TB NVMe SSD |
| Bandwidth | 500 Mbps |
Note: Runs performance scoring and gossip; modest disk but steady network traffic.
Ethereum — Geth (gcmode=archive) (coming soon)
| Component | Specification |
|---|---|
| CPU | 16 vCPU |
| RAM | 64 GB |
| Storage | 8 TB NVMe SSD |
| Bandwidth | 1 Gbps |
Note: Highest disk I/O and RAM footprint; needed if you must serve every legacy debug trace.
Ethereum — Erigon Archive (coming soon)
| Component | Specification |
|---|---|
| CPU | 8 vCPU (12 vCPU ideal) |
| RAM | 32 GB |
| Storage | 4 TB NVMe SSD |
| Bandwidth | 1 Gbps |
Note: Table-oriented storage is approximately 50% smaller than Geth; good balance of speed and cost.
Sui — Full Node (coming soon)
| Component | Specification |
|---|---|
| CPU | 16 vCPU |
| RAM | 128 GB |
| Storage | 4 TB NVMe SSD |
| Bandwidth | 500 Mbps |
Note: Indexer doubles IOPS; NVMe essential for checkpoint queries.
General Guidelines
NVMe Required
All drives must be NVMe with latency under 100 µs and ≥100k IOPS. SATA SSDs will bottleneck archive reads.
- Prefer bare-metal or dedicated cloud instances to avoid I/O contention
- Consider RAID 0 striping of two NVMe drives for Ethereum syncing
- Plan storage growth: Ethereum ~0.5 TB/year; Sui ~0.2 TB/year
- 1 Gbps provides comfortable headroom; bandwidth-constrained regions should limit RPC concurrency