mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
58fda4d689
Rebased-From: be22b3da1d
Github-Pull: #5532
9 lines
331 B
Markdown
9 lines
331 B
Markdown
### Seeds ###
|
|
|
|
Utility to generate the seeds.txt list that is compiled into the client
|
|
(see [src/chainparamsseeds.h](/src/chainparamsseeds.h) and [share/seeds](/share/seeds)).
|
|
|
|
The 512 seeds compiled into the 0.10 release were created from sipa's DNS seed data, like this:
|
|
|
|
curl -s http://bitcoin.sipa.be/seeds.txt | makeseeds.py
|