We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fd1e0 commit 41ad84aCopy full SHA for 41ad84a
contrib/seeds/README.md
@@ -15,7 +15,7 @@ data. Run the following commands from the `/contrib/seeds` directory:
15
curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
16
curl https://mainnet.achownodes.xyz/seeds.txt.gz | gzip -dc >> seeds_main.txt
17
curl https://testnet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_test.txt
18
-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
19
python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
20
cat nodes_main_manual.txt >> nodes_main.txt
21
python3 makeseeds.py -a asmap-filled.dat -s seeds_test.txt > nodes_test.txt
0 commit comments