tari-project / universe

Other
5 stars 19 forks source link

No internet connection before mining is started #548

Closed mmrrnn closed 3 hours ago

mmrrnn commented 4 hours ago

No internet connection available before initiating mining process. The error 'Failed to get xmrig summary: error sending request for url (http://127.0.0.1:9090/2/summary)' is ambiguous, as it can occur on the first response. We should find a way to confirm whether the issue is indeed related to internet connectivity and terminate the mining startup process to prevent it from continuing without a restart - the process would hang as starting indefinitely due to a previous lack of internet connection.

mmrrnn commented 4 hours ago

@stringhandler I guess we can close it I've kinda solved it in https://github.com/tari-project/universe/issues/476

mmrrnn commented 4 hours ago

Pull Request: https://github.com/tari-project/universe/pull/516