Open marvinmarnold opened 3 years ago
IIRC config at some point used it for outputting diagnostics info.
Other than that I think just UPnP
TBH the UPnP container is probably best to be deprecated in favour of hm-watchdog when we implement that IMO
Or we could stick the UPnP stuff in hm-config as that already has host networking set up in docker compose
Only problem with this, is that JSON RPC is unreliable...
Services can now retrieve the region from the miner directly via hm_pyhelper.miner_json_rpc.get_region. There is no longer a need for gen-region.sh to write the region to file.
Acceptance criteria
hm_pyhelper.miner_json_rpc.get_region
instead of reading from file.REGION_FILEPATH
in hm-pktfwd.