diff options
Diffstat (limited to 'contrib/seeds/README.md')
-rw-r--r-- | contrib/seeds/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md index aa97dafdb5..afe902fd7f 100644 --- a/contrib/seeds/README.md +++ b/contrib/seeds/README.md @@ -3,6 +3,9 @@ Utility to generate the seeds.txt list that is compiled into the client (see [src/chainparamsseeds.h](/src/chainparamsseeds.h) and other utilities in [contrib/seeds](/contrib/seeds)). +Be sure to update `PATTERN_AGENT` in `makeseeds.py` to include the current version, +and remove old versions as necessary. + The seeds compiled into the release are created from sipa's DNS seed data, like this: curl -s http://bitcoin.sipa.be/seeds.txt > seeds_main.txt |