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()
8
8
changes its default return value, as those are the services which seeds are added
9
9
to addrman with).
10
10
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:
14
14
15
15
```
16
16
curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
17
17
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
19
18
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
20
21
curl https://raw.githubusercontent.com/fjahr/asmap-data/main/latest_asmap.dat > asmap-filled.dat
21
22
python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
22
23
python3 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