@Luke
I did another 'bash nvOC upgrade' with 'recompile ALL' and upgraded to v36 of 1bash. 'bash nvOC miners-upgrade' tells me every miner is up2date and since I already recompiled all when 'bash nvOC upgrade' I skipped that for now.
NICE_NEOSCRYPT: still the same issue. I tried to recompile KTccminer especially:
Just in case you didn't notice, the compilation failed:
nvcc fatal : Unsupported gpu architecture 'compute_70'
That's because you are using CUDA 8.0
There are two methods to fix this: either use CUDA 9.2, or make changes in the Makefile.am:
Remove this line:
nvcc_ARCH += -gencode=arch=compute_70,code=sm_70
and remove this part of the last line:
-gencode=arch=compute_70,code=sm_70