Page 1 of 1

Problem with CGMiner

Posted: Sat Feb 04, 2017 9:35 pm
by Yanus
I tried to add prohashing pool to CG Miner. It says "No Stratum, GBT or Solo support in pool 0 http://prohashing.com:3333 unable to use".
Seems I'm doing something wrong. Help me with settings please
Image

Re: Problem with CGMiner

Posted: Sat Feb 04, 2017 9:49 pm
by soundposition
again... pool is broken.. :(

Re: Problem with CGMiner

Posted: Sat Feb 04, 2017 11:50 pm
by Chris Sokolowski
There was an issue with our router tonight that was causing some miners' connections to be rejected. I have fixed the problem. You shouldn't have any more issues, but I will be happy to help if you still need assistance.

Re: Problem with CGMiner

Posted: Sun Feb 05, 2017 1:02 am
by Yanus
Chris Sokolowski wrote:There was an issue with our router tonight that was causing some miners' connections to be rejected. I have fixed the problem. You shouldn't have any more issues, but I will be happy to help if you still need assistance.
Ok, thanks :)
It is still occures.
Maybe it is something wrong with my .conf file?

Code: Select all

{
"pools" : [
	{
		"url" : "http://prohashing.com:3333",
		"user" : "***",
		"pass" : "***"
	}
],

"failover-only" : true,
"no-submit-stale" : true,
"api-listen" : true,
"api-port" : "4028",
"api-allow" : "W:192.168.1.0/24,W:127.0.0.1"
}

Re: Problem with CGMiner

Posted: Sun Feb 05, 2017 9:57 am
by Steve Sokolowski
I'm not aware of what Chris did exactly, so unfortunately I'll have to defer to him to answer this question.

He has a Toastmasters event this afternoon, so he should be able to get back to you in about eight hours.

Re: Problem with CGMiner

Posted: Sun Feb 05, 2017 7:14 pm
by Chris Sokolowski
Try changing the url to "stratum+tcp://prohashing.com:3333" I think if you don't put that, it uses the inefficient getwork protocol, which we do not support.