forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8dc9bc0
commit f7b8934
Showing
7 changed files
with
155 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,62 @@ | ||
#ifndef BITCOIN_CHAINPARAMSSEEDS_H | ||
#define BITCOIN_CHAINPARAMSSEEDS_H | ||
/** | ||
* List of fixed seed nodes for the litecoin network | ||
* List of fixed seed nodes for the bitcoin 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. | ||
* Each line contains a BIP155 serialized (networkID, addr, port) tuple. | ||
*/ | ||
static SeedSpec6 pnSeed6_main[] = { | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x08,0xd6,0x9a,0x19}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x27,0x68,0xa3,0xc8}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x2f,0x5a,0x89,0x79}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x2f,0xfd,0x39,0xd7}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x3e,0xd7,0x7f,0x49}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x45,0xa4,0xc4,0xef}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x46,0x3f,0xaa,0x56}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x55,0x02,0x44,0xfa}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x56,0x0a,0x6e,0x8f}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x68,0x03,0x26,0xf7}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x8f,0xb2,0x39,0x03}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x9a,0x16,0x7b,0x8a}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xae,0x3e,0x46,0xea}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xb2,0x3e,0x2e,0xc3}, 9333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xd5,0xf4,0xc0,0x95}, 9333} | ||
static const uint8_t chainparams_seed_main[] = { | ||
0x01,0x04,0x08,0xd6,0x9a,0x19,0x24,0x75, | ||
0x01,0x04,0x27,0x68,0xa3,0xc8,0x24,0x75, | ||
0x01,0x04,0x2f,0x5a,0x89,0x79,0x24,0x75, | ||
0x01,0x04,0x2f,0xfd,0x39,0xd7,0x24,0x75, | ||
0x01,0x04,0x3e,0xd7,0x7f,0x49,0x24,0x75, | ||
0x01,0x04,0x45,0xa4,0xc4,0xef,0x24,0x75, | ||
0x01,0x04,0x46,0x3f,0xaa,0x56,0x24,0x75, | ||
0x01,0x04,0x55,0x02,0x44,0xfa,0x24,0x75, | ||
0x01,0x04,0x56,0x0a,0x6e,0x8f,0x24,0x75, | ||
0x01,0x04,0x68,0x03,0x26,0xf7,0x24,0x75, | ||
0x01,0x04,0x8f,0xb2,0x39,0x03,0x24,0x75, | ||
0x01,0x04,0x9a,0x16,0x7b,0x8a,0x24,0x75, | ||
0x01,0x04,0xae,0x3e,0x46,0xea,0x24,0x75, | ||
0x01,0x04,0xb2,0x3e,0x2e,0xc3,0x24,0x75, | ||
0x01,0x04,0xd5,0xf4,0xc0,0x95,0x24,0x75, | ||
0x04,0x20,0xbc,0xd9,0x27,0x3d,0x18,0xd4,0xa5,0x4d,0x56,0x8c,0x2b,0x1a,0x98,0x6d,0xb8,0x2a,0xdb,0x0d,0x3d,0x4f,0x15,0xda,0x34,0x7a,0x37,0x35,0x9a,0xa5,0xa5,0x99,0x42,0x40,0x24,0x75, | ||
0x04,0x20,0xdf,0xc0,0xcd,0x6f,0x1d,0xac,0x5d,0xb4,0x3a,0x30,0x5b,0x12,0x99,0xe3,0xe2,0x9c,0x8d,0x9f,0x33,0x0e,0x05,0x24,0x7b,0xc4,0xb0,0x14,0xf8,0xd3,0x01,0x4b,0xf8,0xfe,0x24,0x75, | ||
}; | ||
|
||
static SeedSpec6 pnSeed6_test[] = { | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x03,0x89,0x44,0x8c}, 49333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x05,0x09,0x96,0x70}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x25,0x3b,0x39,0x60}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x27,0x64,0x63,0x74}, 30008}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x33,0x0f,0x73,0x61}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x34,0x0d,0x2a,0x7d}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x36,0xff,0x80,0x6e}, 19333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x3e,0xab,0xa1,0xcb}, 19333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x40,0xe3,0x13,0x5c}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x4e,0x1c,0xe1,0xa0}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x4f,0x62,0x9f,0x07}, 19333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x54,0x26,0x03,0xc7}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x59,0x27,0x68,0xa7}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x59,0xa0,0x9f,0x2d}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x5e,0x4f,0x37,0x1c}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x5f,0xd8,0x4c,0xe0}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x64,0x19,0x78,0x9a}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x67,0xe7,0xbf,0x07}, 19333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x68,0xed,0x83,0x8a}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x8e,0x5d,0xc6,0x68}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x93,0x87,0x0b,0x7c}, 49333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xad,0xd1,0x28,0x3d}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xad,0xd1,0x2a,0x07}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xb2,0x3e,0x2e,0xc3}, 19333}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xb9,0xb4,0xdd,0xc9}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc6,0x3a,0x66,0x12}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xca,0xee,0xc1,0x0f}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xcb,0xd8,0x00,0x69}, 19335}, | ||
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xd4,0x53,0xae,0xff}, 19335} | ||
static const uint8_t chainparams_seed_test[] = { | ||
0x01,0x04,0x03,0x89,0x44,0x8c,0xc0,0xb5, | ||
0x01,0x04,0x05,0x09,0x96,0x70,0x4b,0x87, | ||
0x01,0x04,0x25,0x3b,0x39,0x60,0x4b,0x87, | ||
0x01,0x04,0x27,0x64,0x63,0x74,0x75,0x38, | ||
0x01,0x04,0x33,0x0f,0x73,0x61,0x4b,0x87, | ||
0x01,0x04,0x34,0x0d,0x2a,0x7d,0x4b,0x87, | ||
0x01,0x04,0x36,0xff,0x80,0x6e,0x4b,0x85, | ||
0x01,0x04,0x3e,0xab,0xa1,0xcb,0x4b,0x85, | ||
0x01,0x04,0x40,0xe3,0x13,0x5c,0x4b,0x87, | ||
0x01,0x04,0x4e,0x1c,0xe1,0xa0,0x4b,0x87, | ||
0x01,0x04,0x4f,0x62,0x9f,0x07,0x4b,0x85, | ||
0x01,0x04,0x54,0x26,0x03,0xc7,0x4b,0x87, | ||
0x01,0x04,0x59,0x27,0x68,0xa7,0x4b,0x87, | ||
0x01,0x04,0x59,0xa0,0x9f,0x2d,0x4b,0x87, | ||
0x01,0x04,0x5e,0x4f,0x37,0x1c,0x4b,0x87, | ||
0x01,0x04,0x5f,0xd8,0x4c,0xe0,0x4b,0x87, | ||
0x01,0x04,0x64,0x19,0x78,0x9a,0x4b,0x87, | ||
0x01,0x04,0x67,0xe7,0xbf,0x07,0x4b,0x85, | ||
0x01,0x04,0x68,0xed,0x83,0x8a,0x4b,0x87, | ||
0x01,0x04,0x8e,0x5d,0xc6,0x68,0x4b,0x87, | ||
0x01,0x04,0x93,0x87,0x0b,0x7c,0xc0,0xb5, | ||
0x01,0x04,0xad,0xd1,0x28,0x3d,0x4b,0x87, | ||
0x01,0x04,0xad,0xd1,0x2a,0x07,0x4b,0x87, | ||
0x01,0x04,0xb2,0x3e,0x2e,0xc3,0x4b,0x85, | ||
0x01,0x04,0xb9,0xb4,0xdd,0xc9,0x4b,0x87, | ||
0x01,0x04,0xc6,0x3a,0x66,0x12,0x4b,0x87, | ||
0x01,0x04,0xca,0xee,0xc1,0x0f,0x4b,0x87, | ||
0x01,0x04,0xcb,0xd8,0x00,0x69,0x4b,0x87, | ||
0x01,0x04,0xd4,0x53,0xae,0xff,0x4b,0x87, | ||
0x04,0x20,0x65,0xd5,0xfa,0xa8,0xb7,0xac,0xc0,0xfd,0x01,0x0a,0x0a,0x60,0x2b,0xfc,0x3c,0x21,0x2f,0xac,0x20,0x06,0xed,0x7b,0x53,0xd1,0x69,0x6d,0x69,0x17,0xe0,0x35,0xe0,0x3d,0x4b,0x87, | ||
0x04,0x20,0x70,0xa6,0xd8,0xfb,0x19,0x33,0xa4,0x8a,0x3e,0x94,0x45,0x4c,0xb0,0x7b,0xef,0xdb,0x17,0xe7,0x8b,0xb0,0x7b,0xb3,0x06,0xff,0x2f,0x63,0xc3,0x73,0x13,0xcf,0x87,0x51,0x4b,0x87, | ||
}; | ||
#endif // BITCOIN_CHAINPARAMSSEEDS_H |
Oops, something went wrong.