BTCP-Rebase/src/chainparamsseeds.h

16 lines
441 B
C
Raw Normal View History

2014-11-03 07:16:40 -08:00
#ifndef BITCOIN_CHAINPARAMSSEEDS_H
#define BITCOIN_CHAINPARAMSSEEDS_H
/**
* List of fixed seed nodes for the bitcoin network
2015-06-24 23:04:03 -07:00
* AUTOGENERATED by contrib/seeds/generate-seeds.py
2014-11-03 07:16:40 -08:00
*
* Each line contains a 16-byte IPv6 address and a port.
2018-02-11 01:48:15 -08:00
* IPv4 as well as onion addresses are wrapped inside an IPv6 address accordingly.
*/
static SeedSpec6 pnSeed6_main[] = {
};
static SeedSpec6 pnSeed6_test[] = {
};
2014-11-03 07:16:40 -08:00
#endif // BITCOIN_CHAINPARAMSSEEDS_H