1
0
Fork 0

feat: min balance

This commit is contained in:
Arthur K. 2026-03-08 10:23:44 +03:00
parent fc555244a8
commit 84ad98b4d3
Signed by: wzray
GPG key ID: B97F30FDC4636357
3 changed files with 6 additions and 1 deletions

View file

@ -7,6 +7,9 @@ TARGET_SIZE=5
# Poll interval for checking new accounts when pool incomplete (seconds)
POLL_INTERVAL=30
# Minimum balance threshold - switch token when balance <= MIN_BALANCE
MIN_BALANCE=0
# HTTPS proxy URL (used by Firefox and balance API)
HTTPS_PROXY=http://user:pass@host:port