JerryWm / Stratum-Proxy-XMR

Stratum proxy
20 stars 18 forks source link

Theissue #10

Open netmebtc opened 6 years ago

netmebtc commented 6 years ago

I added 15 pools to settings. Then my miner worked for 2 days in one of pool "stratum+tcp://etn-us-west1.nanopool.org:13333". This morning, I added a new pool : “stratum+tcp://pool.electroneum.hashvault.pro:5555” and connected to it. Some strange things happened.

1, When I click on the “Connect” of "stratum+tcp://pool.electroneum.hashvault.pro:5555", the backend is already connected to the "stratum+tcp://pool.electroneum.hashvault.pro:5555", but the pool status is shown as "Connect" instead of "Disconnect" on the front end, after I refresh the browser, it is ok and shown as "Disconnect"

2, On the "Console" page, there are still some new jobs from " stratum+tcp://etn-us-west1.nanopool.org:13333", and diff is 120001, as shown below. image

3, On the "Jobs" page, it shows that 2 jobs are alive, and the 2 jobs belong to different pool, as shown below. image

  1. On the "Pools" page, only one pool is in the state of alive, as shown below: image
JerryWm commented 6 years ago

Rassinchronization between a connection attempt and a connection or error event. I tested on the local stratum server, and because of the low ping it was not noticed. I'll fix it now.

JerryWm commented 6 years ago

Thank you. I fixed, reinstall the sources.

netmebtc commented 6 years ago

Good job!

netmebtc commented 6 years ago

How to compile Stratum-Proxy-XMR in windows 10?