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:
@@ -1,4 +1,4 @@
|
||||
from miners.cgminer import CGMiner
|
||||
from miners._backends.cgminer import CGMiner
|
||||
|
||||
|
||||
class CGMinerT9(CGMiner):
|
||||
|
||||
Reference in New Issue
Block a user