Steps I followed are:
1. Ran Bitcoin client with RPC interface enabled (created bitcoin.conf and put 'rpcuser', 'rpcpassword' and 'server' in there). Let it update the block chain.
2. Ran run_p2pool.exe
3. Ran cgminer.exe with -o http://127.0.0.1:9332 -u
run_p2pool seems to get stuck and 'cgminer.exe' complains: "No servers were found that could be used to get works from.".
Can anyone help?
It sounds like p2pool isn't connecting to bitcoind. You have to connect it by by using the username and password you set up in bitcoin.conf. Run_p2pool.exe
I actually used : run_p2pool.exe
Initially, run_p2pool seems to be communicating with bitcoind. But after a while, there are no messages on the console. On the cgminer console, first it says "Pool 0 not providing work fast enough", then after a while I get a message saying "Pool 0 http://127.0.0.1:9332 not responding". I checked the firewall. All the ports are opened appropriately. Bitcoin-qt has up-to-date block information as well.