aboutsummaryrefslogtreecommitdiff
path: root/share/seeds
AgeCommit message (Collapse)Author
2015-06-25contrib: Improvements to hardcoded seeds scriptsWladimir J. van der Laan
- 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
2015-01-05Update seed IPs, based on bitcoin.sipa.be crawler dataPieter Wuille
2014-11-03Fix all header definesPavel Janík
2014-10-28Update generate-seeds.py to produce doxygen compatible commentsMichael Ford
2014-08-03Add built-in seeds for .onionWladimir J. van der Laan
This makes it possible for a node with `-onlynet=tor` to bootstrap itself. It also adds the base infrastructure for adding IPv6 seed nodes. Also represent IPv4 fixed seed addresses in 16-byte format.