I'm having a terrible time getting p2pool to report my hashrate.
I have everything installed correctly, proper ports forwarded, and cgminer reports that it is working.
Is cgminer reporting any submitted shares? I'd assume not, which would be why p2pool doesn't think you're mining...
No it isn't. What does this indicate?
Bitcoind not up to date? What's the output from "bitcoind getinfo"?
This:
{
"version" : 50200,
"balance" : 44520.93652163,
"blocks" : 197724,
"connections" : 8,
"proxy" : "",
"generate" : false,
"genproclimit" : 1,
"difficulty" : 1376302.26788638,
"hashespersec" : 0,
"testnet" : false,
"keypoololdest" : 1307423814,
"keypoolsize" : 153,
"paytxfee" : 0.00000000,
"errors" : "See bitcoin.org/feb20 if you have trouble connecting after 20 February"
}
That is without p2pool and cgminer running.