|
|
@ -8,11 +8,11 @@ |
|
|
|
* IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly. |
|
|
|
* IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
static SeedSpec6 pnSeed6_main[] = { |
|
|
|
static SeedSpec6 pnSeed6_main[] = { |
|
|
|
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x05,0x27,0x40,0x07}, 9333} |
|
|
|
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x34,0x26,0xb3,0x80}, 9338} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static SeedSpec6 pnSeed6_test[] = { |
|
|
|
static SeedSpec6 pnSeed6_test[] = { |
|
|
|
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x32,0x13,0x36,0xc5}, 19335}, |
|
|
|
|
|
|
|
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x22,0xce,0xce,0x82}, 19335} |
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
#endif // BITCOIN_CHAINPARAMSSEEDS_H
|
|
|
|
#endif // BITCOIN_CHAINPARAMSSEEDS_H
|
|
|
|