C# Class BitSharper.NetworkParameters

Show file Open project: TangibleCryptography/BitSharper Class Usage Examples

Public Methods

Method Description
ProdNet ( ) : NetworkParameters

The primary BitCoin chain created by Satoshi.

TestNet ( ) : NetworkParameters

The test chain created by Gavin.

UnitTests ( ) : NetworkParameters

Returns a testnet params modified to allow any difficulty target.

Private Methods

Method Description
CreateGenesis ( NetworkParameters n ) : Block
CreateTestNet ( NetworkParameters n ) : NetworkParameters

Sets up the given NetworkParameters with testnet values.

Method Details

ProdNet() public static method

The primary BitCoin chain created by Satoshi.
public static ProdNet ( ) : NetworkParameters
return NetworkParameters

TestNet() public static method

The test chain created by Gavin.
public static TestNet ( ) : NetworkParameters
return NetworkParameters

UnitTests() public static method

Returns a testnet params modified to allow any difficulty target.
public static UnitTests ( ) : NetworkParameters
return NetworkParameters