FLO-wallet-core/src/chainparamsseeds.h
Jeremiah Buddenhagen a3e60bddc6 seeds
2017-12-15 15:43:25 -08:00

24 lines
1.1 KiB
C

#ifndef BITCOIN_CHAINPARAMSSEEDS_H
#define BITCOIN_CHAINPARAMSSEEDS_H
/**
* List of fixed seed nodes for the litecoin 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 a IPv6 address accordingly.
*/
static SeedSpec6 pnSeed6_main[] = {
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc1,0x46,0x7a,0x3a}, 7312},
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xb0,0x09,0x3b,0x6e}, 7312},
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xbc,0xa6,0x66,0x03}, 7312},
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xa2,0xf3,0x6b,0x70}, 7312},
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc0,0xf1,0xc9,0x13}, 7312},
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc0,0x51,0xdf,0xd4}, 7312},
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x80,0xc7,0x74,0x77}, 7312},
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x8b,0x3b,0x46,0xa6}, 7312},
{{0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xcf,0x9a,0xef,0x94}, 7312}
};
static SeedSpec6 pnSeed6_test[] = {};
#endif // BITCOIN_CHAINPARAMSSEEDS_H