cheat:
please post the exact commands to run bitcoind and p2pool and their output.
Both of you:
You both seem to have problems connecting p2pool to the local bitcoind daemon.
(Seems like the windows I have available doesnt have telnet installed any more? lol)
Simply try
http://127.0.0.1:8332 in your browser. If bitcoind is running, you will get a passwordprompt. You can check if your password is what you expect it to there. Entering the right credentials doesnt yield any information after that, though.
Trying the same with the p2pool daemon (127.0.0.1:9332) doesnt seem to give any output, btw.
Ente
Output from
http://127.0.0.1:8332 after I enter the username and password is : {"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}
At
http://127.0.0.1:9332 sometimes give an output, other times it just takes forever to connect to.
I actually tried using 'python run_p2pool.py' as well as 'run_p2pool.exe' with appropriate rpc user name and password. Both have same problem.
So, what should be the output if I am able to connect to P2pool?