Skip to content

Commit

Permalink
Update pchmessagestart & port numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptAxe committed Oct 14, 2018
1 parent 58a0997 commit b9e49de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ class CMainParams : public CChainParams {
* The characters are rarely used upper ASCII, not valid as UTF-8, and produce
* a large 32-bit integer with any alignment.
*/
pchMessageStart[0] = 0xca;
pchMessageStart[1] = 0xfe;
pchMessageStart[2] = 0xca;
pchMessageStart[0] = 0xfc;
pchMessageStart[1] = 0xfd;
pchMessageStart[2] = 0xcd;
pchMessageStart[3] = 0xfe;
nDefaultPort = 8451;
nDefaultPort = 8551;
nPruneAfterHeight = 100000;

genesis = CreateGenesisBlock(1538208103, 4297535, 0x1d5fffff, 1, 50 * COIN);
Expand Down
2 changes: 1 addition & 1 deletion src/chainparamsseeds.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.
*/
static SeedSpec6 pnSeed6_main[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x60,0x7e,0x7a,0x90}, 8451}
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x60,0x7e,0x7a,0x90}, 8551}
};

static SeedSpec6 pnSeed6_test[] = {
Expand Down

0 comments on commit b9e49de

Please sign in to comment.