2013-10-16 05:14:30 +02: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-30 04:17:56 +01: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-30 04:17:56 +01:00
|
|
|
|
2014-12-23 17:43:32 +01:00
|
|
|
curl -s http://bitcoin.sipa.be/seeds.txt | makeseeds.py
|