File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ port: 9326 # P2P p2pool sharechain port (LTC mainnet default
1212stratum_port : 9327 # Stratum mining port
1313web_port : 8080 # Web dashboard / JSON-RPC API port
1414http_host : " 0.0.0.0" # HTTP bind address
15- external_ip : " voidbind.com " # Public IP/domain for stratum URL display
15+ # external_ip: "" # Public IP/domain for stratum URL display
1616
1717# ─── Operating Mode ────────────────────────────────────────────────────────
1818# integrated: true # Full P2P pool (DEFAULT)
@@ -109,6 +109,6 @@ dashboard_dir: "web-static" # Static dashboard directory (relative or absolut
109109
110110# ─── Lite Block Explorer ─────────────────────────────────────────────────────
111111explorer : true # Enable block storage + explorer REST API
112- explorer_url : " http://voidbind.com :9090" # Explorer URL for dashboard nav link
112+ # explorer_url: "http://localhost :9090" # Explorer URL for dashboard nav link
113113explorer_depth_ltc : 288 # LTC blocks to keep
114114explorer_depth_doge : 1440 # DOGE blocks to keep
You can’t perform that action at this time.
0 commit comments