ccd4369a23
- Moved all seed related scripts to contrib/seeds for consistency - Updated `makeseeds.py` to handle IPv6 and onions, fix regular expression for recent Bitcoin Core versions - Fixed a bug in `generate-seeds.py` with regard to IPv6 parsing
8 lines
354 B
Markdown
8 lines
354 B
Markdown
### Seeds ###
|
|
|
|
Utility to generate the seeds.txt list that is compiled into the client
|
|
(see [src/chainparamsseeds.h](/src/chainparamsseeds.h) and other utilities in [contrib/seeds](/contrib/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
|