theQRL / QRL

Quantum Resistant Ledger
https://theqrl.org/
MIT License
414 stars 108 forks source link

Add alternate ports to testnet config #1739

Closed fr1t2 closed 1 year ago

fr1t2 commented 2 years ago

Adding ports to the generated testnet config to avoid port conflicts when running both testnet and mainnet on the same system.

Adds the following ports to the config file as default for testnet nodes:

public_api_port: 19019
p2p_local_port: 19001
cyyber commented 1 year ago

@fr1t2 Can you please create the PR to dev branch instead of master. Thanks