C# Class BitSharper.NetworkParameters

Afficher le fichier Open project: TangibleCryptography/BitSharper Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CreateGenesis ( NetworkParameters n ) : Block
CreateTestNet ( NetworkParameters n ) : NetworkParameters

Sets up the given NetworkParameters with testnet values.

Method Details

ProdNet() public static méthode

The primary BitCoin chain created by Satoshi.
public static ProdNet ( ) : NetworkParameters
Résultat NetworkParameters

TestNet() public static méthode

The test chain created by Gavin.
public static TestNet ( ) : NetworkParameters
Résultat NetworkParameters

UnitTests() public static méthode

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