C# 클래스 BitCoinClient.Worker

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

공개 프로퍼티들

프로퍼티 타입 설명
mHashrate double

공개 메소드들

메소드 설명
Close ( ) : void
IOThread ( ) : void
ProcessStopCommand ( ) : void
ProcessWorkCommand ( NetworkStream stream ) : void
SHATransform ( uint output, uint init, uint data ) : void
SendIdentity ( ) : void
SendWorkComplete ( bool solutionFound, uint solution, uint hashesDone ) : void
WorkThread ( ) : void
Worker ( ) : System
sha256_block_data_order ( uint output, uint state, uint input ) : void

비공개 메소드들

메소드 설명
Ch ( uint x, uint y, uint z ) : uint
DoHashes ( uint start, uint count ) : uint
Maj ( uint x, uint y, uint z ) : uint
ROTATE ( uint a, int n ) : uint
Sigma0 ( uint x ) : uint
Sigma1 ( uint x ) : uint
sigma0 ( uint x ) : uint
sigma1 ( uint x ) : uint

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

IOThread() 공개 메소드

public IOThread ( ) : void
리턴 void

ProcessStopCommand() 공개 메소드

public ProcessStopCommand ( ) : void
리턴 void

ProcessWorkCommand() 공개 메소드

public ProcessWorkCommand ( NetworkStream stream ) : void
stream NetworkStream
리턴 void

SHATransform() 공개 메소드

public SHATransform ( uint output, uint init, uint data ) : void
output uint
init uint
data uint
리턴 void

SendIdentity() 공개 메소드

public SendIdentity ( ) : void
리턴 void

SendWorkComplete() 공개 메소드

public SendWorkComplete ( bool solutionFound, uint solution, uint hashesDone ) : void
solutionFound bool
solution uint
hashesDone uint
리턴 void

WorkThread() 공개 메소드

public WorkThread ( ) : void
리턴 void

Worker() 공개 메소드

public Worker ( ) : System
리턴 System

sha256_block_data_order() 공개 메소드

public sha256_block_data_order ( uint output, uint state, uint input ) : void
output uint
state uint
input uint
리턴 void

프로퍼티 상세

mHashrate 공개적으로 프로퍼티

public double mHashrate
리턴 double