Skip to content

Commit

Permalink
Update port configuration
Browse files Browse the repository at this point in the history
- Clarification on port configuration according to comment
  • Loading branch information
ines-toupeira authored and jsdanielh committed Jan 7, 2025
1 parent db0c1e5 commit 10635af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ cargo run --release --bin nimiq-client -- -c path/to/client.toml
Now your client is launched and running.

**Port Configuration**
Ensure that your system allows network traffic through port **8443/tcp**. Open this port in your firewall to allow the node to connect to the network.
Assuming you didn't change the default listening port, ensure that your system allows network traffic through port **8443/tcp**. Open this port in your firewall to allow the node to connect to the network.

### History Nodes
For the first start of your history node, you must set the environment variable `NIMIQ_OVERRIDE_MAINNET_CONFIG` to point to a configuration file. This file can be downloaded from one of the following sources:
Expand Down

0 comments on commit 10635af

Please sign in to comment.