Skip to content

Commit

Permalink
update default seeds to explorer.peercoin.net
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Mar 12, 2019
1 parent 9e2b6fa commit e332773
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/chainparamsseeds.h
Expand Up @@ -8,20 +8,11 @@
* IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.
*/

//ppcTODO - add those peercoin seeds and remove bitcoin ones
// Physical IP seeds: 32-bit IPv4 addresses: e.g. 178.33.22.32 = 0x201621b2
// unsigned int pnSeed[] =
// {
// 0x36a3b545, 0x3c1c26d8, 0x4031eb6d, 0x4d3463d1, 0x586a6854, 0x5da9ae65,
// 0x6deb7318, 0x9083fb63, 0x961bf618, 0xcabd2e4e, 0xcb766dd5, 0xdd514518,
// 0xdff010b8, 0xe9bb6044, 0xedb24a4c,
// };

static SeedSpec6 pnSeed6_main[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x05,0x13,0x05,0x7f}, 8333},
{{0xfd,0x87,0xd8,0x7e,0xeb,0x43,0xcc,0xa1,0xd8,0x38,0xd3,0x74,0x8f,0x95,0x40,0x03}, 8333}
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xac,0x68,0x9f,0x95}, 9901}
};

static SeedSpec6 pnSeed6_test[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xac,0x68,0x9f,0x95}, 9903}
};
#endif // BITCOIN_CHAINPARAMSSEEDS_H

0 comments on commit e332773

Please sign in to comment.