![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
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... | |
| UniValue | getgenerate (const UniValue ¶ms, bool fHelp) |
| 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 124 of file mining.cpp.
| unsigned int ParseConfirmTarget | ( | const UniValue & | value | ) |
Check bounds on a command line confirm target.
Definition at line 33 of file mining.cpp.
1.8.14