From a22b04b0c6ffae63e3a85bd999ab71d7452d79ca Mon Sep 17 00:00:00 2001 From: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:22:43 -0800 Subject: [PATCH 1/2] Update seeder-user-guide.md Reflect that @denisu's version now persists across restarts --- docs/guides/seeder-user-guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guides/seeder-user-guide.md b/docs/guides/seeder-user-guide.md index f29c4a9dfe..01dcbea07b 100644 --- a/docs/guides/seeder-user-guide.md +++ b/docs/guides/seeder-user-guide.md @@ -31,8 +31,7 @@ Features: - Runs a mini-DNS server on port 53, along with a full node to crawl the network. - Stores peer IPs and peer statistics into a database, so that they are persisted across runs. -@dns_xch from Dexie created an [alternate light implemntation}](https://github.com/dexie-space/chia-seeder-light) in Rust that uses 99% less CPU and 66% less RAM with the only tradeoff being that it does not (currently) persist the crawled peer list across restarts. - +@dns_xch from Dexie created an [alternate light implemntation}](https://github.com/dexie-space/chia-seeder-light) in Rust that uses 99% less CPU and 66% less RAM. ## Expectations for Chia Seeder operators The Chia network core developers endeavor to minimize the level of trust in the DNS servers associated with a Chia Seeder. In this regard, it is expected for each Chia Seeder to be run by an individual or organization recognized as well-intentioned within the Chia community. From d87b0e54c86b15865f3344a78b730127e17729d8 Mon Sep 17 00:00:00 2001 From: danieljperry Date: Fri, 8 Nov 2024 06:45:40 +0800 Subject: [PATCH 2/2] Run prettier on user guide --- docs/guides/seeder-user-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/seeder-user-guide.md b/docs/guides/seeder-user-guide.md index 01dcbea07b..afb10070ef 100644 --- a/docs/guides/seeder-user-guide.md +++ b/docs/guides/seeder-user-guide.md @@ -32,6 +32,7 @@ Features: - Stores peer IPs and peer statistics into a database, so that they are persisted across runs. @dns_xch from Dexie created an [alternate light implemntation}](https://github.com/dexie-space/chia-seeder-light) in Rust that uses 99% less CPU and 66% less RAM. + ## Expectations for Chia Seeder operators The Chia network core developers endeavor to minimize the level of trust in the DNS servers associated with a Chia Seeder. In this regard, it is expected for each Chia Seeder to be run by an individual or organization recognized as well-intentioned within the Chia community.