Raven Core  3.0.0
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...
 
UniValue getgenerate (const UniValue &params, bool fHelp)
 
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)

Definition at line 111 of file mining.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getgenerate()

UniValue getgenerate ( const UniValue params,
bool  fHelp 
)

◆ ParseConfirmTarget()

unsigned int ParseConfirmTarget ( const UniValue value)

Check bounds on a command line confirm target.

Definition at line 37 of file mining.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: