C# Class NiceHashMiner.Miners.eqm

Inheritance: nheqBase
Datei anzeigen Open project: nicehash/NiceHashMiner

Public Methods

Method Description
Start ( string url, string btcAdress, string worker ) : void
eqm ( ) : System

Protected Methods

Method Description
BenchmarkParseLine ( string outdata ) : bool
GetDevicesCommandString ( ) : string

Method Details

BenchmarkParseLine() protected method

protected BenchmarkParseLine ( string outdata ) : bool
outdata string
return bool

GetDevicesCommandString() protected method

protected GetDevicesCommandString ( ) : string
return string

Start() public method

public Start ( string url, string btcAdress, string worker ) : void
url string
btcAdress string
worker string
return void

eqm() public method

public eqm ( ) : System
return System