Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions how-to-guides/nodes-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ 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 |
Expand Down
Loading