|
|
@ -230,7 +230,7 @@ UniValue getmininginfo(const JSONRPCRequest& request) |
|
|
|
" \"difficulty\": xxx.xxxxx (numeric) The current difficulty\n" |
|
|
|
" \"difficulty\": xxx.xxxxx (numeric) The current difficulty\n" |
|
|
|
" \"errors\": \"...\" (string) Current errors\n" |
|
|
|
" \"errors\": \"...\" (string) Current errors\n" |
|
|
|
" \"networkhashps\": nnn, (numeric) The network hashes per second\n" |
|
|
|
" \"networkhashps\": nnn, (numeric) The network hashes per second\n" |
|
|
|
" \"pooledtx\": n (numeric) The size of the mem pool\n" |
|
|
|
" \"pooledtx\": n (numeric) The size of the mempool\n" |
|
|
|
" \"chain\": \"xxxx\", (string) current network name as defined in BIP70 (main, test, regtest)\n" |
|
|
|
" \"chain\": \"xxxx\", (string) current network name as defined in BIP70 (main, test, regtest)\n" |
|
|
|
"}\n" |
|
|
|
"}\n" |
|
|
|
"\nExamples:\n" |
|
|
|
"\nExamples:\n" |
|
|
|