diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-06-23 21:31:47 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-06-25 08:05:33 +0200 |
commit | ccd4369a23ca78cc348bc66a7a8c69a971ffcbf7 (patch) | |
tree | 8b59c99ebab7bc4e7341e34ec34772a116cd4bba /contrib/seeds/README.md | |
parent | 91389e51c78ae3565b037e31dd5382b52bd75136 (diff) |
contrib: Improvements to hardcoded seeds scripts
- 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
Diffstat (limited to 'contrib/seeds/README.md')
-rw-r--r-- | contrib/seeds/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md index bc88201f0f..63647fa11a 100644 --- a/contrib/seeds/README.md +++ b/contrib/seeds/README.md @@ -1,7 +1,7 @@ ### Seeds ### Utility to generate the seeds.txt list that is compiled into the client -(see [src/chainparamsseeds.h](/src/chainparamsseeds.h) and [share/seeds](/share/seeds)). +(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: |