bug: fix BOSMiner default password.
This commit is contained in:
@@ -40,7 +40,7 @@ class BOSMiner(BaseMiner):
|
|||||||
self.api_type = "BOSMiner"
|
self.api_type = "BOSMiner"
|
||||||
self.api_ver = api_ver
|
self.api_ver = api_ver
|
||||||
self.uname = "root"
|
self.uname = "root"
|
||||||
self.pwd = "admin"
|
self.pwd = "root"
|
||||||
self.config = None
|
self.config = None
|
||||||
|
|
||||||
async def send_ssh_command(self, cmd: str) -> Optional[str]:
|
async def send_ssh_command(self, cmd: str) -> Optional[str]:
|
||||||
|
|||||||
Reference in New Issue
Block a user