Fabcoin Core
0.16.2
P2P Digital Currency
|
Public Member Functions | |
CMainParams () | |
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 |
Definition at line 130 of file chainparams.cpp.
|
inline |
The message start string is designed to be unlikely to occur in normal data. The characters are rarely used upper ASCII, not valid as UTF-8, and produce a large 32-bit integer with any alignment.
Definition at line 132 of file chainparams.cpp.