aboutsummaryrefslogtreecommitdiff
path: root/contrib/seeds
Commit message (Collapse)AuthorAgeFilesLines
* contrib: fix generate-seeds.py to use Dogecoin p2p portsPatrick Lodder2021-08-151-2/+2
|
* contrib: Update location of seeds.txtWladimir J. van der Laan2017-06-051-1/+1
| | | | | | | | | | Update the steps for updating the hardcoded seed nodes to point to the new filename on @sipa's server, and add command to decompress it. Ref: #10163 Github-Pull: #10495 Rebased-From: ac9cd953d91e2448d24851b2f4973c7be8f4c3cd
* Pre-0.14.0 hardcoded seeds updateWladimir J. van der Laan2017-02-101-800/+1031
|
* contrib/seeds: Update PATTERN_AGENTWladimir J. van der Laan2017-02-102-1/+4
| | | | gmaxwell: Adds the newest versions, drops everything multiple softforks ago.
* Update seeds tooling to Python 3Wladimir J. van der Laan2017-02-103-13/+18
| | | | | | | All the other tooling scripts require Python 3, it makes sense to do so here too. Also document the dependency on python3-dnspython.
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* [copyright] Add missing copyright headersisle29832016-09-111-0/+3
|
* Use portable #! in python scripts (/usr/bin/env)Matthew King2016-06-261-1/+1
|
* net: Hardcoded seeds update January 2016Wladimir J. van der Laan2016-01-252-691/+752
|
* Fix various typospaveljanik2015-12-021-1/+1
|
* Hardcoded seeds update June 2015Wladimir J. van der Laan2015-06-251-539/+878
|
* contrib: Add port parsing to makeseeds.pyWladimir J. van der Laan2015-06-251-7/+26
| | | | | | | | | | Allow for non-8333 nodes to appear in the internal seeds. This will allow bitcoind to bypas a filter on 8333. This also makes it possible to use the same tool for e.g. testnet. As hosts with multiple nodes per IP are likely abusive, add a filter to remove these (the ASN check will take care of them for IPv4, but not IPv6 or onion).
* contrib: Improvements to hardcoded seeds scriptsWladimir J. van der Laan2015-06-255-14/+735
| | | | | | | - 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
* Update seed IPs, based on bitcoin.sipa.be crawler dataPieter Wuille2015-01-052-25/+108
|
* Finished /Contrib Index. Standardized READMEs.super32013-10-151-2/+4
| | | | File and Link Fix.
* Utility to create pnSeed arrayGavin Andresen2013-01-292-0/+41