Skip to content

Commit

Permalink
Update run-val.md (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzckck authored Nov 22, 2024
1 parent a81ff9a commit d89530e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions docs/bnb-smart-chain/validator/run-val.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ title: Run BSC Validator - BNB Smart Chain

### Mainnet

- VPS running recent versions of Mac OS X or Linux.
- **IMPORTANT** 3T GB of free disk space, solid-state drive(SSD), gp3, 8k IOPS, 500 MB/S throughput, read latency <1ms (if start with snap sync, it will need NVMe SSD).
- 16 cores of CPU and 64 gigabytes of memory (RAM).
- Suggest m5zn.3xlarge or r7iz.4xlarge instance type on AWS, or c2-standard-16 on Google cloud.
- A broadband Internet connection with upload/download speeds of 5 megabyte per second
- Instance Spec: Suggest r7a.4xlarge instance type on AWS, or c2-standard-16 on Google cloud.
- Memory: 64 GB
- Disk: **IMPORTANT** 4T GB, solid-state drive(SSD), gp3, 8k IOPS, 500 MB/S throughput, read latency <1ms (if start with snap sync, it will need NVMe SSD).
- Network Bandwidth: > 10 Gbps

### Testnet

- CPU: 4core, Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz
- CPU: "AMD Gen 3 or newer" or "Intel Ice Lake or newer"
- Memory: 16 GB
- Disk: ~1.5 TB
- Network Bandwidth: Upto 25 Gbps
- EBS Bandwidth: Upto 9.5 Gbps
- Disk: 1.5 TB, solid-state drive(SSD), gp3, 8k IOPS, 250 MB/S throughput.
- Network Bandwidth: > 2.5 Gbps

## Setup Validator Node

Expand Down Expand Up @@ -163,4 +161,4 @@ For example, if v1.4.9 has known issues, we wanna disconnect nodes of this versi
```
[Node.P2P]
PeerFilterPatterns = ["Geth/v1.4.9.*"]
```
```

0 comments on commit d89530e

Please sign in to comment.