Anoncoin  0.9.4
P2P Digital Currency
Functions
rpcmining.cpp File Reference
#include "rpcserver.h"
#include "chainparams.h"
#include "init.h"
#include "net.h"
#include "main.h"
#include "miner.h"
#include <stdint.h>
#include "json/json_spirit_utils.h"
#include "json/json_spirit_value.h"
Include dependency graph for rpcmining.cpp:

Go to the source code of this file.

Functions

void InitRPCMining ()
 
void ShutdownRPCMining ()
 
Value GetNetworkHashPS (int lookup, int height)
 
Value getnetworkhashps (const Array &params, bool fHelp)
 
Value getmininginfo (const Array &params, bool fHelp)
 
Value getblocktemplate (const Array &params, bool fHelp)
 
Value submitblock (const Array &params, bool fHelp)
 

Function Documentation

Value getblocktemplate ( const Array &  params,
bool  fHelp 
)

Definition at line 409 of file rpcmining.cpp.

Here is the call graph for this function:

Value getmininginfo ( const Array &  params,
bool  fHelp 
)

Definition at line 241 of file rpcmining.cpp.

Here is the call graph for this function:

Value GetNetworkHashPS ( int  lookup,
int  height 
)

Definition at line 63 of file rpcmining.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Value getnetworkhashps ( const Array &  params,
bool  fHelp 
)

Definition at line 100 of file rpcmining.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void InitRPCMining ( )

Definition at line 52 of file rpcmining.cpp.

Here is the caller graph for this function:

void ShutdownRPCMining ( )

Definition at line 55 of file rpcmining.cpp.

Here is the caller graph for this function:

Value submitblock ( const Array &  params,
bool  fHelp 
)

Definition at line 597 of file rpcmining.cpp.

Here is the call graph for this function: