C# Class NiceHashMiner.Miners.Grouping.MiningDevice

Afficher le fichier Open project: nicehash/NiceHashMiner

Méthodes publiques

Свойство Type Description
Algorithms MiningAlgorithm>.Dictionary
ForcePerCardMiners bool
SMAMinerCheckInterval int

Méthodes publiques

Méthode Description
CalculateProfits ( NiceHashSMA>.Dictionary NiceHashData ) : void
GetMostProfitablePair ( ) : MiningPair
HasProfitableAlgo ( ) : bool
MiningDevice ( ComputeDevice device ) : System
SetNextTest ( ) : void

Method Details

CalculateProfits() public méthode

public CalculateProfits ( NiceHashSMA>.Dictionary NiceHashData ) : void
NiceHashData NiceHashSMA>.Dictionary
Résultat void

GetMostProfitablePair() public méthode

public GetMostProfitablePair ( ) : MiningPair
Résultat MiningPair

HasProfitableAlgo() public méthode

public HasProfitableAlgo ( ) : bool
Résultat bool

MiningDevice() public méthode

public MiningDevice ( ComputeDevice device ) : System
device NiceHashMiner.Devices.ComputeDevice
Résultat System

SetNextTest() public static méthode

public static SetNextTest ( ) : void
Résultat void

Property Details

Algorithms public_oe property

public Dictionary Algorithms
Résultat MiningAlgorithm>.Dictionary

ForcePerCardMiners public_oe static_oe property

public static bool ForcePerCardMiners
Résultat bool

SMAMinerCheckInterval public_oe static_oe property

public static int SMAMinerCheckInterval
Résultat int