![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Public Member Functions | |
CMainParams () | |
![]() | |
const Consensus::Params & | GetConsensus () const |
const CMessageHeader::MessageStartChars & | MessageStart () const |
const std::vector< unsigned char > & | AlertKey () const |
int | GetDefaultPort () const |
const CBlock & | GenesisBlock () const |
bool | MiningRequiresPeers () const |
bool | DefaultConsistencyChecks () const |
bool | RequireStandard () const |
int64_t | MaxTipAge () const |
int64_t | DelayGetHeadersTime () const |
uint64_t | PruneAfterHeight () const |
bool | MineBlocksOnDemand () const |
bool | TestnetToBeDeprecatedFieldRPC () const |
std::string | NetworkIDString () const |
const std::vector< CDNSSeedData > & | DNSSeeds () const |
const std::vector< unsigned char > & | Base58Prefix (Base58Type type) const |
int | ExtCoinType () const |
const std::vector< SeedSpec6 > & | FixedSeeds () const |
const CCheckpointData & | Checkpoints () const |
int | PoolMaxTransactions () const |
int | FulfilledRequestExpireTime () const |
std::string | SporkPubKey () const |
Main network What makes a good checkpoint block?
Definition at line 71 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 73 of file chainparams.cpp.