File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
seeds_main.txt
2
+ seeds_test.txt
2
3
asmap-filled.dat
Original file line number Diff line number Diff line change @@ -14,8 +14,12 @@ data. Run the following commands from the `/contrib/seeds` directory:
14
14
```
15
15
curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
16
16
curl https://mainnet.achownodes.xyz/seeds.txt.gz | gzip -dc >> seeds_main.txt
17
+ curl https://testnet.achownodes.xyz/seeds.txt.gz | gzip -dc > seeds_test.txt
17
18
curl https://bitcoin.sipa.be/asmap-filled.dat > asmap-filled.dat
18
19
python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
19
20
cat nodes_main_manual.txt >> nodes_main.txt
21
+ python3 makeseeds.py -a asmap-filled.dat -s seeds_test.txt > nodes_test.txt
22
+ # TODO: Uncomment when a seeder publishes seeds.txt.gz for testnet4
23
+ # python3 makeseeds.py -a asmap-filled.dat -s seeds_testnet4.txt -m 30000 > nodes_testnet4.txt
20
24
python3 generate-seeds.py . > ../../src/chainparamsseeds.h
21
25
```
You can’t perform that action at this time.
0 commit comments