mirror of
https://github.com/logos-storage/logos-storage-docs.git
synced 2026-01-03 05:43:10 +00:00
explaining ports as configurable and removing option numbers
This commit is contained in:
parent
a329c3e235
commit
754c3670fe
@ -27,11 +27,11 @@ Once you run the above command, you will be seeing a command line interface with
|
||||
|
||||

|
||||
|
||||
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).
|
||||
|
||||

|
||||
|
||||
|
||||
@ -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/).
|
||||
Loading…
x
Reference in New Issue
Block a user