docs: update docs.
This commit is contained in:
@@ -29,9 +29,6 @@ class BFGMinerRPCAPI(CGMinerRPCAPI):
|
||||
function handles sending a command to the miner asynchronously, and
|
||||
as such is the base for many of the functions in this class, which
|
||||
rely on it to send the command for them.
|
||||
|
||||
Parameters:
|
||||
ip: The IP of the miner to reference the API on.
|
||||
"""
|
||||
|
||||
async def procs(self) -> dict:
|
||||
|
||||
@@ -29,7 +29,4 @@ class BMMinerRPCAPI(CGMinerRPCAPI):
|
||||
function handles sending a command to the miner asynchronously, and
|
||||
as such is the base for many of the functions in this class, which
|
||||
rely on it to send the command for them.
|
||||
|
||||
Parameters:
|
||||
ip: The IP of the miner to reference the API on.
|
||||
"""
|
||||
|
||||
@@ -29,9 +29,6 @@ class BOSMinerRPCAPI(BaseMinerRPCAPI):
|
||||
function handles sending a command to the miner asynchronously, and
|
||||
as such is the base for many of the functions in this class, which
|
||||
rely on it to send the command for them.
|
||||
|
||||
Parameters:
|
||||
ip: The IP of the miner to reference the API on.
|
||||
"""
|
||||
|
||||
async def asccount(self) -> dict:
|
||||
|
||||
@@ -180,9 +180,6 @@ class BTMinerRPCAPI(BaseMinerRPCAPI):
|
||||
encoded using a token from the miner, all privileged commands do
|
||||
this automatically for you and will decode the output to look like
|
||||
a normal output from a miner API.
|
||||
|
||||
Parameters:
|
||||
ip: The IP of the miner to reference the API on.
|
||||
"""
|
||||
|
||||
def __init__(self, ip: str, port: int = 4028, api_ver: str = "0.0.0") -> None:
|
||||
|
||||
@@ -29,9 +29,6 @@ class CGMinerRPCAPI(BaseMinerRPCAPI):
|
||||
function handles sending a command to the miner asynchronously, and
|
||||
as such is the base for many of the functions in this class, which
|
||||
rely on it to send the command for them.
|
||||
|
||||
Parameters:
|
||||
ip: The IP of the miner to reference the API on.
|
||||
"""
|
||||
|
||||
async def version(self) -> dict:
|
||||
|
||||
@@ -29,9 +29,6 @@ class GCMinerRPCAPI(BaseMinerRPCAPI):
|
||||
function handles sending a command to the miner asynchronously, and
|
||||
as such is the base for many of the functions in this class, which
|
||||
rely on it to send the command for them.
|
||||
|
||||
Parameters:
|
||||
ip: The IP of the miner to reference the API on.
|
||||
"""
|
||||
|
||||
async def asc(self, n: int) -> dict:
|
||||
|
||||
@@ -30,9 +30,6 @@ class LUXMinerRPCAPI(BaseMinerRPCAPI):
|
||||
function handles sending a command to the miner asynchronously, and
|
||||
as such is the base for many of the functions in this class, which
|
||||
rely on it to send the command for them.
|
||||
|
||||
Parameters:
|
||||
ip: The IP of the miner to reference the API on.
|
||||
"""
|
||||
|
||||
async def addgroup(self, name: str, quota: int) -> dict:
|
||||
|
||||
Reference in New Issue
Block a user