Cannot connect to php-mpos with CgMiner: Pool 0 slow/down or URL or credentials invalid

0

0

I'm trying set up a local pool, using the php-mpos and the zetacoin-qt executable file, but for some reason, when I attempt to connect using cgminer, I get this error: Pool 0 slow/down or URL or credentials invalid, this happens even though I've created a worker in php-mpos, I am running all of this on a windows machine. My batch file running the program is this:

cgminer-nogpu.exe -o "stratum+tcp://localhost:9332" -O admin.user:password

My Zetacoin config is this:

rpcuser=username
rpcpassword=password
rpcport=9332
daemon=1
server=1
gen=1

block_nTime=1317972665
block_nNonce=2084524493

Dylan Katz

Posted 2014-01-12T06:45:37.610

Reputation: 167

Can you give the solution that worked for you? i have the same problem. – None – 2014-01-27T16:17:50.543

Answers

0

Oops, It turns out I didn't use stratum mining server properly, instead I used stratum alone. There's an important distinction between the two.

Dylan Katz

Posted 2014-01-12T06:45:37.610

Reputation: 167