File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,16 @@ and remove old versions as necessary (at a minimum when SeedsServiceFlags()
88changes its default return value, as those are the services which seeds are added
99to 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```
1616curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
1717curl 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
1918curl 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
2021curl https://raw.githubusercontent.com/fjahr/asmap-data/main/latest_asmap.dat > asmap-filled.dat
2122python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
2223python3 makeseeds.py -a asmap-filled.dat -s seeds_test.txt > nodes_test.txt
You can’t perform that action at this time.
0 commit comments