Hi MineOrDie, hogwash.89m,
Thank you for your suggestion.
We will try to know more details about the new upcoming ZEL algo, but if they stay in the equihash domain it is likely that we will support

Cheers
@miniZIt's definitely flavour of equihash, they are aiming to do something similarly as 150_5 (BEAM) Equihash with custom datapath, but will also focus on making modifications which would prevent FPGA to gain much performance advantage ove GPUs (or atleast as minimal as possible).
And they plan to release it on testnet soon.
That are only information which I have.
Have a nice day.
And can confirm that --oc1 on 1080 gives extra 1 Sol/s *
With following settings (topping to 25.5 - 26 Sol/s, with efficiency of 0.20 Sol/W) :
PL 72%
Core +180
Mem +340
Currently, when miner crashes, for example with these errors:
[FATAL ] GPU[0]: CUDA error 30 'unknown error' in func 'eq_:80C8>5_2~3]>4:e0aB, SM, PS2>::solve' line 1119
[FATAL ] GPU[2]: CUDA error 30 'unknown error' in func 'eq_:80C8>5_2~3]>4:e0aB, SM, PS2>::solve' line 1119
[FATAL ] GPU[4]: CUDA error 30 'unknown error' in func 'eq_:80C8>5_2~3]>4:e0aB, SM, PS2>::solve' line 1119
[FATAL ] GPU[1]: CUDA error 30 'unknown error' in func 'eq_:80C8>5_2~3]>4:e0aB, SM, PS2>::solve' line 1119
[FATAL ] GPU[3]: CUDA error 30 'unknown error' in func 'eq_:80C8>5_2~3]>4:e0aB, SM, PS2>::solve' line 1119
[FATAL ] GPU[5]: CUDA error 30 'unknown error' in func 'eq_:80C8>5_2~3]>4:e0aB, SM, PS2>::solve' line 1119
An error window pops up and miner halts
Can you make it so that the error window does not pop up?
Also, just make the miner restart?
@ltxminerIt's Windows Error reporting settings which shown that dialog, and blocks miner restart until user action.
Save this code in .reg file and execute it.
This is adding dword to registry (or add it manually, it's quite readable), and it disables showing Error Reporting dialog UI when program error happens, like when miner throws a error.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting]
"DontShowUI"=dword:00000001
Or same thing via elevated (admin) CMD reg command, result is same. Which ever you prefer.
https://superuser.com/a/715645