changed the way antminers and whatsminers are handled in the factory to allow for more precision on chip counts
This commit is contained in:
8
miners/antminer/cgminer/X17/__init__.py
Normal file
8
miners/antminer/cgminer/X17/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from .S17 import CGMinerS17
|
||||
from .S17_Plus import CGMinerS17Plus
|
||||
from .S17_Pro import CGMinerS17Pro
|
||||
from .S17e import CGMinerS17e
|
||||
|
||||
from .T17 import CGMinerT17
|
||||
from .T17_Plus import CGMinerT17Plus
|
||||
from .T17e import CGMinerT17e
|
||||
Reference in New Issue
Block a user