C# 클래스 NiceHashMiner.Miners.Grouping.GroupMiner

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

공개 메소드들

메소드 설명
End ( ) : void
GroupMiner ( List miningPairs, string key ) : System
Start ( string miningLocation, string btcAdress, string worker ) : void
Stop ( ) : void

메소드 상세

End() 공개 메소드

public End ( ) : void
리턴 void

GroupMiner() 공개 메소드

public GroupMiner ( List miningPairs, string key ) : System
miningPairs List
key string
리턴 System

Start() 공개 메소드

public Start ( string miningLocation, string btcAdress, string worker ) : void
miningLocation string
btcAdress string
worker string
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void