finished updating the miner type handlers to create subclasses of the backend and type to create a miner, each of which handles its own data to simplify creation of new miner types

This commit is contained in:
UpstreamData
2022-05-13 11:27:56 -06:00
parent dd84aede25
commit 038aae95ac
115 changed files with 644 additions and 735 deletions

View File

@@ -1,4 +1,4 @@
from miners.cgminer import CGMiner
from miners._backends.cgminer import CGMiner
class CGMinerT9(CGMiner):