Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-20 | Merge #17823: scripts: Read suspicious hosts from a file instead of hardcoding | Wladimir J. van der Laan | |
e1c582cbaa4c094d204da34c3b1fdd0d4c557519 contrib: makeseeds: Read suspicious hosts from a file instead of hardcoding (Sanjay K) Pull request description: referring to: https://github.com/bitcoin/bitcoin/issues/17020 good first issue: reading SUSPICIOUS_HOSTS from a file. I haven't changed the base hosts that were included in the original source, just made it readable from a file. ACKs for top commit: practicalswift: ACK e1c582cbaa4c094d204da34c3b1fdd0d4c557519 -- diff looks correct Tree-SHA512: 18684abc1c02cf52d63f6f6ecd98df01a9574a7c470524c37e152296504e2e3ffbabd6f3208214b62031512aeb809a6d37446af82c9f480ff14ce4c42c98e7c2 | |||
2020-01-06 | contrib: makeseeds: Read suspicious hosts from a file instead of hardcoding | Sanjay K | |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2019-10-03 | contrib: fix minor typos in makeseeds.py | Brian Solon | |
See #17020 | |||
2019-10-02 | contrib: Remove invalid nodes from seeds list | Wladimir J. van der Laan | |
2019-10-01 | net: 0.19 hardcoded seeds update | Wladimir J. van der Laan | |
2019-10-01 | contrib: makeseeds: More fancy output | Wladimir J. van der Laan | |
2019-10-01 | contrib: makeseeds: Limit per network, instead of total | Wladimir J. van der Laan | |
2019-10-01 | contrib: makeseeds: dedup by ip,port | Wladimir J. van der Laan | |
Handle the multiple ports per IP case (as that's a criterion later). | |||
2019-10-01 | contrib: makeseeds: Factor out ASN lookup | Wladimir J. van der Laan | |
2019-10-01 | contrib: makeseeds: Improve logging and filtering | Wladimir J. van der Laan | |
- Change regular expression to cover recent versions, as well as subversions with custom uacomment, and improve readability. - Vary uptime requirements per network (onions are allowed to have less uptime, to make sure we get enough of them) - Add deduplication step (to allow simple concatentation of multiple seeds files). - Log of number of nodes (per network) after every step. | |||
2019-09-03 | test/contrib: Fix invalid escapes in regex strings | Ben Woosley | |
Flagged by flake8 v3.6.0, as W605, plus a few others identified incidentally, e.g. 59ffecf66cf4d08c4b431e457b083878d66a3fd6. Note that r"\n" matches to "\n" under re.match/search. | |||
2019-04-17 | Filter IPv6 by ASN | Emil | |
2018-08-13 | contrib: fix GetDesirableServiceFlags typo in seeds/README.md | MarcoFalke | |
2018-08-13 | net: Update hardcoded seeds | Wladimir J. van der Laan | |
Pre-0.17 branch hardcoded seeds update. | |||
2018-08-13 | contrib: in makeseeds, add 0.16.x to PATTERN_AGENT, remove 0.13.x | Wladimir J. van der Laan | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-06-12 | Explicitly specify encoding when opening text files in Python code | practicalswift | |
2018-05-11 | Enable W191 and W291 flake8 checks. | John Bampton | |
Remove trailing whitespace from Python files. Convert tabs to spaces. | |||
2018-04-16 | Minor Python cleanups to make flake8 pass with the new rules enabled | practicalswift | |
2018-02-11 | Fix a-vs-an typos | practicalswift | |
2018-01-24 | net: Update hardcoded seeds | Wladimir J. van der Laan | |
Update the hardcoded node addresses, after bumping the pattern in last commit. | |||
2018-01-24 | contrib: Update ATTERN_AGENT to include 0.15.x | Wladimir J. van der Laan | |
2018-01-19 | Use GetDesireableServiceFlags in static seeds, document this. | Matt Corallo | |
44407100f broke inserting entries into addrman from static seeds (as well as dnsseeds which did not support service bits). Static seeds were already being filtered by UA for 0.13.1+ (ie NODE_WITNESS), so simply changing the default service bits to include NODE_WITNESS (and updating docs appropriately) is sufficient. For DNS Seeds, we will later fix by falling back to oneshot if a seed does not support filtering. | |||
2017-08-28 | Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs | practicalswift | |
2017-07-30 | p2p: Hardcoded seeds update pre-0.15 branch | Wladimir J. van der Laan | |
2017-06-01 | contrib: Update location of seeds.txt | Wladimir J. van der Laan | |
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 | |||
2017-02-10 | Pre-0.14.0 hardcoded seeds update | Wladimir J. van der Laan | |
2017-02-10 | contrib/seeds: Update PATTERN_AGENT | Wladimir J. van der Laan | |
gmaxwell: Adds the newest versions, drops everything multiple softforks ago. | |||
2017-02-10 | Update seeds tooling to Python 3 | Wladimir J. van der Laan | |
All the other tooling scripts require Python 3, it makes sense to do so here too. Also document the dependency on python3-dnspython. | |||
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-09-11 | [copyright] Add missing copyright headers | isle2983 | |
2016-06-26 | Use portable #! in python scripts (/usr/bin/env) | Matthew King | |
2016-01-25 | net: Hardcoded seeds update January 2016 | Wladimir J. van der Laan | |
2015-12-02 | Fix various typos | paveljanik | |
2015-06-25 | Hardcoded seeds update June 2015 | Wladimir J. van der Laan | |
2015-06-25 | contrib: Add port parsing to makeseeds.py | Wladimir J. van der Laan | |
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). | |||
2015-06-25 | contrib: Improvements to hardcoded seeds scripts | Wladimir 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-05 | Update seed IPs, based on bitcoin.sipa.be crawler data | Pieter Wuille | |
2013-10-15 | Finished /Contrib Index. Standardized READMEs. | super3 | |
File and Link Fix. | |||
2013-01-29 | Utility to create pnSeed array | Gavin Andresen | |