Skip to main content

Requirements

Definitions

  • Delegate - A node that has delegated stake and participates in extending the ledger through consensus.
  • Historical - A node that keeps many epochs worth of data possibly back to the genesis.
  • Interface - A node that primarily provides remote and notification services.

Minimum Delegate Credits

To operate a Delegate you must have at least 8,0000 credits in your stake account and delegated to it's identity. Delegates do not support more than one delegation in order to promote decentralization.

Hardware

ComponentMimimumPreferred
CPU12 Cores 24 Threads16 Cores 32 Threads
RAM64 GB128 GB ECC
StorageEnterprise PCIe NVMEEnterprise PCIe NVME
Network1 Gbps symmetric, commercial grade10 Gbps symmetric, commercial grade

CPU

NameCoresThreadsBase ClockL3 CacheDefault TDP
AMD EPYC 4585PX16324.3 GHz128 MB170W
AMD EPYC 4565P16324.3 GHz64 MB170W
AMD EPYC 4584PX16324.2 GHz128 MB120W
AMD EPYC 4564P16324.5 GHz64 MB170W
AMD EPYC 4484PX12244.4 GHz128 MB120W
AMD Ryzen 9 7950X16324.5 GHz64 MB170W
AMD Ryzen 9 7950X3D16324.2 GHz128 MB120W
AMD Ryzen 9 9950X3D16324.3 GHz128 MB170W
AMD Ryzen 9 9950X16324.3 GHz64 MB170W
AMD Ryzen 9 9900X12244.4 GHz64 MB120W

Storage

Delegate nodes SHOULD use 3 physical NVMe drives. The recommended configuration is as follows:

/
├── users/
│ └── radium/
│ └── .radium/
│ └── data/
│ └── {deployment}/
| ├── snapshots
│ ├── config
│ └── store/
│ ├── network
│ └── cache

└── mnt/

├── epochs/
│ └── .radium/
│ └── data/
│ └── {deployment}/
│ └── store/
│ └── epochs

└── ledger/
└── .radium/
└── data/
└── {deployment}/
└── store/
└── ledger

Path Summary

  • User data: /users/radium/.radium/data/{deployment}/
    • Configuration
    • Snapshots
    • Network and Cache
  • External mounts: /mnt/
    • Epochs storage
    • Ledger storage

Software

  • Ubuntu 24
  • Debian 12

warning

Virtual Machines are not supported.