Skip to content

Commit

Permalink
Update chainparams.cpp
Browse files Browse the repository at this point in the history
RPC Ports
  • Loading branch information
minblock committed Jan 12, 2019
1 parent 3636ec8 commit ebe506f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class CTestNetParams : public CChainParams {
pchMessageStart[1] = 0x04;
pchMessageStart[2] = 0x03;
pchMessageStart[3] = 0x02;
nDefaultPort = 1336;
nDefaultPort = 11336;
nPruneAfterHeight = 1000;

genesis = CreateGenesisBlock(1486949366, 793157, 0x1e0ffff0, 1, 50 * COIN);
Expand Down Expand Up @@ -291,12 +291,12 @@ class CRegTestParams : public CChainParams {
// By default assume that the signatures in ancestors of this block are valid.
consensus.defaultAssumeValid = uint256S("0x00");

pchMessageStart[0] = 0xfa;
pchMessageStart[1] = 0xbf;
pchMessageStart[2] = 0xb5;
pchMessageStart[3] = 0xda;
nDefaultPort = 19444;
nPruneAfterHeight = 1000;
pchMessageStart[0] = 0x01;
pchMessageStart[1] = 0x02;
pchMessageStart[2] = 0x03;
pchMessageStart[3] = 0x04;
nDefaultPort = 25565;
nPruneAfterHeight = 1000;

genesis = CreateGenesisBlock(1296688602, 1, 0x207fffff, 1, 50 * COIN);
consensus.hashGenesisBlock = genesis.GetHash();
Expand Down

0 comments on commit ebe506f

Please sign in to comment.