Property | Type | Description | |
---|---|---|---|
mBTCPerCoin | double | ||
mBlockTarget | uint | ||
mBlocksPerDay | double | ||
mCoinsPerBlock | double | ||
mCryptsyMarket | string | ||
mExchangeURL | string | ||
mHashrate | double | ||
mIPAddress | string | ||
mIgnoreSigLen | bool | ||
mName | string | ||
mNetID | uint | ||
mNetVersion | uint | ||
mPOS | bool | ||
mPort | ushort | ||
mScryptBlockHash | bool | ||
mStatus | string | ||
mSymbol | string | ||
mUSDPerCoin | double | ||
mUSDPerDay | double |
Method | Description | |
---|---|---|
Currency ( ) : System | ||
Destroy ( ) : void | ||
Load ( string path ) : void | ||
Save ( string path ) : void | ||
StartCalcHashrate ( ) : void | ||
ThreadUpdateFunction ( ) : void | ||
ToString ( ) : string | ||
Update ( double btcPrice, double hashrate ) : void | ||
UpdateBitcoinProtocol ( ) : void | ||
UpdatePriceData ( ) : void |
public Update ( double btcPrice, double hashrate ) : void | ||
btcPrice | double | |
hashrate | double | |
return | void |