File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ curl https://luke.dashjr.org/programs/bitcoin/files/charts/seeds.txt >> seeds_ma
2121curl https://mainnet.achownodes.xyz/seeds.txt.gz | gzip -dc >> seeds_main.txt
2222curl https://signet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_signet.txt
2323curl https://testnet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_test.txt
24+ curl https://testnet4.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_testnet4.txt
2425curl https://raw.githubusercontent.com/asmap/asmap-data/main/latest_asmap.dat > asmap-filled.dat
2526python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
2627python3 makeseeds.py -a asmap-filled.dat -s seeds_signet.txt -m 237800 > nodes_signet.txt
2728python3 makeseeds.py -a asmap-filled.dat -s seeds_test.txt > nodes_test.txt
28- # TODO: Uncomment when a seeder publishes seeds.txt.gz for testnet4
29- # python3 makeseeds.py -a asmap-filled.dat -s seeds_testnet4.txt -m 30000 > nodes_testnet4.txt
29+ python3 makeseeds.py -a asmap-filled.dat -s seeds_testnet4.txt -m 72600 > nodes_testnet4.txt
3030python3 generate-seeds.py . > ../../src/chainparamsseeds.h
3131```
You can’t perform that action at this time.
0 commit comments