feature: add auradine to web selection options.

This commit is contained in:
b-rowan
2024-01-24 17:17:03 -07:00
parent 6a2a3e836d
commit af354fd8e2

View File

@@ -585,6 +585,8 @@ class MinerFactory:
return MinerTypes.AVALONMINER
if "DragonMint" in web_text:
return MinerTypes.INNOSILICON
if "Miner UI" in web_text:
return MinerTypes.AURADINE
async def _get_miner_socket(self, ip: str):
tasks = []