forked from lthn/blockchain
added auto port changing for testnet
This commit is contained in:
parent
f31c5e2225
commit
3ff1ce583e
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@
|
|||
#define STRATUM_DEFAULT_PORT 11777
|
||||
#define P2P_NETWORK_ID_TESTNET_FLAG 0
|
||||
#else
|
||||
#define P2P_DEFAULT_PORT (11112 + TESTNET_FORMATION_VERSION)
|
||||
#define P2P_DEFAULT_PORT (11112 + CURRENCY_FORMATION_VERSION)
|
||||
#define RPC_DEFAULT_PORT 12111
|
||||
#define STRATUM_DEFAULT_PORT 11888
|
||||
#define STRARUM_DEFAULT_PORT 51113
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue