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
from dragon_rest.dragons import DragonAPI
dragon_host = '10.0.0.1'
api = DragonAPI(dragon_host,
username='admin',
password='dragonadmin'
I'm getting a this error
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='10.102', port=80): Max retries exceeded with url: /api/auth (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa377b49160>: Failed to establish a new connection: [Errno 111] Connection refused',))
The text was updated successfully, but these errors were encountered:
Tell me please. Is it possible to connect to one T2 control board, 6 hash boards? How is this implemented on T1-32th? Sorry for the stupid questions. I am a "lucky" owner of 7 T2-17th ASICs. For which there are no spare parts now. And there is very little information about these devices either. Your software control of these models is actually the only one except for the factory one. And I understand perfectly well that these Asik are old shit that is no longer relevant. But all the same, I'm wondering if it's possible for T2-17 to work like T1-32 with 6 hash boards. Is it possible to attach 6 hashboards from T2-17 to g19 / 29. Control boards fail frequently and cannot be repaired.
why when I'm trying to run this code.
I'm getting a this error
The text was updated successfully, but these errors were encountered: