![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
Regression test. More...
Public Member Functions | |
| CRegTestParams () | |
Public Member Functions inherited from CChainParams | |
| const Consensus::Params & | GetConsensus () const |
| const CMessageHeader::MessageStartChars & | MessageStart () const |
| int | GetDefaultPort () const |
| const CBlock & | GenesisBlock () const |
| bool | MiningRequiresPeers () const |
| Make miner wait to have peers to avoid wasting work. More... | |
| bool | DefaultConsistencyChecks () const |
| Default value for -checkmempool and -checkblockindex argument. More... | |
| bool | RequireStandard () const |
| Policy: Filter transactions that do not match well-defined patterns. More... | |
| uint64_t | PruneAfterHeight () const |
| unsigned int | EquihashN (uint32_t nHeight=0) const |
| unsigned int | EquihashK (uint32_t nHeight=0) const |
| int64_t | GetnPowTargetSpacing (uint32_t nHeight=0) const |
| bool | MineBlocksOnDemand () const |
| Make miner stop after a block is found. More... | |
| std::string | NetworkIDString () const |
| Return the BIP70 network string (main, test or regtest) More... | |
| const std::vector< CDNSSeedData > & | DNSSeeds () const |
| const std::vector< unsigned char > & | Base58Prefix (Base58Type type) const |
| const std::vector< SeedSpec6 > & | FixedSeeds () const |
| const CCheckpointData & | Checkpoints () const |
| const ChainTxData & | TxData () const |
| void | UpdateVersionBitsParameters (Consensus::DeploymentPos d, int64_t nStartTime, int64_t nTimeout) |
Additional Inherited Members | |
Public Types inherited from CChainParams | |
| enum | Base58Type { PUBKEY_ADDRESS, SCRIPT_ADDRESS, SECRET_KEY, EXT_PUBLIC_KEY, EXT_SECRET_KEY, MAX_BASE58_TYPES } |
Protected Member Functions inherited from CChainParams | |
| CChainParams () | |
Protected Attributes inherited from CChainParams | |
| Consensus::Params | consensus |
| CMessageHeader::MessageStartChars | pchMessageStart |
| int | nDefaultPort |
| uint64_t | nPruneAfterHeight |
| unsigned int | nEquihashN = 0 |
| unsigned int | nEquihashK = 0 |
| std::vector< CDNSSeedData > | vSeeds |
| std::vector< unsigned char > | base58Prefixes [MAX_BASE58_TYPES] |
| std::string | strNetworkID |
| CBlock | genesis |
| std::vector< SeedSpec6 > | vFixedSeeds |
| bool | fMiningRequiresPeers |
| bool | fDefaultConsistencyChecks |
| bool | fRequireStandard |
| bool | fMineBlocksOnDemand |
| CCheckpointData | checkpointData |
| ChainTxData | chainTxData |
Regression test.
Definition at line 380 of file chainparams.cpp.
|
inline |
< Regtest mode doesn't have any fixed seeds.
< Regtest mode doesn't have any DNS seeds.
Definition at line 382 of file chainparams.cpp.
1.8.11