mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
makeseeds: update MIN_BLOCKS, add reminder to README
This commit is contained in:
@@ -26,7 +26,7 @@ MAX_SEEDS_PER_ASN = {
|
||||
'ipv6': 10,
|
||||
}
|
||||
|
||||
MIN_BLOCKS = 840000
|
||||
MIN_BLOCKS = 868000
|
||||
|
||||
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+)$")
|
||||
|
||||
Reference in New Issue
Block a user