![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
Regression test. More...
Public Member Functions | |
| CRegTestParams (const ArgsManager &args) | |
| void | UpdateVersionBitsParameters (Consensus::DeploymentPos d, int64_t nStartTime, int64_t nTimeout) |
| Allows modifying the Version Bits regtest parameters. More... | |
| void | UpdateVersionBitsParametersFromArgs (const ArgsManager &args) |
Public Member Functions inherited from CChainParams | |
| const Consensus::Params & | GetConsensus () const |
| const CMessageHeader::MessageStartChars & | MessageStart () const |
| int | GetDefaultPort () const |
| bool | MiningRequiresPeers () const |
| const CBlock & | GenesisBlock () const |
| 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 |
| 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... | |
| bool | IsFallbackFeeEnabled () const |
| Return true if the fallback fee is by default enabled for this network. More... | |
| const std::vector< std::string > & | DNSSeeds () const |
| Return the list of hostnames to look up for DNS seeds. More... | |
| const std::vector< unsigned char > & | Base58Prefix (Base58Type type) const |
| const std::string & | Bech32HRP () 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) |
| void | TurnOffSegwit () |
| void | TurnOffCSV () |
| void | TurnOffBIP34 () |
| void | TurnOffBIP65 () |
| void | TurnOffBIP66 () |
| bool | BIP34 () |
| bool | BIP65 () |
| bool | BIP66 () |
| bool | CSVEnabled () const |
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 |
| std::vector< std::string > | vSeeds |
| std::vector< unsigned char > | base58Prefixes [MAX_BASE58_TYPES] |
| std::string | bech32_hrp |
| std::string | strNetworkID |
| CBlock | genesis |
| std::vector< SeedSpec6 > | vFixedSeeds |
| bool | fDefaultConsistencyChecks |
| bool | fRequireStandard |
| bool | fMineBlocksOnDemand |
| bool | fMiningRequiresPeers |
| CCheckpointData | checkpointData |
| ChainTxData | chainTxData |
| bool | m_fallback_fee_enabled |
Regression test.
Definition at line 245 of file chainparams.cpp.
|
inlineexplicit |
< Regtest mode doesn't have any fixed seeds.
< Regtest mode doesn't have any DNS seeds.
Definition at line 247 of file chainparams.cpp.
|
inline |
Allows modifying the Version Bits regtest parameters.
Definition at line 321 of file chainparams.cpp.
| void CRegTestParams::UpdateVersionBitsParametersFromArgs | ( | const ArgsManager & | args | ) |
1.8.14