C# 클래스 NiceHashMiner.Miners.MiningSession

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

Private Properties

프로퍼티 타입 설명
CalcGroupedDevicesKey string
CheckIfProfitable bool
CheckIfShouldMine bool
GetMinerPairAlgorithmType AlgorithmType
InternetCheckTimer_Tick void
PreventSleepTimer_Tick void

공개 메소드들

메소드 설명
GetActiveMinersGroup ( ) : string
GetTotalRate ( ) : double
MinerStatsCheck ( NiceHashSMA>.Dictionary NiceHashData ) : void
MiningSession ( List devices, IMainFormRatesComunication mainFormRatesComunication, string miningLocation, string worker, string btcAdress ) : System
StopAllMiners ( ) : void
StopAllMinersNonProfitable ( ) : void
SwichMostProfitableGroupUpMethod ( NiceHashSMA>.Dictionary NiceHashData, bool log = true ) : void

비공개 메소드들

메소드 설명
CalcGroupedDevicesKey ( SortedSet group ) : string
CheckIfProfitable ( double CurrentProfit, bool log = true ) : bool
CheckIfShouldMine ( double CurrentProfit, bool log = true ) : bool
GetMinerPairAlgorithmType ( List miningPairs ) : AlgorithmType
InternetCheckTimer_Tick ( object sender, EventArgs e ) : void
PreventSleepTimer_Tick ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

GetActiveMinersGroup() 공개 메소드

public GetActiveMinersGroup ( ) : string
리턴 string

GetTotalRate() 공개 메소드

public GetTotalRate ( ) : double
리턴 double

MinerStatsCheck() 공개 메소드

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

MiningSession() 공개 메소드

public MiningSession ( List devices, IMainFormRatesComunication mainFormRatesComunication, string miningLocation, string worker, string btcAdress ) : System
devices List
mainFormRatesComunication IMainFormRatesComunication
miningLocation string
worker string
btcAdress string
리턴 System

StopAllMiners() 공개 메소드

public StopAllMiners ( ) : void
리턴 void

StopAllMinersNonProfitable() 공개 메소드

public StopAllMinersNonProfitable ( ) : void
리턴 void

SwichMostProfitableGroupUpMethod() 공개 메소드

public SwichMostProfitableGroupUpMethod ( NiceHashSMA>.Dictionary NiceHashData, bool log = true ) : void
NiceHashData NiceHashSMA>.Dictionary
log bool
리턴 void