C# Class NiceHashMiner.Miners.MinerEtherumCUDA

Inheritance: MinerEtherum
Datei anzeigen Open project: nicehash/NiceHashMiner

Public Methods

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

Protected Methods

Method Description
GetBenchmarkCommandStringPart ( Algorithm algorithm ) : string
GetStartCommandStringPart ( string url, string username ) : string

Method Details

GetBenchmarkCommandStringPart() protected method

protected GetBenchmarkCommandStringPart ( Algorithm algorithm ) : string
algorithm Algorithm
return string

GetStartCommandStringPart() protected method

protected GetStartCommandStringPart ( string url, string username ) : string
url string
username string
return string

MinerEtherumCUDA() public method

public MinerEtherumCUDA ( ) : System
return System

Start() public method

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