From 41ad84a00c20f54b520aab7f6f975231da0ee2d0 Mon Sep 17 00:00:00 2001 From: Ava Chow Date: Fri, 16 Aug 2024 12:53:21 -0400 Subject: [PATCH] seeds: Use fjahr's more up to date asmap --- contrib/seeds/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md index 935ac8d4bd7..e63c17c3853 100644 --- a/contrib/seeds/README.md +++ b/contrib/seeds/README.md @@ -15,7 +15,7 @@ data. Run the following commands from the `/contrib/seeds` directory: curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt curl https://mainnet.achownodes.xyz/seeds.txt.gz | gzip -dc >> seeds_main.txt curl https://testnet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_test.txt -curl https://bitcoin.sipa.be/asmap-filled.dat > asmap-filled.dat +curl https://raw.githubusercontent.com/fjahr/asmap-data/main/latest_asmap.dat > asmap-filled.dat python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt cat nodes_main_manual.txt >> nodes_main.txt python3 makeseeds.py -a asmap-filled.dat -s seeds_test.txt > nodes_test.txt