Try my skydrive, just uploaded latest win64 builds.
i'm getting lots of these:
File "twisted\internet\base.pyc", line 800, in runUntilCurrent
--- ---
File "p2pool\bitcoin\stratum.pyc", line 38, in _send_work
File "p2pool\bitcoin\worker_interface.pyc", line 129, in get_work
File "p2pool\work.pyc", line 243, in get_work
p2pool.util.jsonrpc.NarrowError: -12345 p2pool is downloading shares
Unhandled Error
Traceback (most recent call last):
File "p2pool\main.pyc", line 666, in run
File "twisted\internet\base.pyc", line 1169, in run
File "twisted\internet\base.pyc", line 1178, in mainLoop
File "twisted\internet\base.pyc", line 800, in runUntilCurrent
--- ---
File "p2pool\bitcoin\stratum.pyc", line 38, in _send_work
File "p2pool\bitcoin\worker_interface.pyc", line 129, in get_work
File "p2pool\work.pyc", line 243, in get_work
p2pool.util.jsonrpc.NarrowError: -12345 p2pool is downloading shares
This is because there is a java script call from within your index.html, or graphs.html, (or some other webpage filename) where the object being queried is not in your database/data-files. From the web browser, you should see a share, block, hashinfo, etc.., the data is missing. If the server version is compatible with the java call, then the fields will eventually fill in with new data, and the errors should recede. If there is an incompatibility, then the fields will never fill in and the errors will continue. Not a big deal. More of a eye sore when viewing logs, or live screen, than an issue. Unless the errors are rolling nonstop, then the issue needs some fixing.