File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ 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 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
12
12
data. Run the following commands from the ` /contrib/seeds ` directory:
13
13
14
14
```
15
15
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
16
17
curl https://bitcoin.sipa.be/asmap-filled.dat > asmap-filled.dat
17
18
python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
18
19
cat nodes_main_manual.txt >> nodes_main.txt
You can’t perform that action at this time.
0 commit comments