explaining ports as configurable and removing option numbers

This commit is contained in:
Kumaraguru 2025-02-24 01:50:58 -07:00
parent a329c3e235
commit 754c3670fe
No known key found for this signature in database
GPG Key ID: 4E4555A84ECD28F7
2 changed files with 5 additions and 5 deletions

View File

@ -27,11 +27,11 @@ Once you run the above command, you will be seeing a command line interface with
![InstallCodex](/learn/codex-installer.png)
Select the first option to download and install Codex. You will be asked to agree to the privacy disclaimer and provide an installation path to finish your installation.
On selecting the `Download and install Codex` option, you will be asked to agree to the privacy disclaimer and provide an installation path to finish your installation. If you do not wish to agree to the data collection disclaimer, you can select the `Exit` option and follow the instructions [Manual setup](/learn/quick-start.md) to install Codex without using the Installer.
## Run the Codex node
Upon selecting the second option, you will be asked for your Listening port (default is 8070) and discovery port (default is 8090). You can optionally provide your ERC20 public address to associate your testnet node with your wallet (Please note that Codex does not promise any incentives for running a node yet).
Upon selecting the `Run Codex node` option, you will be asked for your Listening port (default is 8070) and discovery port (default is 8090). You can optionally provide your ERC20 public address to associate your testnet node with your wallet (Please note that Codex does not promise any incentives for running a node yet).
![RunCodex](/learn/codex-installer2.png)

View File

@ -13,11 +13,11 @@ To make sure that your Codex node is running smoothly, you will need to make sur
## Port Forwarding
Codex requires two ports to be open on your machine in order to function properly :
Codex requires two ports to be open on your machine in order to function properly. However, please note that the **ports provided below are configurable** based on your preference :
| Protocol | Service | Port |
| -------- | --------- | ------ |
| UDP | Discovery | `8090` |
| TCP | Transport | `8070` |
| UDP | Discovery | Default : `8090` |
| TCP | Transport | Default : `8070` |
If you are not familiar with port forwarding, you can follow the instructions [here](https://www.noip.com/support/knowledgebase/general-port-forwarding-guide/).