Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Functions
rpcmining.cpp File Reference
#include "main.h"
#include "db.h"
#include "init.h"
#include "bitcoinrpc.h"
Include dependency graph for rpcmining.cpp:

Go to the source code of this file.

Functions

Value GetNetworkHashPS (int lookup, int height)
 
Value getnetworkhashps (const Array &params, bool fHelp)
 
void InitRPCMining ()
 
void ShutdownRPCMining ()
 
Value getgenerate (const Array &params, bool fHelp)
 
Value setgenerate (const Array &params, bool fHelp)
 
Value gethashespersec (const Array &params, bool fHelp)
 
Value getmininginfo (const Array &params, bool fHelp)
 
Value getworkex (const Array &params, bool fHelp)
 
Value getwork (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 416 of file rpcmining.cpp.

Value getgenerate ( const Array params,
bool  fHelp 
)

Definition at line 89 of file rpcmining.cpp.

Value gethashespersec ( const Array params,
bool  fHelp 
)

Definition at line 130 of file rpcmining.cpp.

Value getmininginfo ( const Array params,
bool  fHelp 
)

Definition at line 143 of file rpcmining.cpp.

Value GetNetworkHashPS ( int  lookup,
int  height 
)

Definition at line 17 of file rpcmining.cpp.

Value getnetworkhashps ( const Array params,
bool  fHelp 
)

Definition at line 54 of file rpcmining.cpp.

Value getwork ( const Array params,
bool  fHelp 
)

Definition at line 302 of file rpcmining.cpp.

Value getworkex ( const Array params,
bool  fHelp 
)

Definition at line 166 of file rpcmining.cpp.

void InitRPCMining ( )

Definition at line 72 of file rpcmining.cpp.

Value setgenerate ( const Array params,
bool  fHelp 
)

Definition at line 103 of file rpcmining.cpp.

void ShutdownRPCMining ( )

Definition at line 81 of file rpcmining.cpp.

Value submitblock ( const Array params,
bool  fHelp 
)

Definition at line 564 of file rpcmining.cpp.