archit120 / Monero-Pool

An open source monero Pool written in C# and C++ for maximum speed and efficiency. Uses Redis as database
20 stars 12 forks source link

Connection Issues #4

Open exploshot opened 6 years ago

exploshot commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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