Documentation
¶
Index ¶
Constants ¶
View Source
const ( CommandSummary = "summary" CommandRestart = "restart" CommandQuit = "quit" CommandDevs = "devs" CommandChipstat = "chipstat" )
Usable command
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CGMinerProxy ¶
CGMinerProxy is a simple proxy between ASIC
func (*CGMinerProxy) RunCommand ¶
func (proxy *CGMinerProxy) RunCommand(command, argument string) ([]byte, error)
RunCommand calls RPC command
func (*CGMinerProxy) RunCommandConn ¶
RunCommandConn calls RPC command on existing net.Conn
Click to show internal directories.
Click to hide internal directories.