From 76b8de6b70bbeb745c906d654b7052c5f2ae524a Mon Sep 17 00:00:00 2001 From: duke Date: Tue, 17 Jan 2023 13:53:29 +0000 Subject: [PATCH 1/3] Update 'contrib/seeds/README.md' --- contrib/seeds/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md index 63647fa11..ac406d5a9 100644 --- a/contrib/seeds/README.md +++ b/contrib/seeds/README.md @@ -3,6 +3,8 @@ 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)). -The 512 seeds compiled into the 0.10 release were created from sipa's DNS seed data, like this: +## Updating seeds + +Update [nodes_main.txt](/contrib/seeds/nodes_main.txt) and run `make seeds` in the root directory of this repo to update [src/chainparamsseeds.h](/src/chainparamsseeds.h) then commit the result. + - curl -s http://bitcoin.sipa.be/seeds.txt | makeseeds.py From 0ebb4c70c7f3630f3dd0261fb6fe31971f53ae21 Mon Sep 17 00:00:00 2001 From: duke Date: Tue, 17 Jan 2023 13:53:44 +0000 Subject: [PATCH 2/3] Update 'contrib/seeds/README.md' --- contrib/seeds/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md index ac406d5a9..29c7a31b6 100644 --- a/contrib/seeds/README.md +++ b/contrib/seeds/README.md @@ -1,4 +1,4 @@ -### Seeds ### +# Seeds 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)). From 26064b4bf8b8f82d9254a2188dc290e41cb20f0c Mon Sep 17 00:00:00 2001 From: duke Date: Tue, 17 Jan 2023 13:58:24 +0000 Subject: [PATCH 3/3] Update 'contrib/seeds/README.md' Note that links to the files will not work until this is merged to master --- contrib/seeds/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md index 29c7a31b6..06035bb72 100644 --- a/contrib/seeds/README.md +++ b/contrib/seeds/README.md @@ -1,10 +1,10 @@ # Seeds 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)). +(see [src/chainparamsseeds.h](hush/hush3/src/branch/master/src/chainparamsseeds.h) and other utilities in [contrib/seeds](hush/hush3/src/branch/master/contrib/seeds/)). ## Updating seeds -Update [nodes_main.txt](/contrib/seeds/nodes_main.txt) and run `make seeds` in the root directory of this repo to update [src/chainparamsseeds.h](/src/chainparamsseeds.h) then commit the result. +Update [contrib/seeds/nodes_main.txt](hush/hush3/src/branch/master/contrib/seeds/nodes_main.txt) and run `make seeds` in the root directory of this repo to update [src/chainparamsseeds.h](hush/hush3/src/branch/master/src/chainparamsseeds.h) then commit the result.