File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11seeds_main.txt
2+ seeds_test.txt
23asmap-filled.dat
Original file line number Diff line number Diff line change @@ -14,8 +14,12 @@ data. Run the following commands from the `/contrib/seeds` directory:
1414```
1515curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
1616curl 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
1718curl https://bitcoin.sipa.be/asmap-filled.dat > asmap-filled.dat
1819python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
1920cat nodes_main_manual.txt >> nodes_main.txt
21+ python3 makeseeds.py -a asmap-filled.dat -s seeds_test.txt > nodes_test.txt
22+ # TODO: Uncomment when a seeder publishes seeds.txt.gz for testnet4
23+ # python3 makeseeds.py -a asmap-filled.dat -s seeds_testnet4.txt -m 30000 > nodes_testnet4.txt
2024python3 generate-seeds.py . > ../../src/chainparamsseeds.h
2125```
You can’t perform that action at this time.
0 commit comments