Where can I get PPC network hashrate?

I checked :http://theseven.bounceme.net/~theseven/pool/netstats
But it doesn’t look right.
https://ppcoin.d7.lt/stats
alone has 4.5T of hashrate.

I think this is a pretty good tracker:

[quote=“redlee, post:1, topic:384”]I checked :http://theseven.bounceme.net/~theseven/pool/netstats
But it doesn’t look right.
https://ppcoin.d7.lt/stats
alone has 4.5T of hashrate.[/quote]

i think so too, coz when bitcoin was a round 3 mil in dif. the network hashrate was ~20t. (i can be totally wrong in this, coz i dont kno anything about dif. algorithm.)

[quote=“Alertness, post:2, topic:384”]I think this is a pretty good tracker:
http://bitinfocharts.com/comparison/hashrate-ppc.html[/quote]
Thanks! It looks right, 9.34T at the moment.

Do anybody know the difference between the hashrate of the link http://bitinfocharts.com/comparison/hashrate-ppc.html and the one on vircurex? BitInfoCharts displays 9.34 THash, vircurex displays 32.6 THash.

Latest code in repo has a new networkghps estimate in the getmininginfo output. It currently estimates at 8Th/s.

ppcoind getmininginfo

{
“blocks” : 72403,
“currentblocksize” : 1230,
“currentblocktx” : 1,
“difficulty” : 3451290.43572157,
“errors” : “”,
“generate” : false,
“genproclimit” : -1,
“hashespersec” : 0,
“networkghps” : 8113.39876870,
“pooledtx” : 1,
“testnet” : false
}

[quote=“Sunny King, post:6, topic:384”]Latest code in repo has a new networkghps estimate in the getmininginfo output. It currently estimates at 8Th/s.

ppcoind getmininginfo

{
“blocks” : 72403,
“currentblocksize” : 1230,
“currentblocktx” : 1,
“difficulty” : 3451290.43572157,
“errors” : “”,
“generate” : false,
“genproclimit” : -1,
“hashespersec” : 0,
“networkghps” : 8113.39876870,
“pooledtx” : 1,
“testnet” : false
}[/quote]

Thanks. This should be the accurate number.