I tried v31, my fast rig is again stable, my slow rig crashes after 100-200 accepts. I lowered the intensity to 18 (and lost 1mh/s performance!) and it was the same thing... crash. I run stock clocks, period.
Both rigs are headless. I plugged into the slow rig and booted normally, and noticed some error messages about nvidia driver 346.35. It was released on 17 JAN 15, yesterday. I think that I will have to purge the drivers and then re-install. For Linux, v346.35 is a long-term release, no longer a beta, as 346.22 was. I may burn the whole OS and move to 14.10, which is now supported by 346.35. --scryptr
Please try a new build from github, the cpu usage is gone, and I have added more cuda cleanupcode. power should be down abit. cpu usage on x11, x13 was 10-20% in release 31 but reduced to 0-1% in the github version
v31-git BUILD --
I just got home and was about to burn 14.10 when I read this. I tried to compile the code, but I suspect a TYPO:
{QUOTE/}
mv -f .deps/ccminer-crc32.Tpo .deps/ccminer-crc32.Po
g++ -DHAVE_CONFIG_H -I. -fopenmp -pthread -fno-strict-aliasing -I./compat/jans son -I/usr/local/cuda/include -DUSE_WRAPNVML -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -O3 -march=native -D_REENTRANT -falign-functions=1 6 -falign-jumps=16 -falign-labels=16 -MT ccminer-util.o -MD -MP -MF .deps/ccmine r-util.Tpo -c -o ccminer-util.o `test -f 'util.cpp' || echo './'`util.cpp
ccminer.cpp:217:22: error: conflicting declaration ‘char* device_name [16]’
char * device_name[16];
^
In file included from ccminer.cpp:44:0:
miner.h:488:14: error: ‘device_name’ has a previous declaration as ‘char* device _name [8]’
extern char* device_name[8];
^
ccminer.cpp:218:18: error: conflicting declaration ‘int device_map [16]’
int device_map[16] = { 0, 1, 2, 3, 4, 5, 6, 7,8,9,10,11,12,13,14,15 };
^
In file included from ccminer.cpp:44:0:
miner.h:489:14: error: ‘device_map’ has a previous declaration as ‘short int dev ice_map [8]’
extern short device_map[8];
^
ccminer.cpp:219:19: error: conflicting declaration ‘long int device_sm [16]’
long device_sm[16] = { 0 };
^
In file included from ccminer.cpp:44:0:
miner.h:490:14: error: ‘device_sm’ has a previous declaration as ‘long int devic e_sm [8]’
extern long device_sm[8];
^
make[2]: *** [ccminer-ccminer.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/ccminer-hefty1.Tpo .deps/ccminer-hefty1.Po
mv -f .deps/ccminer-scrypt.Tpo .deps/ccminer-scrypt.Po
mv -f .deps/ccminer-util.Tpo .deps/ccminer-util.Po
make[2]: Leaving directory `/home/borqd/spfresh'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/borqd/spfresh'
make: *** [all] Error 2
{/QUOTE}
Sorry for the fuss. I hope that you can fix it, I really want to try the executable. --scryptr