2013-10-15 23:14:30 -04:00
|
|
|
### Seeds ###
|
|
|
|
|
2014-12-23 17:43:32 +01:00
|
|
|
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)).
|
2013-01-29 22:17:56 -05:00
|
|
|
|
2014-12-23 17:43:32 +01:00
|
|
|
The 512 seeds compiled into the 0.10 release were created from sipa's DNS seed data, like this:
|
2013-01-29 22:17:56 -05:00
|
|
|
|
2014-12-23 17:43:32 +01:00
|
|
|
curl -s http://bitcoin.sipa.be/seeds.txt | makeseeds.py
|