This commit was merged in pull request #76.
This commit is contained in:
15
infrastructure/sweep.conf.example
Normal file
15
infrastructure/sweep.conf.example
Normal 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"
|
||||
Reference in New Issue
Block a user