Skip to content

Commit af37a5b

Browse files
authored
Update requirements.md
1 parent fb8d0be commit af37a5b

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

docs/overview/requirements.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ This guide is mainly intended for the user who:
1919

2020
If you are a **CRC supernode** or install all the components of the Elastos blockchain:
2121

22-
* **CPU**: **2 cores** or more
22+
* **CPU**: **8 cores** or more
2323
* **RAM**: **32 GB** or more
24-
* **HDD**: **200 GB** or more
24+
* **HDD**: **300 GB** or more
2525
* A solid-state drive (SSD) is a plus but not a must. A hard drive (HDD) should be OK.
2626
* Disk usage will always increase because blockchains are growing. You should monitor your disk to ensure it is big enough to hold all the programs.
2727

2828
A single chain may require fewer resources. For example, you only install the mainchain as a verification node.
2929

3030
If you are a **BPoS supernode** or have only ELA nodes installed:
3131

32-
* **CPU**: **2 cores** or more
33-
* **RAM**: **8 GB** or more
34-
* **HDD**: **100 GB** or more
32+
* **CPU**: **4 cores** or more
33+
* **RAM**: **16 GB** or more
34+
* **HDD**: **200 GB** or more
3535

3636
## Server Software Requirements
3737

@@ -48,12 +48,25 @@ If you do not need all the chains, please find a required subset by the chain na
4848

4949
| Chain or Program Name | Protocol and Port Range | Purpose |
5050
| --------------------- | ----------------------- | ----------------- |
51+
| ELA | TCP 20336 | ELA rpc |
5152
| ELA | TCP 20338 | ELA P2P |
5253
| ELA | TCP 20339 | ELA BPoS |
54+
| ESC-bootnode | UDP 20630 | ESC bootnode |
55+
| ESC-oracle | TCP 20632 | ESC oracle |
56+
| ESC | TCP 20636 | ESC rpc |
5357
| ESC | TCP+UDP 20638 | ESC P2P |
5458
| ESC | TCP 20639 | ESC BPoS |
59+
| EID-bootnode | UDP 20640 | EID bootnode |
60+
| EID-oracle | TCP 20642 | EID oracle |
61+
| EID | TCP 20646 | EID rpc |
5562
| EID | TCP+UDP 20648 | EID P2P |
5663
| EID | TCP 20649 | EID BPoS |
64+
| ECO-bootnode | UDP 20650 | ECO bootnode |
65+
| ECO-oracle | TCP 20652 | ECO oracle |
66+
| ECO | TCP 20656 | ECO rpc |
67+
| ECO | TCP+UDP 20658 | ECO P2P |
68+
| ECO | TCP 20659 | ECO BPoS |
69+
| Arbiter | TCP 20536 | Arbiter rpc |
5770
| Arbiter | TCP 20538 | Arbiter P2P |
5871
| Carrier | UDP 3478 | Carrier P2P |
5972
| Carrier | TCP 33445 | Carrier TCP Relay |

0 commit comments

Comments
 (0)