From a3c21bc8633336b7885963b0fc0646653cda075f Mon Sep 17 00:00:00 2001 From: sweexordious Date: Tue, 18 Nov 2025 18:51:38 +0400 Subject: [PATCH 1/2] docs: add 128mb/6s instructions --- how-to-guides/nodes-overview.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/how-to-guides/nodes-overview.md b/how-to-guides/nodes-overview.md index 3afc6fef0d..b35de8c308 100644 --- a/how-to-guides/nodes-overview.md +++ b/how-to-guides/nodes-overview.md @@ -56,6 +56,13 @@ each tutorial guide. | Validator | 32 GB RAM | 16 cores | 2 TiB NVME | 1 Gbps | | Consensus node | 32 GB RAM | 16 cores | 2 TiB NVME | 1 Gbps | +When upgrading to 128mb/6s, validators must use hardware that passes the [CPU benchmark](https://github.com/celestiaorg/celestia-app/blob/main/tools/cpu_requirements/README.md). If your server does not pass, upgrade to a more powerful machine. + +For a list of CPUs tested for 128mb/6s, see the [release notes](https://github.com/celestiaorg/celestia-app/blob/main/docs/release-notes/release-notes.md#v6---128mb6s). Other CPUs are acceptable if they pass the benchmark. Recommended CPU specs: +- 32 or more cores +- GFNI (Galois Field New Instructions) support +- SHA-NI (SHA New Instructions) support + #### Archival consensus nodes | Node type | Memory | CPU | Disk | Bandwidth | From dc251cbf74692bf2764a425550ff7a7df625d573 Mon Sep 17 00:00:00 2001 From: Luke Cassady-Dorion Date: Wed, 19 Nov 2025 21:47:48 +0700 Subject: [PATCH 2/2] Update nodes-overview.md added a space before the list --- how-to-guides/nodes-overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/how-to-guides/nodes-overview.md b/how-to-guides/nodes-overview.md index b35de8c308..9771b944b1 100644 --- a/how-to-guides/nodes-overview.md +++ b/how-to-guides/nodes-overview.md @@ -59,6 +59,7 @@ each tutorial guide. When upgrading to 128mb/6s, validators must use hardware that passes the [CPU benchmark](https://github.com/celestiaorg/celestia-app/blob/main/tools/cpu_requirements/README.md). If your server does not pass, upgrade to a more powerful machine. For a list of CPUs tested for 128mb/6s, see the [release notes](https://github.com/celestiaorg/celestia-app/blob/main/docs/release-notes/release-notes.md#v6---128mb6s). Other CPUs are acceptable if they pass the benchmark. Recommended CPU specs: + - 32 or more cores - GFNI (Galois Field New Instructions) support - SHA-NI (SHA New Instructions) support