File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,10 @@ to addrman with).
1111The seeds compiled into the release are created from sipa's DNS seed and AS map
1212data. Run the following commands from the ` /contrib/seeds ` directory:
1313
14- curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
15- curl https://bitcoin.sipa.be/asmap-filled.dat > asmap-filled.dat
16- python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
17- cat nodes_main_manual.txt >> nodes_main.txt
18- python3 generate-seeds.py . > ../../src/chainparamsseeds.h
14+ ```
15+ curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
16+ curl https://bitcoin.sipa.be/asmap-filled.dat > asmap-filled.dat
17+ python3 makeseeds.py -a asmap-filled.dat -s seeds_main.txt > nodes_main.txt
18+ cat nodes_main_manual.txt >> nodes_main.txt
19+ python3 generate-seeds.py . > ../../src/chainparamsseeds.h
20+ ```
Original file line number Diff line number Diff line change 3737 r"0.19.(0|1|2|99)|"
3838 r"0.20.(0|1|2|99)|"
3939 r"0.21.(0|1|2|99)|"
40- r"22.(0|99)|"
41- r"23.(0|99)|"
42- r"24.99"
40+ r"22.(0|1|99)|"
41+ r"23.(0|1|99)|"
42+ r"24.(0|1|99)|"
43+ r"25.99"
4344 r")" )
4445
4546def parseline (line : str ) -> Union [dict , None ]:
You can’t perform that action at this time.
0 commit comments