[claude] Add sweep.conf.example and polish auto-sweep infra (#51) (#76)

This commit was merged in pull request #76.
This commit is contained in:
2026-03-23 01:50:33 +00:00
parent 622428dfa9
commit 259f515bfd
3 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
# Timmy Node — Auto-sweep configuration
# Copy to /opt/timmy-node/sweep.conf and edit, or run: bash ops.sh configure-sweep
#
# Modes:
# static — sweep to a single cold address every time
# list — rotate through addresses in /opt/timmy-node/sweep-addresses.txt
# xpub — derive a fresh address from an xpub each sweep (no address reuse)
SWEEP_MODE="static"
COLD_ADDRESS=""
XPUB=""
KEEP_SATS=300000
MIN_SWEEP=50000
SWEEP_CRON="0 3 * * *"
SWEEP_FREQ_LABEL="daily at 3am UTC"