cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
688 stars 304 forks source link

stratum_recv_line failed / Stratum connection interrupted #117

Open skunk73 opened 10 years ago

skunk73 commented 10 years ago

i'm having the same issue described on this thread: https://www.weminecryptos.com/forum/topic/751-frequent-stratum-recv-line-failed-stratum-connection-interrupted/ user bigred worked around on this by modifying the miner to send mining.authorize every 45 seconds. is it possible to implement this into cudaminer? if not, would somebody be so kind to tell me how to do it myself? thank you.

Vash63 commented 10 years ago

I also have this issue, and I have another suggestion on how to fix it... have the application exit if it's not mining. There's absolutely no reason for the process to continue if it isn't mining.

I have my systemd set up to keep the process running at all times, so if it would just exit it would get automatically restarted and the time lost would be minimal.