Post
Topic
Board Bitcoin Technical Support
Topic OP
getmininginfo - doesn't work ?
by
thedrs
on 21/09/2012, 20:02:47 UTC
maybe I don't understand it correctly but when i mine solo using bitcoin-qt and launch the bitcoin client for solo mining from the bitcoin-qt client, i see blocks being solved (difficulty 1) and a 300-400 MH/sec rate, but when i launch the new debug console in the 0.7 client, and then  run the

I get the following:

22:57:19

getmininginfo


22:57:19

{
"blocks" : 199885,
"currentblocksize" : 75095,
"currentblocktx" : 169,
"difficulty" : 2864140.50781097,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 183,
"testnet" : false
}

shouldn't it show the hash rate as 300-400 too ?
or am i mixing the commands up and there is a different command for showing this info ?