You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following is provided to help [_Hedera Governing Council_](https://hedera.com/council) members deploy their permissioned mainnet consensus node. Please note, this information is not intended to apply to Hedera's transition to a permissionless network.
10
10
11
+
{% hint style="success" %}
12
+
**Please note**: this information does not apply to Hedera's transition to a permissionless network. _Hedera Governing Council_ The following is provided to assist:
13
+
{% endhint %}
14
+
11
15
## Minimum Node Platform Requirements
12
16
13
17
Currently, the Hedera Mainnet will perform at a rate determined by the lowest-performing node. To ensure a common level of performance minimum hardware, connectivity, and hosting requirements have been defined for the initial permissioned, Governing Council nodes.
@@ -16,97 +20,157 @@ Currently, the Hedera Mainnet will perform at a rate determined by the lowest-pe
16
20
To ensure accurate conformity with the minimum requirements, please provide node hardware, connectivity, and hosting details to Hedera prior to purchase (devops@hashgraph.com).
17
21
{% endhint %}
18
22
19
-
* CPU: X86/X64 compatible (Intel Xeon or AMD EPYC); 24 cores/48 threads meeting or exceeding the following benchmarks:
20
-
* Geekbench 6 single-core score
21
-
* Minimum: 1000 or greater
22
-
* Recommended: 1500 or greater
23
-
* Passmark single thread rating:
24
-
* Minimum to remain on Mainnet: 2300 or greater
25
-
* Recommended: 2800 or greater
26
-
* Network Connectivity: Sustained 1Gb/s internet bandwidth via a single 1-Gigabit / 10-Gigabit Ethernet interface
27
-
* Memory: 256 GB PC4-21300 2666MHz DDR4 ECC Registered DIMM or faster (minimum), 320GB or higher PC4-25600 3200MHz (recommended)
28
-
* Storage: It is recommended to mount 240 GB SSD with Raid 1 as a root volume `/` and then provide usable storage via different devices later mounted during installation. This may not be possible on your hardware, so alternatively all required storage may be allocated to the root volume.
29
-
* Minimum: 5TB of SSD NVMe usable storage
30
-
* Recommended:
31
-
* 2 x 240GB SSD with RAID 1 for OS Storage
32
-
* 2 x NVMe devices as a 7.5TB RAID 0 (or 4x as RAID 10 array)
33
-
* Storage performance: If mounted to root volume, the root volume must meet these requirements. If provisioned via RAID, the RAID array should meet these requirements:
34
-
* Sequential write sustained:
35
-
* Minimum: 2,000 MBps
36
-
* Recommended: 3,000 MBps
37
-
* Sequential read sustained:
38
-
* Minimum: 3,000 MBps
39
-
* Recommended: 6,200 MBps
40
-
* Random read, synchronous:
41
-
* Minimum: 250,000 IOPS
42
-
* Recommended: 1,000,000 IOPS
43
-
* Random read, AIO:
44
-
* Minimum: 500,000 IOPS
45
-
* Recommended: 1,000,000 IOPS
46
-
* Random write, synchronous:
47
-
* Minimum: 100,000 IOPS
48
-
* Recommended: 170,000 IOPS
49
-
* Less than 200µs random read latency, average
50
-
* Nodes must pass the Hedera performance test suite performed at installation time
23
+
### CPU
24
+
25
+
X86/X64 compatible (Intel Xeon or AMD EPYC); 24 cores/48 threads meeting or exceeding the following benchmarks:
26
+
27
+
**Geekbench 6 single-core score**
28
+
29
+
* Minimum: 1000 or greater
30
+
* Recommended: 1500 or greater
31
+
32
+
**Passmark single thread rating:**
33
+
34
+
* Minimum to remain on Mainnet: 2300 or greater
35
+
* Recommended: 2800 or greater
36
+
37
+
### **Network Connectivity**
38
+
39
+
Sustained 1Gb/s internet bandwidth via a single 1-Gigabit / 10-Gigabit Ethernet interface
40
+
41
+
### **Memory**
42
+
43
+
256 GB PC4-21300 2666MHz DDR4 ECC Registered DIMM or faster (minimum), 320GB or higher PC4-25600 3200MHz (recommended)
44
+
45
+
### **Storage**
46
+
47
+
It is recommended to mount 240 GB SSD with Raid 1 as a root volume `/` and then provide usable storage via different devices later mounted during installation. This may not be possible on your hardware, so alternatively all required storage may be allocated to the root volume.
* 2 x NVMe devices as a 7.5TB RAID 0 (or 4x as RAID 10 array)
59
+
60
+
**Storage performance**: If mounted to root volume, the root volume must meet these requirements. If provisioned via RAID, the RAID array should meet these requirements:
61
+
62
+
**Sequential write sustained:**
63
+
64
+
* Minimum: 2,000 MBps
65
+
* Recommended: 3,000 MBps
66
+
67
+
**Sequential read sustained:**
68
+
69
+
* Minimum: 3,000 MBps
70
+
* Recommended: 6,200 MBps
71
+
72
+
**Random read, synchronous:**
73
+
74
+
* Minimum: 250,000 IOPS
75
+
* Recommended: 1,000,000 IOPS
76
+
77
+
**Random read, AIO:**
78
+
79
+
* Minimum: 500,000 IOPS
80
+
* Recommended: 1,000,000 IOPS
81
+
82
+
**Random write, synchronous:**
83
+
84
+
* Minimum: 100,000 IOPS
85
+
* Recommended: 170,000 IOPS
86
+
87
+
Less than 200µs random read latency, average
88
+
89
+
</details>
90
+
91
+
{% hint style="success" %}
92
+
**Note**: nodes must pass the Hedera performance test suite performed at installation time.
93
+
{% endhint %}
51
94
52
95
### **Node Operating System:**
53
96
54
-
*Linux
55
-
* Minimum kernel mainline versions (not distribution version)
56
-
* 6.2.0
57
-
* 6.1.2
58
-
* 6.0.16
59
-
* 5.15.86
60
-
* Actively Supported Long-Term-Support (LTS) 64-bit Linux Distributions
61
-
* Ubuntu LTS 22.04
62
-
* Red Hat Enterprise Linux (RHEL) 8 and 9
63
-
* Oracle Linux 8 and 9
97
+
**Linux**
98
+
99
+
**Minimum kernel mainline versions (not distribution version)**
100
+
101
+
* 6.2.0
102
+
* 6.1.2
103
+
* 6.0.16
104
+
* 5.15.86
105
+
106
+
**Actively Supported Long-Term-Support (LTS) 64-bit Linux Distributions**
If using interface bonding, note that mutual TLS is in use, and Layer 3 Policy Based Routing (PBR) with dual-pathways is not supported. Only Layer 2 interface bonding using mode 1 (autonomous ports using active-backup) or mode 4 (LACP 802.3ad active/active) is supported.
151
233
152
-
* If using interface bonding, note that mutual TLS is in use, and Layer 3 Policy Based Routing (PBR) with dual-pathways is not supported. Only Layer 2 interface bonding using mode 1 (autonomous ports using active-backup) or mode 4 (LACP 802.3ad active/active) is supported.
0 commit comments