![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Testnet (v3) More...
Public Member Functions | |
| CTestNetParams () | |
| const Checkpoints::CCheckpointData & | Checkpoints () const |
Public Member Functions inherited from CMainParams | |
| CMainParams () | |
Public Member Functions inherited from CChainParams | |
| const uint256 & | HashGenesisBlock () const |
| const MessageStartChars & | MessageStart () const |
| int | GetDefaultPort () const |
| const uint256 & | ProofOfWorkLimit () const |
| int | SubsidyHalvingInterval () const |
| int | EnforceBlockUpgradeMajority () const |
| Used to check majorities for block version upgrade. More... | |
| int | RejectBlockOutdatedMajority () const |
| int | ToCheckBlockUpgradeMajority () const |
| int | MaxReorganizationDepth () const |
| int | StakeMinAge () const |
| int | DefaultMinerThreads () const |
| Used if GeneratePrcycoins is called with a negative number of threads. More... | |
| const CBlock & | GenesisBlock () const |
| bool | RequireRPCPassword () const |
| bool | MiningRequiresPeers () const |
| Make miner wait to have peers to avoid wasting work. More... | |
| bool | HeadersFirstSyncingActive () const |
| Headers first syncing is disabled. More... | |
| bool | DefaultConsistencyChecks () const |
| Default value for -checkmempool and -checkblockindex argument. More... | |
| bool | AllowMinDifficultyBlocks () const |
| Allow mining of a min-difficulty block. More... | |
| bool | SkipProofOfWorkCheck () const |
| Skip proof-of-work check: allow mining of any difficulty block. More... | |
| bool | RequireStandard () const |
| Make standard checks. More... | |
| int64_t | TargetTimespan () const |
| int64_t | TargetSpacing () const |
| int64_t | Interval () const |
| int | COINBASE_MATURITY () const |
| CAmount | MNCollateralAmt () const |
| CAmount | MinimumStakeAmount () const |
| int | MasternodeCountDrift () const |
| The masternode count that we will allow the see-saw reward payments to be off by. More... | |
| bool | MineBlocksOnDemand () const |
| Make miner stop after a block is found. More... | |
| bool | TestnetToBeDeprecatedFieldRPC () const |
| In the future use NetworkIDString() for RPC fields. More... | |
| std::string | NetworkIDString () const |
| Return the network string. More... | |
| const std::vector< CDNSSeedData > & | DNSSeeds () const |
| const std::vector< unsigned char > & | Base58Prefix (Base58Type type) const |
| const std::vector< SeedSpec6 > & | FixedSeeds () const |
| int | PoolMaxTransactions () const |
| int64_t | StartMasternodePayments () const |
| int64_t | Budget_Fee_Confirmations () const |
| CBaseChainParams::Network | NetworkID () const |
| bool | IsRegTestNet () const |
| int | ExtCoinType () const |
| int | StealthPrefix () const |
| int | IntegratedPrefix () const |
| int | ModifierUpgradeBlock () const |
| Height or Time Based Activations. More... | |
| int | LAST_POW_BLOCK () const |
| int | START_POA_BLOCK () const |
| int | SoftFork () const |
| int | PoANewDiff () const |
| int | PoAFixTime () const |
| int | PoAPaddingBlock () const |
| int | PoAPadding () const |
| int | BIP65ActivationHeight () const |
| int | HardFork () const |
| int | HardForkRingSize () const |
| int | HardForkRingSize2 () const |
| int | SyncFix () const |
| int | FixChecks () const |
| int | POA_BLOCK_TIME () const |
| int | MIN_NUM_POS_BLOCKS_AUDITED () const |
| int | MAX_NUM_POS_BLOCKS_AUDITED () const |
| void | ChangeMaxReorg (int num) const |
Testnet (v3)
Definition at line 261 of file chainparams.cpp.
|
inline |
Modify the testnet genesis block so the timestamp is valid for a later start.
Definition at line 264 of file chainparams.cpp.
|
inlinevirtual |
Reimplemented from CMainParams.
Reimplemented in CRegTestParams.
Definition at line 369 of file chainparams.cpp.
1.8.17