Fabcoin Core
0.16.2
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
UniValue | generateBlocks (std::shared_ptr< CReserveScript > coinbaseScript, int nGenerate, uint64_t nMaxTries, bool keepScript) |
Generate blocks (mine) More... | |
unsigned int | ParseConfirmTarget (const UniValue &value) |
Check bounds on a command line confirm target. More... | |
UniValue generateBlocks | ( | std::shared_ptr< CReserveScript > | coinbaseScript, |
int | nGenerate, | ||
uint64_t | nMaxTries, | ||
bool | keepScript | ||
) |
Generate blocks (mine)
Definition at line 172 of file mining.cpp.
unsigned int ParseConfirmTarget | ( | const UniValue & | value | ) |
Check bounds on a command line confirm target.
Definition at line 47 of file mining.cpp.