added Hive get bad boards, and started on a bad board utility

This commit is contained in:
UpstreamData
2022-01-21 16:15:46 -07:00
parent a1839aae46
commit a93027369e
10 changed files with 82 additions and 10 deletions

View File

@@ -111,9 +111,7 @@ class CGMiner(BaseMiner):
await self.send_ssh_command(commands)
async def reboot(self) -> None:
commands = ['reboot']
commands = ';'.join(commands)
await self.send_ssh_command(commands)
await self.send_ssh_command("reboot")
async def start_cgminer(self) -> None:
commands = ['mkdir -p /etc/tmp/',