JuicyPasta / Claymore-No-Fee-Proxy

Removes Claymore's 1-2% mining fee
138 stars 67 forks source link

More windows errors #3

Closed johnkubik closed 7 years ago

johnkubik commented 7 years ago

The following error happens approx every 3 hours. I am keeping wireshark open so I can send PCAP data with it.

Traceback (most recent call last): File "c:\Python27\lib\threading.py", line 801, in __bootstrap_inner self.run() File "c:\Python27\lib\threading.py", line 754, in run self.target(*self.args, **self.__kwargs) File ".\proxy\stratum_proxy.py", line 121, in proxy_handler remote_socket.send(local_buffer) error: [Errno 10053] An established connection was aborted by the software in your host machine

drdada commented 7 years ago

Yes i had the same issue, this is because the remote pool closed the connection. I already have fixed it in my local repo. I will push it ASAP.

drdada commented 7 years ago

Fixed: 3ced6e9