Evgeny Varnavskiy

Results 47 comments of Evgeny Varnavskiy

I don't have secondary pool, only one pool. If connection to the pool is lost - program never reconnects, just says "connection interrupted" as on the screenshot and stays this...

For me it looks like this ![miner](https://f.cloud.github.com/assets/1903613/2318532/b597a390-a369-11e3-8166-baafc3875dc4.PNG) It will stay like this forever, until restarted. Hashrates and temperature displayed is wrong, but program is responsible. All other software works fine....

sgminer (https://github.com/veox/sgminer) has same issue for me

I have only one pool, I have antivirus (MSE) but it has no network features. This issue was always there, cgminer 3.7.2 has it too.

Same thing for me. Runs for several hours and dies.

If cgminer is running and you unplug internet for a minute and plug it back in - does it reconnect for you?

Yes, for me network connection lost and then restored works fine, cgminer reconnects succesfully, not hangs.

Current version sometimes fails for me: ``` concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "C:\Program Files\Python39\lib\concurrent\futures\process.py", line 243, in _process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) File "C:\Program Files\Python39\lib\concurrent\futures\process.py", line 202,...

Did some debugging, here's what happening: > File "C:\src\optimize-images\optimize_images\img_optimize_jpg.py", line 80, in optimize_jpg > piexif.transplant(os.path.expanduser(task.src_path), tmp_buffer) > File "C:\src\optimize-images\venv\lib\site-packages\piexif\_transplant.py", line 26, in transplant > if image[0:2] == b"\xff\xd8": > TypeError:...