Default the pool to zcl.jackpot.tools:3333

When neither --url nor a config file specifies a pool, fall back to
stratum+tcp://zcl.jackpot.tools:3333 instead of erroring. Resolution order is
unchanged: --url flag → config-file url → built-in default. `url` stays an
Option so config auto-discovery and the GUI terminal relaunch (which key off
url.is_none()) are unaffected.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
jackpotincorporated
2026-06-06 01:23:38 -04:00
parent 4b5f84959c
commit 6a753b62fa
3 changed files with 13 additions and 8 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
# jackpotminer --config mine.toml
# ── Pool (required) ───────────────────────────────────────────────────────────
url = "stratum+tcp://zcl.pool.example:3032" # stratum+tcp://host:port, or host:port
url = "stratum+tcp://zcl.jackpot.tools:3333" # stratum+tcp://host:port, or host:port
# (this is also the built-in default if unset)
user = "t1YourZClassicAddressHere.rig1" # payout address / worker login
# port = 3032 # only if `url` has no ":port"