Skip to content

Commit 94e21aa

Browse files
committed
makeseeds: update MIN_BLOCKS, add reminder to README
1 parent 6ae7a3b commit 94e21aa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contrib/seeds/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and remove old versions as necessary (at a minimum when SeedsServiceFlags()
88
changes its default return value, as those are the services which seeds are added
99
to addrman with).
1010

11+
Update `MIN_BLOCKS` in `makeseeds.py` and the `-m`/`--minblocks` arguments below, as needed.
12+
1113
The seeds compiled into the release are created from sipa's, achow101's and luke-jr's
1214
DNS seed, virtu's crawler, and asmap community AS map data. Run the following commands
1315
from the `/contrib/seeds` directory:

contrib/seeds/makeseeds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'ipv6': 10,
2727
}
2828

29-
MIN_BLOCKS = 840000
29+
MIN_BLOCKS = 868000
3030

3131
PATTERN_IPV4 = re.compile(r"^((\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})):(\d+)$")
3232
PATTERN_IPV6 = re.compile(r"^\[([0-9a-z:]+)\]:(\d+)$")

0 commit comments

Comments
 (0)