#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"
Go to the source code of this file.
Value getblocktemplate |
( |
const Array & |
params, |
|
|
bool |
fHelp |
|
) |
| |
Value getmininginfo |
( |
const Array & |
params, |
|
|
bool |
fHelp |
|
) |
| |
Value GetNetworkHashPS |
( |
int |
lookup, |
|
|
int |
height |
|
) |
| |
Value getnetworkhashps |
( |
const Array & |
params, |
|
|
bool |
fHelp |
|
) |
| |
void ShutdownRPCMining |
( |
| ) |
|
Value submitblock |
( |
const Array & |
params, |
|
|
bool |
fHelp |
|
) |
| |