1
2
This is the first pool I have configured so forgive my n00bness. https://github.com/MPOS/php-mpos/wiki/Quick-Start-Guide I completed the guide and everything appears to fire up correctly though when a client connects, he only receives rejections.
What step am I missing? I have a suspicion that being on a 'test network' vs the Litecoin network via the 'how to' is a little suspicious, but I am new to the software and not sure how it works yet.
http://bpaste.net/show/z0oOnziLKekXmuW7pEKy/
I have no firewall
http://bpaste.net/show/jssOUYVrMP3ckdaZomfq/
asterisk1 home # ./minerd -o stratum+tcp://domain.com:19334 -O my.my:pass -t 1
[2014-01-26 19:42:40] Starting Stratum on stratum+tcp://digitaldriller.com:19334
[2014-01-26 19:42:40] 1 miner threads started, using 'scrypt' algorithm.
[2014-01-26 19:42:40] stratum_recv_line failed
[2014-01-26 19:42:40] ...retry after 30 seconds
^C
asterisk1 home # ./minerd -o stratum+tcp://domain.com:3333 -O my.my:pass -t 1
[2014-01-26 19:43:21] Starting Stratum on stratum+tcp://digitaldriller.com:3333
[2014-01-26 19:43:21] 1 miner threads started, using 'scrypt' algorithm.
[2014-01-26 19:43:21] Stratum connection failed: Failed connect to digitaldriller.com:3333; Connection refused
[2014-01-26 19:43:21] ...retry after 30 seconds
or at best http://i.imgur.com/xEl0qVs.png
I have the same problem when starting stratum + mpos. Everything seems to look fine and I also installed + compiled the stratum stuff as explained above. But when trying to connect using minerd I always receive "Stratum connection failed: Failed to connect to.... port 3333: Connection refused". Any ideas? – None – 2015-04-06T15:34:39.603