The pools are showing a very small amount of hashing power on them (50Kh/s) while the network is showing 1.5Mh/s. Is there an unlisted pool running somewhere or is there one individual with a good amount of hashing power basically running the show on their own right now?
Its just a glitch with the pool stats (that hash does not exist) - most hash on UTC is on the pool - sometime a few solo miners.
Alenevva may better explain.
Its been like this as long as I can remember.
Cheers - usukan
It's just a glitch with the wallet stats.
I raised this question some time ago:
ultracoind getmininginfo
{
"blocks" : 1692937,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00099616,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 611210,
"pooledtx" : 0,
"testnet" : false,
"Nfactor" : 14,
"N" : 32768,
"powreward" : 0.01000000
}
In this example net hashrate is more than 600 KHash/s. As actual hashrate is slightly more than 100 KHash/s.
Also you can note "powreward" : 0.01000000
But it should be 10.
Fresh example:
ultracoind getmininginfo
{
"blocks" : 1812461,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.02495300,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 257775,
"pooledtx" : 0,
"testnet" : false,
"Nfactor" : 14,
"N" : 32768,
"powreward" : 0.01000000
}
Actual hashrate is somewhere about 30 KHash/s.
Thanks Alenevaa - I am believing that once diff stabilises after the fork there is a good chance that this will auto correct.
Cheers - usukan
.