C# Class NiceHashMiner.BitcoinAddress

Show file Open project: nicehash/NiceHashMiner Class Usage Examples

Public Methods

Method Description
ValidateBitcoinAddress ( string address ) : bool
ValidateWorkerName ( string workername ) : bool
isAlphaNumeric ( string strToCheck ) : bool

Private Methods

Method Description
DecodeBase58 ( string input ) : byte[]
Hash ( byte bytes ) : byte[]
SubArray ( byte data, int index, int length ) : byte[]

Method Details

ValidateBitcoinAddress() public static method

public static ValidateBitcoinAddress ( string address ) : bool
address string
return bool

ValidateWorkerName() public static method

public static ValidateWorkerName ( string workername ) : bool
workername string
return bool

isAlphaNumeric() public static method

public static isAlphaNumeric ( string strToCheck ) : bool
strToCheck string
return bool