Skip to content

Commit

Permalink
Change default p2p port
Browse files Browse the repository at this point in the history
  • Loading branch information
PoWx Team committed Mar 28, 2021
1 parent ddd9f26 commit b52c547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class CMainParams : public CChainParams {
pchMessageStart[1] = 0xaf;
pchMessageStart[2] = 0xbb;
pchMessageStart[3] = 0xee;
nDefaultPort = 9899;
nDefaultPort = 9901;
nPruneAfterHeight = 100000;
m_assumed_blockchain_size = 1;
m_assumed_chain_state_size = 4;
Expand Down
2 changes: 1 addition & 1 deletion src/chainparamsseeds.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* IPv4 as well as onion addresses are wrapped inside an IPv6 address accordingly.
*/
static SeedSpec6 pnSeed6_main[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x2e,0x04,0x62,0xb4}, 9899}
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x2e,0x04,0x62,0xb4}, 9901}
};

static SeedSpec6 pnSeed6_test[] = {
Expand Down

0 comments on commit b52c547

Please sign in to comment.