Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.
Open
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion docs/exchanges/exchange-ip-whitelisting.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Before you start, please ensure the steps below are done.
This step is critical, as failing to provide the correct IP and port will result in failure to receive blockchain data.

:::important
The port of choice must be opened to inbound connections. Otherwise, the seed node will be unreachable.
The port of choice must be opened to inbound connections. Otherwise, the seed node will be unreachable. Also, please make sure
to open port 33133 for outbound connection so that your seed node can connect with public seeds.
:::

### Docker Setup
Expand Down
3 changes: 2 additions & 1 deletion docs/exchanges/exchange-key-whitelisting-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Before you start, please ensure the steps below are done.
1. Choose and note down a port you wish to reserve for your seed node to receive incoming blockchain data.

:::important
The port of choice must be opened to inbound connections. Otherwise, the seed node will be unreachable.
The port of choice must be opened to inbound connections. Otherwise, the seed node will be unreachable. Also, please make sure
to open port 33133 for outbound connection so that your seed node can connect with public seeds.
:::

### Docker Setup
Expand Down
4 changes: 4 additions & 0 deletions docs/exchanges/exchange-key-whitelisting-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ This section describes Option 2 for key whitelisting mode, which uses `p2pseed-c

## Preparing the Machine

:::important
Make sure to open ports 33133 and 33135 for outbound connection so that your seed node can connect with public seeds.
:::

### Docker Setup

We highly recommend using [Docker](https://docker.com) to set up a seed node,
Expand Down