]>
Commit | Line | Data |
---|---|---|
27e2d8bf | 1 | ### Seeds ### |
2 | ||
be22b3da PW |
3 | Utility to generate the seeds.txt list that is compiled into the client |
4 | (see [src/chainparamsseeds.h](/src/chainparamsseeds.h) and [share/seeds](/share/seeds)). | |
9126e087 | 5 | |
be22b3da | 6 | The 512 seeds compiled into the 0.10 release were created from sipa's DNS seed data, like this: |
9126e087 | 7 | |
be22b3da | 8 | curl -s http://bitcoin.sipa.be/seeds.txt | makeseeds.py |