Fabcoin Core  0.16.2
P2P Digital Currency
Functions
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

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.

Here is the call graph for this function:

Here is the caller graph for this function:

unsigned int ParseConfirmTarget ( const UniValue value)

Check bounds on a command line confirm target.

Definition at line 47 of file mining.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: