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()
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 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
1212data. Run the following commands from the ` /contrib/seeds ` directory:
1313
1414```
1515curl 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
1617curl https://bitcoin.sipa.be/asmap-filled.dat > asmap-filled.dat
1718python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
1819cat nodes_main_manual.txt >> nodes_main.txt
You can’t perform that action at this time.
0 commit comments