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
21
21
curl https://mainnet.achownodes.xyz/seeds.txt.gz | gzip -dc >> seeds_main.txt
22
22
curl https://signet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_signet.txt
23
23
curl 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
24
25
curl https://raw.githubusercontent.com/asmap/asmap-data/main/latest_asmap.dat > asmap-filled.dat
25
26
python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
26
27
python3 makeseeds.py -a asmap-filled.dat -s seeds_signet.txt -m 237800 > nodes_signet.txt
27
28
python3 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
30
30
python3 generate-seeds.py . > ../../src/chainparamsseeds.h
31
31
```
You can’t perform that action at this time.
0 commit comments