first off, thank you for the guide. Finally something simple enough to get started with. I followed everything just fine and have it running with the above server.json config (changed 10.0.0.1 to my computer's LAN IP (let's call it 192.168.1.123), which is an Ubuntu 10.04 x86_64 box with ufw (firewall) enabled.
I'm using the phoenix miner on my 2 other worker PCs with
http://randomworkername:[email protected]:8338 - I've done "ufw allow 8338" and pushpoold gives me a weird:
[1306729067.519756] Listening on host 192.168.1.123 port 8338 #123 is the server
[1306729257.683109] client host 192.168.1.101 port 50524 connected #101 is my worker
[1306729272.724169] client host 192.168.1.101 port 50525 connected
[1306729287.755354] client host 192.168.1.101 port 50526 connected
while Phoenix says it can't connect. Any ideas?
Edit: Turning off ufw didn't help. Same results.
*It can be a number of things, first off make sure your connecting with the port that you set that in under the line
#HTTP JSON RPC
*Another possibility is that the username and password are retrieving from the server correctly in my guide I use MySql so I'd recommend using what ever database admin tool such and try your query manually into your database and if it doesn't work come back here and we'll figure it out
If that doesn't work I'd say you might want to open up every port number one by one until it works, unfortunately pushpool doesn't give us much information for debugging these types of problems hopefully jgarzik is working on this but until then its all trail and error past this point.