Hi,
Here are some initial troubleshooting steps.
I would first look to make sure you have 2 pools configured in your blade set up. For now, they can be set to the same pool. So, that means two sets of server ID's , and two sets of logon ID:Passwords.
The server IP's and the addresses need to be separated by comma. The userid and password pairs separated by a colon. ':' .
Like so
PORTS 8332,8332
SERVER ADDRESSES 192.168.0.10,192.168.0.10
USER:PASS USERID:PASSWORD,USERID:PASSWORD
( Of course use the IP's and ports of your stratum proxy server not the above values. ) :-)
Restart the blade and look at the output of your stratum proxy server to see if it starts getting work.
The stratum proxy log should look something like this :
2013-09-01 17:33:05,155 WARNING proxy getwork_listener._on_submit # [0ms] Share from 'WORKER1' accepted, diff 128
2013-09-01 17:33:05,236 INFO proxy getwork_listener._on_authorized # Worker 'WORKER1' asks for new work
2013-09-01 17:33:05,259 INFO proxy getwork_listener._on_authorized # Worker 'WORKER1' asks for new work
2013-09-01 17:33:05,408 INFO proxy jobs.submit # Submitting 3cc941a7 'WORKER1'
2013-09-01 17:33:05,408 WARNING proxy getwork_listener._on_submit # [0ms] Share from 'WORKER1' accepted, diff 128
2013-09-01 17:33:05,446 INFO proxy jobs.submit # Submitting eea592db
2013-09-01 17:33:05,446 WARNING proxy getwork_listener._on_submit # [0ms] Share from 'WORKER1' accepted, diff 128
2013-09-01 17:33:05,540 INFO proxy jobs.submit # Submitting 60e7ac02
If you get any errors, you have something configured wrong somewhere, or p2pool not set up correctly.
as a secondary troubleshooting step, configure your stratum proxy to point to a public mining pool.
http://hhtt.1209k.com/ is easy to use and doesnt require you to sign-up
Restart your stratum proxy to the following host and port.
Host stratum.hhtt.1209k.com port 3333
When you restart your stratum proxy, look at the log and watch for it connect to the hhtt pool and start listening for workers. If you see any errors, somehting is wrong with your stratum proxy setup.
Now, change your logins in your blade configuration to your own valid bitcoin address as the username and anything you like as the password and restart.
This should get you mining to the hhtt pool. If this works fine then there is something wrong with the p2pool configuration.
Cheers