Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: change node requirements #1868

Merged
merged 4 commits into from
Feb 10, 2025
Merged
Changes from 1 commit
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
Next Next commit
docs: change node reqs
jcstein committed Jan 17, 2025
commit 31ba78776c94fb6592b30ac2230d8b27c74b31b1
4 changes: 2 additions & 2 deletions how-to-guides/bridge-node.md
Original file line number Diff line number Diff line change
@@ -47,9 +47,9 @@ From an implementation perspective, Bridge nodes run two separate processes:
The following hardware minimum requirements are recommended for running the
bridge node:

- Memory: **16 GB RAM (minimum)**
- Memory: **24 GB RAM (minimum)**
- CPU: **6 cores**
- Disk: **2 TB NVME Storage**
- Disk: **5 TiB NVME Storage**
- Bandwidth: **1 Gbps for Download/1 Gbps for Upload**

## Setting up your bridge node
6 changes: 3 additions & 3 deletions how-to-guides/consensus-node.md
Original file line number Diff line number Diff line change
@@ -21,9 +21,9 @@ consensus layer.

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

- Memory: **16 GB RAM**
- CPU: **Quad-Core**
- Disk: **2 TB SSD Storage**
- Memory: **24 GB RAM**
- CPU: **8 cores**
- Disk: **3 TiB SSD Storage**
- Bandwidth: **1 Gbps for Download/1 Gbps for Upload**

## Set up a consensus node
4 changes: 2 additions & 2 deletions how-to-guides/full-storage-node.md
Original file line number Diff line number Diff line change
@@ -22,9 +22,9 @@ between one another.
The following hardware minimum requirements are recommended for running
the full storage node:

- Memory: **16 GB RAM (minimum)**
- Memory: **24 GB RAM (minimum)**
- CPU: **6 cores**
- Disk: **2 TB NVME Storage**
- Disk: **5 TiB NVME Storage**
- Bandwidth: **1 Gbps for Download/1 Gbps for Upload**

## Setting up your full storage node
8 changes: 4 additions & 4 deletions how-to-guides/nodes-overview.md
Original file line number Diff line number Diff line change
@@ -36,15 +36,15 @@ 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 | 24 GB RAM | 8 cores | 5 TiB NVME | 1 Gbps |
| Full storage node | 24 GB RAM | 8 cores | 5 TiB NVME | 1 Gbps |

## 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 |
| Validator | 24 GB RAM | 8 cores | 3 TiB SSD | 1 Gbps |
| Consensus node | 24 GB RAM | 8 cores | 3 TiB SSD | 1 Gbps |


Please provide any feedback on the tutorials and guides. If you notice
4 changes: 2 additions & 2 deletions how-to-guides/validator-node.md
Original file line number Diff line number Diff line change
@@ -19,9 +19,9 @@ Validator nodes allow you to participate in consensus in the Celestia network.
The following hardware minimum requirements are recommended for running a
validator node:

- Memory: **16 GB RAM**
- Memory: **24 GB RAM**
- CPU: **8 cores**
- Disk: **2 TB SSD Storage**
- Disk: **3 TiB SSD Storage**
- Bandwidth: **1 Gbps for Download/1 Gbps for Upload**

## Setting up a validator node