Skip to content

Commit

Permalink
Update seed port number, add chainparam checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptAxe committed Jan 2, 2024
1 parent 2c8ce94 commit 9672a01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ class CMainParams : public CChainParams {
checkpointData = {
{
{11, uint256S("7c43551f4784e3f788f27ecc5920eefb4331e6e6884c8419de570bd114c1e461")},
{425, uint256S("53e450ef3d039e725b3c88d6b85e3a1c06273bf0eef247a7b782d542f8cc3fe1")},

}
};

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,0xac,0x69,0x94,0x87}, 8333},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xac,0x69,0x94,0x87}, 8383},
};

static SeedSpec6 pnSeed6_test[] = {
Expand Down

0 comments on commit 9672a01

Please sign in to comment.