16 lines
490 B
Plaintext
16 lines
490 B
Plaintext
# 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"
|