|
|
|
@ -56,7 +56,7 @@ static CBlock CreateGenesisBlock(uint32_t nTime, uint32_t nNonce, uint32_t nBits
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Main network
|
|
|
|
|
* Main network on which people trade goods and services.
|
|
|
|
|
*/
|
|
|
|
|
class CMainParams : public CChainParams {
|
|
|
|
|
public:
|
|
|
|
@ -173,7 +173,7 @@ public:
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Testnet (v3)
|
|
|
|
|
* Testnet (v3): public test network which is reset from time to time.
|
|
|
|
|
*/
|
|
|
|
|
class CTestNetParams : public CChainParams {
|
|
|
|
|
public:
|
|
|
|
@ -266,7 +266,7 @@ public:
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Signet
|
|
|
|
|
* Signet: test network with an additional consensus parameter (see BIP325).
|
|
|
|
|
*/
|
|
|
|
|
class SigNetParams : public CChainParams {
|
|
|
|
|
public:
|
|
|
|
@ -373,7 +373,8 @@ public:
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Regression test
|
|
|
|
|
* Regression test: intended for private networks only. Has minimal difficulty to ensure that
|
|
|
|
|
* blocks can be found instantly.
|
|
|
|
|
*/
|
|
|
|
|
class CRegTestParams : public CChainParams {
|
|
|
|
|
public:
|
|
|
|
|