Global One Blog.
Servers

Empowering the Blockchain: Leveraging HPE Servers for Solana Validation

On this page

    Solana is the most hardware-intensive proof-of-stake network to validate. Here are the real 2026 validator requirements — CPU, memory, NVMe, and network — and how to build a node that meets them on HPE ProLiant hardware.

    Last updated: 2026

    Running a Solana validator means keeping pace with a network that produces a block roughly every 400 milliseconds and sustains tens of thousands of transactions per second. That demands genuine server-grade compute, memory, storage, and bandwidth — not aspirational specs, but a hard floor below which you miss votes and lose rewards. This guide covers what a Solana validator actually requires in 2026, then maps those requirements to specific HPE ProLiant configurations, with an honest look at the costs before you commit.

    What a Solana validator requires in 2026

    Solana's validator client (Agave) publishes a minimum specification, but the practical bar for a competitive mainnet validator is considerably higher. The table separates the two:

    Component Minimum (Agave) Competitive mainnet (2026)
    CPU 12 cores / 24 threads at 2.8 GHz+, with SHA extensions and AVX2 24+ cores at 3.5 GHz+ (AMD EPYC preferred)
    Memory 256 GB ECC 384–512 GB DDR5 ECC RDIMM
    Storage Enterprise NVMe, accounts and ledger on separate drives PCIe Gen4/Gen5 NVMe, high endurance, 2 TB+ per role
    Network 1 Gbps symmetric (unstaked node) 2 Gbps+ required when staked; 10 Gbps available bandwidth recommended
    GPU None — validation is CPU-bound None
    OS Ubuntu 22.04 LTS (server) Ubuntu 22.04 / 24.04 LTS; bare metal, not Docker

    A clarifying note on terminology: a voting (consensus) validator votes on blocks and earns rewards, and is the demanding workload above. An RPC node serves API requests to wallets and applications, doesn't vote, and trades CPU headroom for far larger storage (10 TB+ for a full archive). The two should never share a machine, because RPC query loads interfere with time-sensitive consensus. This guide focuses on the voting validator.

    Why single-thread performance matters as much as core count

    Solana's pipeline parallelizes a great deal of work, but several consensus operations can't be effectively parallelized — so high single-thread clock speed directly reduces vote latency, the metric that most determines whether a validator stays competitive. At the same time, total core count matters more than it used to: Firedancer's tile-based, NUMA-aware architecture (live on mainnet since 2025) extracts more performance from high-core-count CPUs than the older client could. The practical implication is to choose a CPU that is strong on both axes — many fast cores — rather than maximizing one at the expense of the other. This is why AMD EPYC has become the operator default: it delivers the memory bandwidth and core density Solana rewards.

    The 2026 client landscape: Agave and Firedancer

    There are two validator clients in active mainnet use, and your hardware should suit whichever you run:

    • Agave (written in Rust, maintained by Anza Labs) is the stable, widely deployed default and the right starting point for most operators.
    • Firedancer (from Jump Crypto) is an independent, high-performance client whose tile-based design favors high core counts and modern NICs. Operators running it have reported lower skip rates and fewer missed votes.

    Storage and memory requirements are largely client-agnostic — they're driven by Solana's ledger and accounts workload, not the client — so a well-specified server serves either one. (The community-maintained hardware list at solanahcl.org is a useful cross-reference when selecting components.)

    Mapping the requirements to HPE ProLiant

    HPE ProLiant Gen11 and Gen12 servers meet and exceed these requirements, and add the enterprise reliability and remote management (HPE iLO) that a 24/7 validator benefits from. The natural fit is the single-socket AMD EPYC line:

    • HPE ProLiant DL325 (1U) and DL345 (2U) — single-socket AMD EPYC servers. The Gen11 versions use 4th Gen EPYC (including SKUs like the EPYC 9354); the Gen12 versions use 5th Gen EPYC 9005 "Turin." A single high-clock EPYC socket is clean for Solana — it sidesteps cross-socket NUMA latency while providing ample cores. Prioritize a higher-frequency SKU over the maximum core-count part.
    • HPE ProLiant DL360 / DL380 (Intel Xeon) — Gen11 (Xeon Scalable) or Gen12 (Xeon 6) are viable alternatives. They work well; AMD is simply the more common choice for memory bandwidth and core density at comparable cost.

    Memory. These servers use DDR5 ECC Registered (RDIMM) memory — exactly what Solana wants, and something consumer-class builds often can't provide. For full memory bandwidth, populate one DIMM per channel: on an EPYC server (12 channels), 12 × 32 GB gives you 384 GB at top speed; on an Intel Xeon 6 server (8 channels), 8 × 32 GB or 8 × 64 GB gives you 256 GB or 512 GB. Browse HPE Gen12 server memory for guaranteed-compatible RDIMM kits.

    Storage. Use two NVMe SSDs, one for each role (details in the next section). On Gen11/Gen12 these can be 2.5-inch U.3 NVMe drives in tri-mode bays, or EDSFF E3.S drives for the highest density and PCIe Gen5 bandwidth.

    Network. Specify a 10GbE (or faster) NIC with a static public IPv4 address, and avoid running the validator behind NAT.

    Storage strategy: accounts vs ledger

    Validator storage isn't one big disk — it's two distinct jobs that benefit from separate NVMe drives:

    • Accounts database — the live state the validator reads and writes constantly. This drive should prioritize low latency and high IOPS; roughly 1 TB is ample, but it works hard, so a Mixed Use endurance class is appropriate.
    • Ledger — the transaction history, which is write-heavy and grows on the order of 80–95 TB per year if left unmanaged. Run it on a high-endurance NVMe drive (Mixed Use or Write Intensive) of 2 TB or more, and cap growth with the --limit-ledger-size flag. A full archive or RPC role needs far more (10 TB+).

    Because the ledger drive absorbs sustained writes, endurance — rated in Drive Writes Per Day (DWPD) — matters as much as capacity here. Sizing it as Read Intensive would wear it out early.

    The economics to understand before you start

    Solana validation is a real operating business, not passive income, and the costs are significant enough that the network's validator count has fallen from roughly 2,560 in 2023 to around 770 in early 2026. Two numbers dominate:

    • Vote transaction fees. A voting validator submits a vote transaction for each block it agrees with, which can cost up to about 1.1 SOL per day — on the order of 300–350 SOL per year. That is a fixed cost you pay regardless of rewards, and it's the structural reason small validators struggle to break even.
    • Stake. Rewards scale with delegated stake and uptime. Competitive validators typically operate with tens of thousands of SOL staked (self-delegated or attracted from others), and programs like the Solana Foundation Delegation Program have tightened their criteria over time.

    Add hardware, hosting or colocation, bandwidth, and the Linux and Solana-specific expertise to keep skip rates low, and it's clear why this is a serious commitment. The upside of getting the hardware right is that it removes one of the few variables fully in your control: a node that never misses a vote for hardware reasons.

    Setting up a validator on HPE: the high-level path

    A realistic outline (follow the official Anza operator documentation for the authoritative, current steps):

    1. Specify and build the server. Choose the CPU, ECC memory, and dual-NVMe configuration above, cross-referencing solanahcl.org, and install a supported server OS (Ubuntu LTS) on bare metal.
    2. Install the client and CLI. Install the Solana CLI and your chosen client (Agave to start), building from source where required.
    3. Create keys and a vote account. Generate the validator identity and vote keypairs — keeping signing keys off the validator where possible — and fund the rent-exempt vote account.
    4. Configure networking and join. Set a static public IP, open the required gossip/TPU/RPC ports, bootstrap from a recent snapshot, and start voting on mainnet-beta.
    5. Monitor and maintain. Track vote latency and skip rate, watch drive endurance via the HPE SmartSSD Wear Gauge in iLO, and keep the client updated.

    Where to buy the components

    Whether you're building a new node or upgrading one, the two parts that most affect a Solana validator's performance — memory and NVMe storage — are our specialty:

    Not sure which HPE ProLiant or components fit the validator you're planning? Contact our team with your target client and budget and we'll help you spec a node that clears Solana's 2026 bar.


    Frequently asked questions

    What are the hardware requirements for a Solana validator in 2026?

    The Agave client's minimum is a 12-core/24-thread CPU at 2.8 GHz or faster (with SHA extensions and AVX2), 256 GB of ECC memory, enterprise NVMe storage, and a 1 Gbps symmetric connection. A competitive mainnet validator realistically needs 24+ cores at 3.5 GHz or faster, 384–512 GB of DDR5 ECC RDIMM, PCIe Gen4/Gen5 NVMe, and at least 2 Gbps of bandwidth (10 Gbps recommended).

    Which HPE ProLiant servers are a good fit for Solana validation?

    The single-socket AMD EPYC servers — the HPE ProLiant DL325 and DL345 (Gen11 with 4th Gen EPYC, or Gen12 with 5th Gen EPYC 9005) — are the natural fit, since AMD EPYC dominates Solana deployments. Intel Xeon servers like the DL360 and DL380 Gen11/Gen12 are also viable. In every case, favor a higher-clock CPU and pair it with DDR5 ECC RDIMM and two NVMe drives.

    Do I need a GPU to run a Solana validator?

    No. Solana validation is CPU-bound, and no GPU is required. Investment is better directed at a fast, high-core-count CPU, ECC memory, and high-endurance NVMe storage.

    How much storage does a Solana validator need, and what type?

    Enterprise NVMe is required, split across two drives: one for the accounts database (around 1 TB, prioritizing IOPS and latency) and one for the ledger (2 TB or more, high endurance, since it grows roughly 80–95 TB per year and is capped with the --limit-ledger-size flag). A full archive or RPC node needs much more — 10 TB and up.

    What does it cost to run a Solana validator?

    Beyond hardware and hosting, a voting validator pays vote transaction fees of up to about 1.1 SOL per day — roughly 300–350 SOL per year — regardless of rewards. Rewards scale with staked SOL and uptime, and competitive validators typically run tens of thousands of SOL in stake. These costs are why the active validator count has declined sharply since 2023.

    Agave or Firedancer — which client should I run?

    Agave (maintained by Anza Labs) is the stable, widely deployed default and the best place to start. Firedancer (from Jump Crypto) is a high-performance alternative, live on mainnet since 2025, that rewards high core counts and modern NICs with lower skip rates. Storage and memory needs are similar for both, so a well-specified server runs either.

    Why does single-thread CPU performance matter so much?

    Parts of Solana's consensus pipeline can't be parallelized, so a high single-thread clock speed directly lowers vote latency — the metric that most affects competitiveness. Total core count also matters, especially under Firedancer, so the goal is a CPU that is strong on both: many cores and high clocks.


    The bottom line

    Solana sets one of the highest hardware bars in proof-of-stake, and the gap between a node that votes reliably and one that misses rewards is largely a hardware-and-network question. HPE ProLiant AMD EPYC servers — configured with a high-clock CPU, 384–512 GB of DDR5 ECC RDIMM, and two high-endurance NVMe drives for accounts and ledger — clear that bar with enterprise reliability and iLO management on top. Just go in with eyes open on the vote-fee economics. Browse HPE server memory and NVMe SSDs, or contact our team to spec a validator-ready node.

    Need the right part for your HPE server?

    Tell us your model or serial number and we'll confirm exactly what fits — interface, carrier, and capacity — before you order.

    G1
    Global One Technology
    Delivering genuine HPE Enterprise parts to IT professionals worldwide since 2003.