From e390c416b53f4324e3f873b085b08980774cd869 Mon Sep 17 00:00:00 2001 From: brockdarnold Date: Sun, 14 Jun 2026 15:52:36 +0000 Subject: [PATCH] publish config.ini.example --- config.ini.example | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.ini.example b/config.ini.example index 0428bf6..c8cff9b 100644 --- a/config.ini.example +++ b/config.ini.example @@ -53,3 +53,13 @@ cooldown_secs = 20 ; or run a different barge). yield is your *effective* m3/min while mining. ore_hold_m3 = 22000 yield_m3_per_min = 0 + +[rock] +; For eve_rock_watcher.py — reads the Survey Scanner Results window and pings you +; when the rock you're mining is about to deplete (so you switch). Only runs during +; a mining session (start one with `!mining on` in Discord). The window is found +; automatically; if that fails, run: python eve_rock_watcher.py --snip +region = ; l,t,w,h of the Survey Scanner Results window (auto) +switch_secs = 45 ; ping when a rock is this close to empty +poll_secs = 5 +cooldown_secs = 60