Skip to content

Commit b473962

Browse files
committed
Merge branch 'main' into staging
2 parents d292dfc + 9b7e706 commit b473962

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/participate/run-nodes/full-node.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You shouldn't run any type of node on your personal local machine for long, even
2323
- 1TB NVME SSD _OR_ Provisioned 64+k IOPS storage
2424
- 1 Gbit/s network connectivity
2525
- public IP address (_fixed IP address_)
26-
- 16 TB/month traffic on peak load
26+
- 64 TB/month traffic (100 TB/month on peak load)
2727

2828
:::info Be ready for peak loads
2929
Typically you'll need at least a 1 Gbit/s connection to reliably accommodate peak loads (the average load is expected to be approximately 100 Mbit/s).
@@ -45,13 +45,13 @@ The TON Foundation recommends the following providers for running a Validator:
4545

4646
| Cloud Provider | Instance Type | CPU | RAM | Storage | Network | Public IP | Traffic |
4747
|------------------|-----------------------|----------------|--------|-------------------|--------------|-----------------------------------|---------------|
48-
| GCP | `n2-standard-16` | `32 vCPUs` | `128GB`| `1TB NVMe SSD` | `16 Gbps` | Reserve a static external IP | `16 TB/month`|
49-
| Alibaba Cloud | `ecs.g6.4xlarge` | `32 vCPUs` | `128GB`| `1TB NVMe SSD` | `Up to 10 Gbps` | Bind an Elastic IP | `16 TB/month`|
50-
| Tencent Cloud | `M5.4XLARGE` | `32 vCPUs` | `128GB`| `1TB NVMe SSD` | `Up to 10 Gbps` | Associate an Elastic IP | `16 TB/month`|
51-
| Vultr | `bare metal Intel E-2388G` | `16 Cores / 32 Threads` | `128GB` | `1.92TB NVMe SSD` | `10 Gbps` | Fixed IP address included with instance | `16 TB/month`|
52-
| DigitalOcean | `general purpose premium Intel` | `32 vCPUs` | `128GB` | `1TB NVMe SSD` | `10 Gbps` | Fixed IP address included with instance | `16 TB/month`|
53-
| Latitude | `c3.medium.x86` | `16 Cores / 32 Threads` | `128GB` | `1.9TB NVMe SSD` | `10 Gbps` | Fixed IP address included with instance | `16 TB/month`|
54-
| AWS | `i4i.4xlarge` | `32 vCPUs` | `128GB`| `1 x 3,750 AWS Nitro SSD (fixed)` | `Up to 25 Gbps` | Bind an Elastic IP | `16 TB/month`|
48+
| GCP | `n2-standard-16` | `32 vCPUs` | `128GB`| `1TB NVMe SSD` | `16 Gbps` | Reserve a static external IP | `64 TB/month`|
49+
| Alibaba Cloud | `ecs.g6.4xlarge` | `32 vCPUs` | `128GB`| `1TB NVMe SSD` | `Up to 10 Gbps` | Bind an Elastic IP | `64 TB/month`|
50+
| Tencent Cloud | `M5.4XLARGE` | `32 vCPUs` | `128GB`| `1TB NVMe SSD` | `Up to 10 Gbps` | Associate an Elastic IP | `64 TB/month`|
51+
| Vultr | `bare metal Intel E-2388G` | `16 Cores / 32 Threads` | `128GB` | `1.92TB NVMe SSD` | `10 Gbps` | Fixed IP address included with instance | `64 TB/month`|
52+
| DigitalOcean | `general purpose premium Intel` | `32 vCPUs` | `128GB` | `1TB NVMe SSD` | `10 Gbps` | Fixed IP address included with instance | `64 TB/month`|
53+
| Latitude | `c3.medium.x86` | `16 Cores / 32 Threads` | `128GB` | `1.9TB NVMe SSD` | `10 Gbps` | Fixed IP address included with instance | `64 TB/month`|
54+
| AWS | `i4i.8xlarge` | `32 vCPUs` | `256GB`| `2 x 3,750 AWS Nitro SSD (fixed)` | `Up to 25 Gbps` | Bind an Elastic IP | `64 TB/month`|
5555

5656
:::info
5757
**Note:** Prices, configurations, and availability may vary. It is advisable to always check the official documentation and pricing pages of the respective cloud provider before making any decisions.

0 commit comments

Comments
 (0)