Skip to content

Commit

Permalink
docs: change node requirements (#1868)
Browse files Browse the repository at this point in the history
* docs: change node reqs

* docs: resolve coderabbit

* docs: remove duplicate infos, link to table

* docs: remove val from archival
  • Loading branch information
jcstein authored Feb 10, 2025
1 parent 9f15c00 commit cc3f992
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 47 deletions.
10 changes: 2 additions & 8 deletions how-to-guides/bridge-node.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
\description: Learn how to set up your Celestia bridge node.
description: Learn how to set up your Celestia bridge node.
---

# Setting up a Celestia bridge node
Expand Down Expand Up @@ -44,13 +44,7 @@ From an implementation perspective, Bridge nodes run two separate processes:

## Hardware requirements

The following hardware minimum requirements are recommended for running the
bridge node:

- Memory: **16 GB RAM (minimum)**
- CPU: **6 cores**
- Disk: **2 TB NVME Storage**
- Bandwidth: **1 Gbps for Download/1 Gbps for Upload**
See [hardware requirements](/how-to-guides/nodes-overview.md#recommended-celestia-node-requirements).

## Setting up your bridge node

Expand Down
7 changes: 1 addition & 6 deletions how-to-guides/consensus-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ consensus layer.

## Minimum hardware requirements

The following minimum hardware requirements are recommended for running a consensus node:

- Memory: **16 GB RAM**
- CPU: **Quad-Core**
- Disk: **2 TB SSD Storage**
- Bandwidth: **1 Gbps for Download/1 Gbps for Upload**
See [hardware requirements](/how-to-guides/nodes-overview.md#recommended-celestia-node-requirements).

## Set up a consensus node

Expand Down
8 changes: 1 addition & 7 deletions how-to-guides/full-storage-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ between one another.

## Hardware requirements

The following hardware minimum requirements are recommended for running
the full storage node:

- Memory: **16 GB RAM (minimum)**
- CPU: **6 cores**
- Disk: **2 TB NVME Storage**
- Bandwidth: **1 Gbps for Download/1 Gbps for Upload**
See [hardware requirements](/how-to-guides/nodes-overview.md#recommended-celestia-node-requirements).

## Setting up your full storage node

Expand Down
8 changes: 1 addition & 7 deletions how-to-guides/light-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ Light nodes have the following behavior:

## Hardware requirements

The following minimum hardware requirements are recommended for running
a light node:

- Memory: **500 MB RAM (minimum)**
- CPU: **Single Core**
- Disk: **100 GB SSD Storage**
- Bandwidth: **56 Kbps for Download/56 Kbps for Upload**
See [hardware requirements](/how-to-guides/nodes-overview.md#recommended-celestia-node-requirements).

## Quickstart: Run a light node in your browser

Expand Down
18 changes: 13 additions & 5 deletions how-to-guides/nodes-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,23 @@ each tutorial guide.
| Node type | Memory | CPU | Disk | Bandwidth |
|-------------------|-------------|-------------|------------|-----------|
| Light node | 500 MB RAM | Single core | 100 GB SSD | 56 Kbps |
| Bridge node | 16 GB RAM | 6 cores | 2 TB NVME | 1 Gbps |
| Full storage node | 16 GB RAM | Quad-core | 2 TB NVME | 1 Gbps |
| Bridge node | 64 GB RAM | 8 cores | 5 TiB NVME | 1 Gbps |
| Full storage node | 64 GB RAM | 8 cores | 5 TiB NVME | 1 Gbps |

## Consensus nodes
### Consensus nodes

#### Non-archival consensus nodes

| Node type | Memory | CPU | Disk | Bandwidth |
|------------------|-------------|-------------|------------|-----------|
| Validator | 24 GB RAM | 8 cores | 3 TiB NVME | 1 Gbps |
| Consensus node | 24 GB RAM | 8 cores | 3 TiB NVME | 1 Gbps |

#### Archival consensus nodes

| Node type | Memory | CPU | Disk | Bandwidth |
|------------------|-------------|-------------|------------|-----------|
| Validator | 16 GB RAM | 8 cores | 2 TB SSD | 1 Gbps |
| Consensus node | 16 GB RAM | Quad-core | 2 TB SSD | 1 Gbps |
| Consensus node | 64 GB RAM | 8 cores | 6 TiB NVME | 1 Gbps |


Please provide any feedback on the tutorials and guides. If you notice
Expand Down
8 changes: 1 addition & 7 deletions how-to-guides/validator-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ Validator nodes allow you to participate in consensus in the Celestia network.

## Hardware requirements

The following hardware minimum requirements are recommended for running a
validator node:

- Memory: **16 GB RAM**
- CPU: **8 cores**
- Disk: **2 TB SSD Storage**
- Bandwidth: **1 Gbps for Download/1 Gbps for Upload**
See [hardware requirements](/how-to-guides/nodes-overview.md#recommended-celestia-node-requirements).

## Setting up a validator node

Expand Down
8 changes: 1 addition & 7 deletions tutorials/node-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,7 @@ If you would like to use them anyway, you can

## Hardware requirements

The following minimum hardware requirements are recommended for running a
light node:

- Memory: **500 MB RAM (minimum)**
- CPU: **Single Core**
- Disk: **50 GB SSD Storage**
- Bandwidth: **56 Kbps for Download/56 Kbps for Upload**
See [hardware requirements](/how-to-guides/nodes-overview.md#recommended-celestia-node-requirements).

## Setting up dependencies

Expand Down

0 comments on commit cc3f992

Please sign in to comment.