Skip to content

Commit

Permalink
Added 4 trusted nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
linusdunkers authored Oct 24, 2016
1 parent 4b3bfec commit 7b61094
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/chainparamsseeds.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
* IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.
*/
static SeedSpec6 pnSeed6_main[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xc0,0xf1,0xa6,0x70}, 25333},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x32,0x1f,0xbd,0x34}, 25333},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x55,0x19,0xc4,0x73}, 25333},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x53,0x89,0x35,0xd0}, 25333}
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x58,0xce,0x8d,0x6e}, 25333},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x4e,0x46,0xe3,0x18}, 25333},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xd9,0xaf,0x7b,0xb9}, 25333},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xd9,0xaf,0x7b,0xb8}, 25333}
};

static SeedSpec6 pnSeed6_test[] = {
Expand Down

0 comments on commit 7b61094

Please sign in to comment.