![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
int64_t | GetBlockValue (int nHeight, int64_t nFees) |
unsigned int | ComputeMinWork (unsigned int nBase, int64_t nTime) |
Calculate the minimum amount of work a received block needs, without knowing its direct parent. More... | |
unsigned int | GetNextWorkRequired (const CBlockIndex *pindexLast, const CBlockHeader *pblock) |
bool | CheckProofOfWork (uint256 hash, unsigned int nBits) |
Check whether a block hash satisfies the proof-of-work requirement specified by nBits. More... | |
bool CheckProofOfWork | ( | uint256 | hash, |
unsigned int | nBits | ||
) |
unsigned int ComputeMinWork | ( | unsigned int | nBase, |
int64_t | nTime | ||
) |
int64_t GetBlockValue | ( | int | nHeight, |
int64_t | nFees | ||
) |
unsigned int GetNextWorkRequired | ( | const CBlockIndex * | pindexLast, |
const CBlockHeader * | pblock | ||
) |