File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ changes its default return value, as those are the services which seeds are adde
9
9
to addrman with).
10
10
11
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
12
+ DNS seed, virtu's crawler, and asmap community AS map data. Run the following commands
13
13
from the ` /contrib/seeds ` directory:
14
14
15
15
```
@@ -18,7 +18,7 @@ curl https://mainnet.achownodes.xyz/seeds.txt.gz | gzip -dc >> seeds_main.txt
18
18
curl https://21.ninja/seeds.txt.gz | gzip -dc >> seeds_main.txt
19
19
curl https://luke.dashjr.org/programs/bitcoin/files/charts/seeds.txt >> seeds_main.txt
20
20
curl https://testnet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_test.txt
21
- curl https://raw.githubusercontent.com/fjahr /asmap-data/main/latest_asmap.dat > asmap-filled.dat
21
+ curl https://raw.githubusercontent.com/asmap /asmap-data/main/latest_asmap.dat > asmap-filled.dat
22
22
python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
23
23
python3 makeseeds.py -a asmap-filled.dat -s seeds_test.txt > nodes_test.txt
24
24
# TODO: Uncomment when a seeder publishes seeds.txt.gz for testnet4
You can’t perform that action at this time.
0 commit comments