Browse Source

Merge #12262: net: Hardcoded seed update

1e90544 net: Update hardcoded seeds (Wladimir J. van der Laan)
55f52bd contrib: Update ATTERN_AGENT to include 0.15.x (Wladimir J. van der Laan)

Pull request description:

  Update the hardcoded node addresses, after changing the pattern to include 0.15.x.

Tree-SHA512: 58b997393d77dcee3dcaffba0c6f185ca46c24d766b33d3a8c9d9efe5dd2e01f086b894a23e185120eee5054697e409b64736e53ca8e42b2315f82355c5f5d5c
0.16
Wladimir J. van der Laan 7 years ago
parent
commit
16bac24f60
No known key found for this signature in database
GPG Key ID: 1E4AED62986CD25D
  1. 2
      contrib/seeds/makeseeds.py
  2. 2399
      contrib/seeds/nodes_main.txt
  3. 2399
      src/chainparamsseeds.h

2
contrib/seeds/makeseeds.py

@ -30,7 +30,7 @@ import collections @@ -30,7 +30,7 @@ import collections
PATTERN_IPV4 = re.compile(r"^((\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})):(\d+)$")
PATTERN_IPV6 = re.compile(r"^\[([0-9a-z:]+)\]:(\d+)$")
PATTERN_ONION = re.compile(r"^([abcdefghijklmnopqrstuvwxyz234567]{16}\.onion):(\d+)$")
PATTERN_AGENT = re.compile(r"^(/Satoshi:0.13.(1|2|99)/|/Satoshi:0.14.(0|1|2|99)/)$")
PATTERN_AGENT = re.compile(r"^(/Satoshi:0.13.(1|2|99)/|/Satoshi:0.14.(0|1|2|99)/|/Satoshi:0.15.(0|1|2|99)/)$")
def parseline(line):
sline = line.split()

2399
contrib/seeds/nodes_main.txt

File diff suppressed because it is too large Load Diff

2399
src/chainparamsseeds.h

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save