cbuchner1 / ccminer

Christian Buchner's & Christian H.'s CUDA miner project
Other
273 stars 1.7k forks source link

Mining with 2 GPU #70

Open ghost opened 6 years ago

ghost commented 6 years ago

Hello i'm trying to mine with one GTX 1080 and one GT 610, when i start the program, i get this error "invalid device symbol.", with cuda version 9.1 and Win10.

I let you log here:

[2018-01-07 15:58:23] Starting on stratum+tcp://pool.verters.com:4444 [2018-01-07 15:58:23] NVML GPU monitoring enabled. [2018-01-07 15:58:23] NVAPI GPU monitoring enabled. [2018-01-07 15:58:23] 2 miner threads started, using 'lyra2v2' algorithm. [2018-01-07 15:58:24] Stratum difficulty set to 128 (0.50000) [2018-01-07 15:58:24] lyra2v2 block 855170, diff 30907.023 [2018-01-07 15:58:24] GPU #1: Intensity set to 18, 262144 cuda threads [2018-01-07 15:58:24] GPU #0: Intensity set to 20, 1048576 cuda threads Cuda error in func 'keccak256_sm3_init' at line 299 : invalid device symbol.

Config file:

{ "max-log-rate" : 30, "quiet" : false, "debug" : false, "protocol" : false, "cpu-priority" : 3, "algo" : "lyra2v2", "url" : "stratum+tcp://pool.verters.com:4444", "user" : ".", "pass" : "**" }