Skip to content
Open
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
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

| Role | vCPUs | RAM | Storage |
| ------------- | ----- | ------ | ---------- |
| Validator | 32 | 128 GB | 1 TB SSD |
| Non-Validator | 16 | 64 GB | 500 GB SSD |
| Validator | 32 | 128 GB | 1 TB NVMe/SSD |
| Non-Validator | 16 | 64 GB | 800 GB NVMe/SSD |

Currently only Ubuntu 24.04 is supported.

Ports 4001 and 4002 are used for gossip and must be open to the public. Otherwise, the node IP address will be deprioritized by peers in the p2p network.

For lowest latency, run the node in Tokyo, Japan.
- Currently only Ubuntu 24.04 is supported.
- Storage grows by around ~330 GB daily(As at 25th August 2025).
- Ports 4001 and 4002 are used for gossip and must be open to the public. Otherwise, the node IP address will be deprioritized by peers in the p2p network.
- For lowest latency, run the node in Tokyo, Japan.

---

Expand Down