Skip to content

Commit 02dc45c

Browse files
committed
seeds: Pull nodes from Luke's seeder
Pull additional nodes from Luke's seeder to further decentralize the generation of seed nodes.
1 parent 7a2068a commit 02dc45c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

contrib/seeds/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ and remove old versions as necessary (at a minimum when SeedsServiceFlags()
88
changes its default return value, as those are the services which seeds are added
99
to addrman with).
1010

11-
The seeds compiled into the release are created from sipa's and achow101's DNS seed,
12-
virtu's crawler, and fjahr's community AS map data. Run the following commands from the
13-
`/contrib/seeds` directory:
11+
The seeds compiled into the release are created from sipa's, achow101's and luke-jr's
12+
DNS seed, virtu's crawler, and fjahr's community AS map data. Run the following commands
13+
from the `/contrib/seeds` directory:
1414

1515
```
1616
curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
1717
curl https://mainnet.achownodes.xyz/seeds.txt.gz | gzip -dc >> seeds_main.txt
18-
curl https://testnet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_test.txt
1918
curl https://21.ninja/seeds.txt.gz | gzip -dc >> seeds_main.txt
19+
curl https://luke.dashjr.org/programs/bitcoin/files/charts/seeds.txt >> seeds_main.txt
20+
curl https://testnet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_test.txt
2021
curl https://raw.githubusercontent.com/fjahr/asmap-data/main/latest_asmap.dat > asmap-filled.dat
2122
python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
2223
python3 makeseeds.py -a asmap-filled.dat -s seeds_test.txt > nodes_test.txt

0 commit comments

Comments
 (0)