C# Class NiceHashMiner.Miners.nheqminer

Inheritance: nheqBase
Datei anzeigen Open project: nicehash/NiceHashMiner

Public Methods

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

Protected Methods

Method Description
BenchmarkParseLine ( string outdata ) : bool
BenchmarkStartProcess ( string CommandLine ) : Process
GetDevicesCommandString ( ) : string
_Start ( ) : NiceHashProcess

Method Details

BenchmarkParseLine() protected method

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

BenchmarkStartProcess() protected method

protected BenchmarkStartProcess ( string CommandLine ) : Process
CommandLine string
return System.Diagnostics.Process

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

_Start() protected method

protected _Start ( ) : NiceHashProcess
return NiceHashProcess

nheqminer() public method

public nheqminer ( ) : System
return System