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:
+2
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user