kevacoin/src/chainparamsseeds.h

18 lines
536 B
C
Raw Normal View History

2014-11-03 16:16:40 +01:00
#ifndef BITCOIN_CHAINPARAMSSEEDS_H
#define BITCOIN_CHAINPARAMSSEEDS_H
/**
* 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
*
* Each line contains a 16-byte IPv6 address and a port.
* IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.
*/
static SeedSpec6 pnSeed6_main[] = {
2020-01-11 20:03:16 -08:00
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x64,0x15,0x74,0x77}, 9338}
};
static SeedSpec6 pnSeed6_test[] = {
2020-01-05 13:42:57 -08:00
};
2014-11-03 16:16:40 +01:00
#endif // BITCOIN_CHAINPARAMSSEEDS_H