Skip to content

Commit 0676515

Browse files
committed
seeds: Also pull from achow101 seeder
1 parent 5bab317 commit 0676515

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/seeds/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ 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 DNS seed and AS map
11+
The seeds compiled into the release are created from sipa's and achow101's DNS seed and AS map
1212
data. Run the following commands from the `/contrib/seeds` directory:
1313

1414
```
1515
curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
16+
curl https://mainnet.achownodes.xyz/seeds.txt.gz | gzip -dc >> seeds_main.txt
1617
curl https://bitcoin.sipa.be/asmap-filled.dat > asmap-filled.dat
1718
python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
1819
cat nodes_main_manual.txt >> nodes_main.txt

0 commit comments

Comments
 (0)