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

Doesn't connect any other pools #2

Closed
hackable opened this issue Oct 3, 2017 · 3 comments
Closed

Doesn't connect any other pools #2

hackable opened this issue Oct 3, 2017 · 3 comments

Comments

@hackable
Copy link

hackable commented Oct 3, 2017

Doesn't connect to other pools such as minemonero.pro or minexmr.com

@Dustymcp
Copy link

Dustymcp commented Oct 3, 2017

we had the same problem how long you been running it ?

@hackable
Copy link
Author

hackable commented Oct 3, 2017

i debugged it doesn't login in other pools there must be a stratum protocol error

@cazala
Copy link
Owner

cazala commented Oct 6, 2017

Hi, it was a dumb error, I didn't add the end of line \n at the end of the stratum message, for some reason that wasn't needed for nanopool.org but it was breaking things for other pools. I just tried this using the version 1.0.1 that I just released and it's working:

require('coin-hive-stratum')({
  host: 'pool.minexmr.com',
  port: 4444,
  log: true
}).listen(8892)

@cazala cazala closed this as completed Oct 6, 2017
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

3 participants