Skip to content

Commit

Permalink
Fix port typos and add 2 more hardcoded nodes. Complements #11
Browse files Browse the repository at this point in the history
  • Loading branch information
lud0v1c committed Feb 4, 2018
1 parent 820999f commit 5e86ea4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion share/seeds/nodes_main.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# List of fixed seed nodes for main network

# IPv4 nodes
136.144.157.58:17000
136.144.172.127:17000
178.63.101.28:17000
185.167.206.44:17000
82.217.109.61:17000
Expand All @@ -17,7 +19,7 @@
218.236.99.241:17000
187.158.148.180:17000
84.26.88.118:17000
85.138.97.76
85.138.97.76:17000

# IPv6 nodes

Expand Down
6 changes: 3 additions & 3 deletions share/seeds/nodes_test.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# List of fixed seed nodes for testnet

# IPv4 nodes
136.144.157.58
136.144.172.127
85.138.97.76
136.144.157.58:17002
136.144.172.127:17002
85.138.97.76:17002

# IPv6 nodes

Expand Down
4 changes: 3 additions & 1 deletion src/chainparamsseeds.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// 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,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x88,0x90,0x9d,0x3a}, 17000},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x88,0x90,0xac,0x7f}, 17000},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xb2,0x3f,0x65,0x1c}, 17000},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xb9,0xa7,0xce,0x2c}, 17000},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x52,0xd9,0x6d,0x3d}, 17000},
Expand All @@ -30,4 +32,4 @@ static SeedSpec6 pnSeed6_test[] = {
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x88,0x90,0xac,0x7f}, 17002},
{{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0x55,0x8a,0x61,0x4c}, 17002}
};
#endif
#endif

0 comments on commit 5e86ea4

Please sign in to comment.