I'm sure this has been answered before ... but ...
Is there somewhere where you can see the pool (share-chain) if you are not running p2pool at the moment?
i.e. blocks + shares + share difficulty, also current block being worked on and unpaid share list?
I guess forrest's client is the best one to consider if I'm not running p2pool if that info is available?
( Where this comes from:
http://forre.st:9332/graphs/ )
This one seems to not work any more:
http://yat.uukgoblin.net/p2pool-stats/current_payouts.html(or is this information lost for eternity? Thus no way to verify anything?)
I plan to make something like the Bitcoin Block Explorer for shares, but even then, old shares are cleared out after they're 48 hours old, as they're unnecessary. The current block payout is determined by at most the last 24 hours of shares.
I notice that the "verified" shares take a long time to completely finish loading. What is the main limitation that makes it take so long? Is it strictly bandwidth between peers, or is it CPU based verification that is slow, or perhaps it is a disk throughput issue like bitcoind when it loads the blockchain for the first time?
This is normal and doesn't hurt you. It's because any given share requires the previous 24 hours of shares to be validated, so you can't validate them all in one go. You have to download the last two day's shares, validate the last day's, then wait a day for those unvalidated ones to be forgotten about, all the while new, instantly validated ones are arriving.