C# 클래스 CentralMine.NET.US_Stratum

상속: Upstream
파일 보기 프로젝트 열기: GarageGames/Bitcoin

공개 메소드들

메소드 설명
Destroy ( ) : void
GetWorkBlock ( ) : WorkBlock
NewBlockReady ( ) : bool
SetCredentials ( string user, string pass ) : void
SetHost ( string url, ushort port ) : void
SubmitWork ( WorkBlock work, uint solution ) : bool
US_Stratum ( ClientManager cm ) : System

비공개 메소드들

메소드 설명
Disconnect ( ) : void
MiningAuthorize ( Newtonsoft.Json.Linq.JObject obj ) : void
MiningNotify ( Newtonsoft.Json.Linq.JObject obj ) : void
MiningSetDifficulty ( Newtonsoft.Json.Linq.JObject obj ) : void
MiningSubmit ( Newtonsoft.Json.Linq.JObject obj, string json ) : void
MiningSubscribe ( Newtonsoft.Json.Linq.JObject obj ) : void
ProcessNetworkLine ( string line ) : void
ReadNetwork ( ) : void
SendRPC ( string methodName, string parameters ) : int
ThreadUpdate ( ) : void

메소드 상세

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

GetWorkBlock() 공개 메소드

public GetWorkBlock ( ) : WorkBlock
리턴 WorkBlock

NewBlockReady() 공개 메소드

public NewBlockReady ( ) : bool
리턴 bool

SetCredentials() 공개 메소드

public SetCredentials ( string user, string pass ) : void
user string
pass string
리턴 void

SetHost() 공개 메소드

public SetHost ( string url, ushort port ) : void
url string
port ushort
리턴 void

SubmitWork() 공개 메소드

public SubmitWork ( WorkBlock work, uint solution ) : bool
work WorkBlock
solution uint
리턴 bool

US_Stratum() 공개 메소드

public US_Stratum ( ClientManager cm ) : System
cm ClientManager
리턴 System