v6.2:
- released version for Linux with nvidia support.
- fixed Ethereum solo mining mode.
- added "-cvddc" and "-mvddc" options for adjusting voltages for latest AMD 4xx cards.
- now you can turn on/off cards in runtime with "0"..."9" keys.
- bug fixes.
Linux version segfaults on clean ubuntu 16.04 + beta nvidia drivers (370.23) + cuda 7.5
krnl@rig5:~/CM$ ./start.bash
????????????????????????????????????????????????????????????????ͻ
? Claymore's Dual ETH + DCR/SC GPU Miner v6.2 Beta ?
????????????????????????????????????????????????????????????????ͼ
ETH: 1 pool is specified
Main Ethereum pool is us1.ethpool.org:3333
DCR: 1 pool is specified
Main Decred pool is dcr.suprnova.cc:2252
AMD OpenCL platform not found
./start.bash: line 1: 10982 Segmentation fault (core dumped) ./ethdcrminer64 -epool us1.ethpool.org:3333 -ewal 0xD69af2A796A737A103F12d2f0BCC563a13900E6F -epsw x -dpool stratum+tcp://dcr.suprnova.cc:2252 -dwal Redhex.my -dpsw x
log
10:19:49:441 8328b740 ETH: 1 pool is specified
10:19:49:441 8328b740 Main Ethereum pool is us1.ethpool.org:3333
10:19:49:441 8328b740 DCR: 1 pool is specified
10:19:49:441 8328b740 Main Decred pool is dcr.suprnova.cc:2252
10:19:49:495 8328b740 OpenCL platform: NVIDIA CUDA
10:19:49:495 8328b740 AMD OpenCL platform not found
6 x GTX 1070
strace output
mmap(0x10b00000000, 4294967296, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x10b00000000
stat("/proc/11050/ns/pid", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
stat("/proc/11050/ns/pid", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
socket(PF_LOCAL, SOCK_SEQPACKET|SOCK_CLOEXEC, 0) = 46
unlink("") = -1 ENOENT (No such file or directory)
bind(46, {sa_family=AF_LOCAL, sun_path=@"cuda-uvmfd-4026531836-11050"}, 31) = -1 EADDRINUSE (Address already in use)
close(46) = 0
munmap(0x900000000, 25771900928) = 0
ioctl(4, _IOC(0, 0x00, 0x18, 0x00), 0x7fffd0bf8990) = 0
ioctl(4, _IOC(0, 0x00, 0x26, 0x00), 0x7fffd0bf8970) = 0
ioctl(4, _IOC(0, 0x00, 0x26, 0x00), 0x7fffd0bf8970) = 0
ioctl(4, _IOC(0, 0x00, 0x26, 0x00), 0x7fffd0bf8970) = 0
ioctl(4, _IOC(0, 0x00, 0x26, 0x00), 0x7fffd0bf8970) = 0
ioctl(4, _IOC(0, 0x00, 0x26, 0x00), 0x7fffd0bf8970) = 0
ioctl(4, _IOC(0, 0x00, 0x26, 0x00), 0x7fffd0bf8970) = 0
munmap(0x7efee5664000, 100663296) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x3038} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)