You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dash(web): --external-ip override for the dashboard Stratum URL (NAT/port-mapped nodes)
The dashboard Stratum-URL card renders nodeInfo.external_ip. On a node
that NATs out through a shared gateway (both hotel DASH nodes: LAN
192.168.1.x behind one gateway), the auto-detected OUTBOUND IP is not the
address miners dial -- they reach the external-mapped hosts. Add
--external-ip (alias --stratum-advertise / --public-host) to main_dash,
feeding the existing MiningInterface::set_external_ip() seam (parity with
main_ltc.cpp:1626). rest_node_info() then serves the operator-advertised
host verbatim; unset keeps the honest-absent 0.0.0.0 sentinel so the
dashboard auto-detect / window.location.hostname fallback is unchanged
(no regression). Web layer only, non-consensus.
Regression-locks the flag -> served-external_ip plumbing with two KATs
(unset honest-absent; operator host served verbatim).
0 commit comments