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

Connection Issues #4

Open
exploshot opened this issue Nov 25, 2017 · 3 comments
Open

Connection Issues #4

exploshot opened this issue Nov 25, 2017 · 3 comments

Comments

@exploshot
Copy link

I got all compiled with VS2017 bit i cant connect to the Pool with my miners. Always Stratum connection errors. What was my fault?

@exploshot
Copy link
Author

Update: i get a KeyNotFoundException in CryptoNightPool.cs on line 422:

if (Statics.ConnectedClients[guid].TcpClient == null)
Statics.ConnectedClients[guid].TcpClient = client;

I appreciate your help, because i want to implement this in a GUI Wallet.

@archit120
Copy link
Owner

I've really not touched the codebase for years now. It worked back then so it should still work. You're probably missing some piece or a configuration error. I don't remember how far the progress was made on the pool but it is not complete and I strongly suggest looking to the node.js alternative,

@exploshot
Copy link
Author

i cant use a node.js alternative like the node-cryptonote-pool because the pool should run inside of a Application. If you could take a look on your code it would be really great and would save a lot of time.
Best Regards

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