C# 클래스 NiceHashMiner.Miners.MinersManager

파일 보기 프로젝트 열기: nicehash/NiceHashMiner 1 사용 예제들

공개 메소드들

메소드 설명
CreateMiner ( ComputeDevice device, Algorithm algorithm ) : Miner
CreateMiner ( DeviceType deviceType, string minerPath ) : Miner
EquihashCPU_USE_eqm ( ) : bool
GetActiveMinersGroup ( ) : string
GetTotalRate ( ) : double
MinerStatsCheck ( NiceHashSMA>.Dictionary NiceHashData ) : void
StartInitialize ( IMainFormRatesComunication mainFormRatesComunication, string miningLocation, string worker, string btcAdress ) : bool
StopAllMiners ( ) : void
StopAllMinersNonProfitable ( ) : void
SwichMostProfitableGroupUpMethod ( NiceHashSMA>.Dictionary NiceHashData ) : void

SwichMostProfitable should check the best combination for most profit. Calculate profit for each supported algorithm per device and group.

메소드 상세

CreateMiner() 공개 정적인 메소드

public static CreateMiner ( ComputeDevice device, Algorithm algorithm ) : Miner
device NiceHashMiner.Devices.ComputeDevice
algorithm Algorithm
리턴 Miner

CreateMiner() 공개 정적인 메소드

public static CreateMiner ( DeviceType deviceType, string minerPath ) : Miner
deviceType DeviceType
minerPath string
리턴 Miner

EquihashCPU_USE_eqm() 공개 정적인 메소드

public static EquihashCPU_USE_eqm ( ) : bool
리턴 bool

GetActiveMinersGroup() 공개 정적인 메소드

public static GetActiveMinersGroup ( ) : string
리턴 string

GetTotalRate() 공개 정적인 메소드

public static GetTotalRate ( ) : double
리턴 double

MinerStatsCheck() 공개 정적인 메소드

public static MinerStatsCheck ( NiceHashSMA>.Dictionary NiceHashData ) : void
NiceHashData NiceHashSMA>.Dictionary
리턴 void

StartInitialize() 공개 정적인 메소드

public static StartInitialize ( IMainFormRatesComunication mainFormRatesComunication, string miningLocation, string worker, string btcAdress ) : bool
mainFormRatesComunication IMainFormRatesComunication
miningLocation string
worker string
btcAdress string
리턴 bool

StopAllMiners() 공개 정적인 메소드

public static StopAllMiners ( ) : void
리턴 void

StopAllMinersNonProfitable() 공개 정적인 메소드

public static StopAllMinersNonProfitable ( ) : void
리턴 void

SwichMostProfitableGroupUpMethod() 공개 정적인 메소드

SwichMostProfitable should check the best combination for most profit. Calculate profit for each supported algorithm per device and group.
public static SwichMostProfitableGroupUpMethod ( NiceHashSMA>.Dictionary NiceHashData ) : void
NiceHashData NiceHashSMA>.Dictionary
리턴 void