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
7 changes: 4 additions & 3 deletions docs/run-node/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ Please see the [system requirements](/docs/run-node/system-requirements) section

| **Port Range** | **Protocol** | **Purpose** | **Notes** |
|----------------------|--------------|--------------------------------------|---------------------------------------------------------------------------|
| 8336, 8340 | UDP or TCP | Network connectivity | Must be open to join the network. |
| 50000-50003* | UDP or TCP | Worker processes libp2p communication | Port range must be opened based on the number of worker processes. |
| 60000-60003* (example for 4 workers) | UDP or TCP | Worker processes streaming communication | Port range must be opened based on the number of worker processes. |
| 8336 | QUIC/UDP or TCP | Master process p2p communication | |
| 8340 | TCP | Master process streaming communication | |
| 50000-50003* | QUIC/UDP or TCP | Worker processes p2p communication | Port range must be opened based on the number of worker processes. |
| 60000-60003* | TCP | Worker processes streaming communication | Port range must be opened based on the number of worker processes. |

*Using an example of 4 workers, 1 port for each, starting from the base port.

Expand Down