Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

mining.h File Reference
#include <script/script.h>
#include <univalue.h>
+ Include dependency graph for mining.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ generateBlocks()

UniValue generateBlocks ( std::shared_ptr< CReserveScript coinbaseScript,
int  nGenerate,
uint64_t  nMaxTries,
bool  keepScript 
)

Generate blocks (mine)

◆ ParseConfirmTarget()

unsigned int ParseConfirmTarget ( const UniValue value)
Released under the MIT license