aboutsummaryrefslogtreecommitdiff
path: root/contrib/seeds/README.md
diff options
context:
space:
mode:
authorlaanwj <126646+laanwj@users.noreply.github.com>2022-02-22 15:04:46 +0100
committerlaanwj <126646+laanwj@users.noreply.github.com>2022-02-22 15:04:46 +0100
commit9f27157894ee689736d0d0936d1af1620fd8f7d8 (patch)
tree3e62a9f888f03e00b66af930a4665de25fa5e8ef /contrib/seeds/README.md
parentc44e734dca64a15fae92255a5d848c04adaad2fa (diff)
downloadbitcoin-9f27157894ee689736d0d0936d1af1620fd8f7d8.tar.xz
contrib: make-seeds updates for 23.x
Documentation: - Use https URL for bitcoin.sipa.be (http sends a redirect, fooling curl). - Add explicit step to add manual seeds. Code: - Change PATTERN_ONION to v3 (effectively means that the no onion hosts are delivered). - Add versions to PATTERN_AGENT filter. - Print specific message on resolve exception.
Diffstat (limited to 'contrib/seeds/README.md')
-rw-r--r--contrib/seeds/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md
index 3bca094d3b..c53446bfb0 100644
--- a/contrib/seeds/README.md
+++ b/contrib/seeds/README.md
@@ -10,8 +10,9 @@ to addrman with).
The seeds compiled into the release are created from sipa's DNS seed data, like this:
- curl -s http://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
+ curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
python3 makeseeds.py < seeds_main.txt > nodes_main.txt
+ cat nodes_main_manual.txt >> nodes_main.txt
python3 generate-seeds.py . > ../../src/chainparamsseeds.h
## Dependencies