Problem with CGMiner
Forum rules
Welcome to the System Support forum! Encounter a problem related to the pool? Post your issue here and we will help you out.
Keep in mind that the forums are monitored by PROHASHING less closely than the official support channels, so if you have a pressing issue, please submit an official support ticket so that our Support Analyst can look into your issue in a timely manner.
We cannot answer financial questions related to your account on a public forum, so those questions should always be submitted through the orange Support button on prohashing.com/about.
For the full list of PROHASHING forums rules, please visit https://prohashing.com/help/prohashing- ... rms-forums.
Welcome to the System Support forum! Encounter a problem related to the pool? Post your issue here and we will help you out.
Keep in mind that the forums are monitored by PROHASHING less closely than the official support channels, so if you have a pressing issue, please submit an official support ticket so that our Support Analyst can look into your issue in a timely manner.
We cannot answer financial questions related to your account on a public forum, so those questions should always be submitted through the orange Support button on prohashing.com/about.
For the full list of PROHASHING forums rules, please visit https://prohashing.com/help/prohashing- ... rms-forums.
Problem with CGMiner
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
Seems I'm doing something wrong. Help me with settings please
-
- Posts: 46
- Joined: Fri Dec 23, 2016 8:21 am
Re: Problem with CGMiner
again... pool is broken..
- Chris Sokolowski
- Site Admin
- Posts: 945
- Joined: Wed Aug 27, 2014 12:47 pm
- Location: State College, PA
Re: Problem with CGMiner
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
Ok, thanksChris 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.
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"
}
- Steve Sokolowski
- Posts: 4585
- Joined: Wed Aug 27, 2014 3:27 pm
- Location: State College, PA
Re: Problem with CGMiner
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.
He has a Toastmasters event this afternoon, so he should be able to get back to you in about eight hours.
- Chris Sokolowski
- Site Admin
- Posts: 945
- Joined: Wed Aug 27, 2014 12:47 pm
- Location: State College, PA
Re: Problem with CGMiner
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.