completed bmminer api and moved APIs to package
This commit is contained in:
7
API/cgminer.py
Normal file
7
API/cgminer.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from API import BaseMinerAPI
|
||||
|
||||
|
||||
class CGMinerAPI(BaseMinerAPI):
|
||||
def __init__(self, ip, port=4028):
|
||||
super().__init__(ip, port)
|
||||
|
||||
Reference in New Issue
Block a user