2014-11-03 16:16:40 +01:00
|
|
|
#ifndef BITCOIN_CHAINPARAMSSEEDS_H
|
|
|
|
#define BITCOIN_CHAINPARAMSSEEDS_H
|
2014-10-25 17:24:16 +08:00
|
|
|
/**
|
2019-01-28 17:21:28 -08:00
|
|
|
* List of fixed seed nodes for the kevacoin network
|
2015-06-25 08:04:03 +02:00
|
|
|
* AUTOGENERATED by contrib/seeds/generate-seeds.py
|
2014-11-03 16:16:40 +01:00
|
|
|
*
|
2014-10-25 17:24:16 +08:00
|
|
|
* Each line contains a 16-byte IPv6 address and a port.
|
|
|
|
* IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.
|
|
|
|
*/
|
2014-07-24 13:52:57 +02:00
|
|
|
static SeedSpec6 pnSeed6_main[] = {
|
2020-01-05 13:42:57 -08:00
|
|
|
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x34,0x26,0xb3,0x80}, 9338}
|
2014-07-24 13:52:57 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
static SeedSpec6 pnSeed6_test[] = {
|
2020-01-05 13:42:57 -08:00
|
|
|
|
2014-07-24 13:52:57 +02:00
|
|
|
};
|
2020-01-05 13:42:57 -08:00
|
|
|
|
2014-11-03 16:16:40 +01:00
|
|
|
#endif // BITCOIN_CHAINPARAMSSEEDS_H
|