Hi,
I have a question regarding the output of the getmininginfo command. I have one node with mining permission. When I run getmininginfo I get this output:
{"blocks" : 59,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.00000006,
"errors" : "",
"genproclimit" : 1,
"networkhashps" : 17,
"pooledtx" : 0,
"testnet" : false,
"chain" : "main",
"generate" : true,
"hashespersec" : 0}
I was wondering how the networkhashps can be 17, while the hashespersec are 0 for every node.
Can someone give me the exact definitions of networkhasps and hashespersec?
Thank you!