feature: add auradine to web selection options.
This commit is contained in:
@@ -585,6 +585,8 @@ class MinerFactory:
|
|||||||
return MinerTypes.AVALONMINER
|
return MinerTypes.AVALONMINER
|
||||||
if "DragonMint" in web_text:
|
if "DragonMint" in web_text:
|
||||||
return MinerTypes.INNOSILICON
|
return MinerTypes.INNOSILICON
|
||||||
|
if "Miner UI" in web_text:
|
||||||
|
return MinerTypes.AURADINE
|
||||||
|
|
||||||
async def _get_miner_socket(self, ip: str):
|
async def _get_miner_socket(self, ip: str):
|
||||||
tasks = []
|
tasks = []
|
||||||
|
|||||||
Reference in New Issue
Block a user