Skip to content

Commit 60f17dd

Browse files
committed
seeds: add signet seeds
1 parent 2bcccaa commit 60f17dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/seeds/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ from the `/contrib/seeds` directory:
1616

1717
```
1818
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
2019
curl https://21.ninja/seeds.txt.gz | gzip -dc >> seeds_main.txt
2120
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
2223
curl https://testnet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_test.txt
2324
curl https://raw.githubusercontent.com/asmap/asmap-data/main/latest_asmap.dat > asmap-filled.dat
2425
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
2527
python3 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

0 commit comments

Comments
 (0)