Skip to content

Commit

Permalink
Merge #30979: contrib: Update asmap link in seeds readme
Browse files Browse the repository at this point in the history
f158993 contrib: Update asmap link in seeds readme (Fabian Jahr)

Pull request description:

  I am moving all my ASMap related repositories to an asmap org. While there is a redirect in place that works for now, GitHub doesn"t guarantee that it will keep working in the long term. So we should still fix the links.

ACKs for top commit:
  laanwj:
    ACK f158993
  jarolrod:
    ACK f158993
  brunoerg:
    ACK f158993

Tree-SHA512: c6f831b6ed1b520a38623a7d29c01677a45bf06fea77f4da6b421dd16e630836c9abf8191330e3887232fd688edca534067142d37d7e504a1a785ae451b11721
  • Loading branch information
fanquake committed Sep 27, 2024
2 parents 36ad951 + f158993 commit 89a8e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/seeds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ changes its default return value, as those are the services which seeds are adde
to addrman with).

The seeds compiled into the release are created from sipa's, achow101's and luke-jr's
DNS seed, virtu"s crawler, and fjahr"s community AS map data. Run the following commands
DNS seed, virtu"s crawler, and asmap community AS map data. Run the following commands
from the `/contrib/seeds` directory:

```
Expand All @@ -18,7 +18,7 @@ curl https://mainnet.achownodes.xyz/seeds.txt.gz | gzip -dc >> seeds_main.txt
curl https://21.ninja/seeds.txt.gz | gzip -dc >> seeds_main.txt
curl https://luke.dashjr.org/programs/bitcoin/files/charts/seeds.txt >> seeds_main.txt
curl https://testnet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_test.txt
curl https://raw.githubusercontent.com/fjahr/asmap-data/main/latest_asmap.dat > asmap-filled.dat
curl https://raw.githubusercontent.com/asmap/asmap-data/main/latest_asmap.dat > asmap-filled.dat
python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
python3 makeseeds.py -a asmap-filled.dat -s seeds_test.txt > nodes_test.txt
# TODO: Uncomment when a seeder publishes seeds.txt.gz for testnet4
Expand Down

0 comments on commit 89a8e9b

Please sign in to comment.