Skip to content

Commit

Permalink
chainparamsseeds update
Browse files Browse the repository at this point in the history
  • Loading branch information
yarsawyer committed Dec 22, 2023
1 parent 1cece86 commit 60e682a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/chainparamsseeds.h
Expand Up @@ -8,12 +8,16 @@
* 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,0x68,0xf3,0x28,0x06}, 19919},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x0f,0xcc,0xcf,0x2e}, 19919},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc2,0x3d,0xed,0x19}, 19919},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x41,0x15,0xb4,0xa9}, 19919},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x05,0xa1,0xc3,0x3d}, 19919}
};

static SeedSpec6 pnSeed6_test[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x68,0xf3,0x28,0xad}, 29919},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x0f,0xcc,0xd8,0xce}, 29919},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x41,0x6d,0xab,0x1d}, 29919}
};
#endif // BITCOIN_CHAINPARAMSSEEDS_H

0 comments on commit 60e682a

Please sign in to comment.