network hashrate can't bee calculated:
XXXX@pool1:~$ /XXXX/XX/XXXXX/XXX/blackcoind getmininginfo
error: couldn't parse reply from server
getmininginfo query isn't working right now. So, network hashrate is unknown...
I see the same on hashfever.com but getmininginfo works for me:
{
"blocks" : 208,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 15.30067443,
"proof-of-stake" : 0.00024414,
"search-interval" : 1
},
"blockvalue" : 1000000000000,
"netmhashps" : 1314.31792549,
"netstakeweight" : nan,
"errors" : "",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 1000000,
"testnet" : false
}