Skip to content

Commit

Permalink
Add ipv6 fixed seed
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu6502 committed May 3, 2024
1 parent 4288b77 commit cd42cb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/seeds/nodes_main.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
178.79.133.60:6333
[2a01:7e00::f03c:93ff:fe91:6c70]:6333
1 change: 1 addition & 0 deletions contrib/seeds/nodes_test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
178.79.133.60:16333
[2a01:7e00::f03c:93ff:fe91:6c70]:16333
2 changes: 2 additions & 0 deletions src/chainparamsseeds.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
*/
static const uint8_t chainparams_seed_main[] = {
0x01,0x04,0xb2,0x4f,0x85,0x3c,0x18,0xbd,
0x02,0x10,0x2a,0x01,0x7e,0x00,0x00,0x00,0x00,0x00,0xf0,0x3c,0x93,0xff,0xfe,0x91,0x6c,0x70,0x18,0xbd,
};

static const uint8_t chainparams_seed_test[] = {
0x01,0x04,0xb2,0x4f,0x85,0x3c,0x3f,0xcd,
0x02,0x10,0x2a,0x01,0x7e,0x00,0x00,0x00,0x00,0x00,0xf0,0x3c,0x93,0xff,0xfe,0x91,0x6c,0x70,0x3f,0xcd,
};
#endif // BITCOIN_CHAINPARAMSSEEDS_H

0 comments on commit cd42cb3

Please sign in to comment.