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] 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.