aboutsummaryrefslogtreecommitdiff
path: root/src/chainparamsseeds.h
Commit message (Collapse)AuthorAgeFilesLines
* update seeds for 1.14.4Patrick Lodder2021-08-151-341/+127
| | | | | | | | | | | | | | | recreated seeds by selecting peers across 20+ nodes that: 1. Keep up with updates, in this case run 1.14.3 or higher 2. Have NODE_NETWORK set 3. Are not known scanning clients 4. Are connectable 5. Are stable - I ordered nodes by time they have been connected to one of my nodes resulting set is 120 good nodes for mainnet and 20 good nodes for testnet, serialized into chainparamsseeds.h using the contrib/ scripts.
* Replace Bitcoin seed nodes with Dogecoin nodes (#1746)Ross Nicoll2021-02-271-1175/+354
|
* Pre-0.14.0 hardcoded seeds updateWladimir J. van der Laan2017-02-101-800/+1031
|
* net: Hardcoded seeds update January 2016Wladimir J. van der Laan2016-01-251-689/+747
|
* Hardcoded seeds update June 2015Wladimir J. van der Laan2015-06-251-462/+811
|
* Update seed IPs, based on bitcoin.sipa.be crawler dataPieter Wuille2015-01-051-590/+502
|
* Fix all header definesPavel Janík2014-11-031-6/+5
|
* Update comments in chainparams to be doxygen compatibleMichael Ford2014-10-251-4/+7
|
* Add built-in seeds for .onionWladimir J. van der Laan2014-08-031-0/+638
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.