From 21f868654b0e818fbcc1f0dace168f2f2b26bc1d Mon Sep 17 00:00:00 2001 From: Gemini Bot Date: Wed, 21 Jan 2026 15:21:28 +0000 Subject: [PATCH] Lower frequency to 600MHz to test power stability --- fix_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix_config.sh b/fix_config.sh index cad0f0b..ded44c9 100755 --- a/fix_config.sh +++ b/fix_config.sh @@ -14,7 +14,7 @@ cat < "$CONF" ], "api-listen": true, "api-allow": "W:127.0.0.1", - "gridseed-options": "freq=850,chips=5", + "gridseed-options": "freq=600,chips=5", "kernel-path": "/usr/local/bin" } EOF