Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nicehash issue -- Too many connections on pool 1 - sending error and close connection. #111

Open
ma7555 opened this issue Oct 5, 2018 · 1 comment

Comments

@ma7555
Copy link

ma7555 commented Oct 5, 2018

Hello,

Receiving error when more than one connection is started by NH. I have set max workers to 1 as it will not connect otherwise. How do you get to make it work with NH?

2018-10-05 22:00:33,173 INFO [169.51.48.162-Thread]:strat.mining.stratum.proxy.manager.ProxyManager - New WorkerConnection 169.51.48.162 subscribed. 1 connections active on pool 1.
2018-10-05 22:00:34,570 INFO [StratumProxyManagerSeverSocketListener]:strat.mining.stratum.proxy.manager.ProxyManager$1 - New connection on /#####:3333 from /169.51.48.162:46229.
2018-10-05 22:00:34,670 INFO [169.51.48.162-Thread]:strat.mining.stratum.proxy.manager.ProxyManager - New WorkerConnection 169.51.48.162 subscribed. 2 connections active on pool 1.
2018-10-05 22:00:34,671 ERROR [169.51.48.162-Thread]:strat.mining.stratum.proxy.worker.StratumWorkerConnection - Too many connections on pool 1 for the connection 169.51.48.162. Sending error and close the connection.

@Tillkoeln
Copy link

"workerNumberLimit": 1, // Only 1, 256 and 65536 values are supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants