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:
16
16
17
17
```
18
18
curl 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
20
19
curl https://21.ninja/seeds.txt.gz | gzip -dc >> seeds_main.txt
21
20
curl 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
22
23
curl https://testnet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_test.txt
23
24
curl https://raw.githubusercontent.com/asmap/asmap-data/main/latest_asmap.dat > asmap-filled.dat
24
25
python3 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
25
27
python3 makeseeds.py -a asmap-filled.dat -s seeds_test.txt > nodes_test.txt
26
28
# TODO: Uncomment when a seeder publishes seeds.txt.gz for testnet4
27
29
# 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