File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ from the `/contrib/seeds` directory:
1616
1717```
1818curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
19- curl https://mainnet.achownodes.xyz/seeds.txt.gz | gzip -dc >> seeds_main.txt
2019curl https://21.ninja/seeds.txt.gz | gzip -dc >> seeds_main.txt
2120curl https://luke.dashjr.org/programs/bitcoin/files/charts/seeds.txt >> seeds_main.txt
21+ curl https://mainnet.achownodes.xyz/seeds.txt.gz | gzip -dc >> seeds_main.txt
22+ curl https://signet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_signet.txt
2223curl https://testnet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_test.txt
2324curl https://raw.githubusercontent.com/asmap/asmap-data/main/latest_asmap.dat > asmap-filled.dat
2425python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
26+ python3 makeseeds.py -a asmap-filled.dat -s seeds_signet.txt -m 237800 > nodes_signet.txt
2527python3 makeseeds.py -a asmap-filled.dat -s seeds_test.txt > nodes_test.txt
2628# TODO: Uncomment when a seeder publishes seeds.txt.gz for testnet4
2729# python3 makeseeds.py -a asmap-filled.dat -s seeds_testnet4.txt -m 30000 > nodes_testnet4.txt
You can’t perform that action at this time.
0 commit comments