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
@shawaj There is another issue with the mac address as password. Our thermal labels fade away overtime. In such a case, the user has to find his mac from his internet router. Assuming he knows how and where to look for mac of connected devices.
@pritamghanghas I think finding it from router is probably an acceptable amount of effort. We also include 2 additional spare serial number stickers in the box with the miner, as well as the one attached to the miner itself. Also our tech support can probably help people get it as well.
I'm not sure what other default we could use though? And we need the auth to enable other features.
A couple of miners (Finestra for example) do not have ethernet.
In that case, we should use the WiFi Mac address
hm-diag/hw_diag/utilities/auth.py
Lines 57 to 61 in 4a9cdaf
Or perhaps we use the
MAC
key from hardware definitions as the default:https://github.com/NebraLtd/hm-pyhelper/blob/8fa184c6026c5f9009fc61ea583883679fed5057/hm_pyhelper/hardware_definitions.py#L54
And if there is not one then fall back to eth, and if not eth then fall back to WiFi.
What do you think @robputt ?
The text was updated successfully, but these errors were encountered: