Enable peer discovery on testnet by adding seed nodes and preserving vFixedSeeds. This ensures nodes can connect to the network during initial sync.
23 lines
1.1 KiB
C
23 lines
1.1 KiB
C
#ifndef PALLADIUM_CHAINPARAMSSEEDS_H
|
|
#define PALLADIUM_CHAINPARAMSSEEDS_H
|
|
/**
|
|
* List of fixed seed nodes for the palladium network
|
|
* AUTOGENERATED by contrib/seeds/generate-seeds.py
|
|
*
|
|
* Each line contains a 16-byte IPv6 address and a port.
|
|
* IPv4 as well as onion addresses are wrapped inside an IPv6 address accordingly.
|
|
*/
|
|
static SeedSpec6 pnSeed6_main[] = {
|
|
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xad,0xd4,0xe0,0x43}, 2333},
|
|
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x52,0xa5,0xda,0x98}, 2333},
|
|
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x59,0x75,0x95,0x82}, 2333},
|
|
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x42,0x5e,0x73,0x50}, 2333},
|
|
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xad,0xf9,0xcf,0x6c}, 2333},
|
|
};
|
|
|
|
static SeedSpec6 pnSeed6_test[] = {
|
|
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xbc,0xd8,0xca,0x87}, 12335}, // 188.216.202.135:12335
|
|
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x54,0xf7,0xa9,0xf8}, 12333}, // 84.247.169.248:12333
|
|
};
|
|
#endif // PALLADIUM_CHAINPARAMSSEEDS_H
|