Skip to content

Commit 41ad84a

Browse files
committed
seeds: Use fjahr's more up to date asmap
1 parent d8fd1e0 commit 41ad84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/seeds/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data. Run the following commands from the `/contrib/seeds` directory:
1515
curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
1616
curl https://mainnet.achownodes.xyz/seeds.txt.gz | gzip -dc >> seeds_main.txt
1717
curl https://testnet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_test.txt
18-
curl https://bitcoin.sipa.be/asmap-filled.dat > asmap-filled.dat
18+
curl https://raw.githubusercontent.com/fjahr/asmap-data/main/latest_asmap.dat > asmap-filled.dat
1919
python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
2020
cat nodes_main_manual.txt >> nodes_main.txt
2121
python3 makeseeds.py -a asmap-filled.dat -s seeds_test.txt > nodes_test.txt

0 commit comments

Comments
 (0)