Hello together,
how can I run this miner? always getting "GPU 0 failed" error.
Using Windows 10 x64, Nvidia GeForce 730 4GB with driver 368.81
Here is the console output:
c:\Users\user\Downloads\Miner>start_eth.bat
c:\Users\user\Downloads\Miner>EthDcrMiner64.exe -epool eth-eu.dwarfpool.com:8008 -ewal 0x1axxx -mode 1 -epsw x -r -1 -dbg 1 -benchmark 1
╔════════════════════════════════════════════════════════════════╗
║ Claymore's Dual ETH + DCR/SC/LBC/PASC GPU Miner v9.7 ║
╚════════════════════════════════════════════════════════════════╝
AMD OpenCL platform not found
Driver 368.81 is recommended for best performance and compatibility
Be careful with overclocking, use default clocks for first tests
Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools, "e" or "d" to select current pool
CUDA initializing...
NVIDIA Cards available: 1
CUDA Driver Version/Runtime Version: 8.0/8.0
GPU #0: GeForce GT 730, 4096 MB available, 2 compute units, capability: 2.1
Total cards: 1
BENCHMARK MODE!
Setting DAG epoch #133...
ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 0.000 Mh/s
Setting DAG epoch #133 for GPU0
Create GPU buffer for GPU0
GPU 0, GpuMiner cu_kd failed 8 (0), invalid device function
GPU 0, Calc DAG failed!
ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 0.000 Mh/s
Setting DAG epoch #133 for GPU0
GPU 0 failed
GPU 0, GpuMiner cu_kd failed 8 (0), invalid device function
GPU 0, Calc DAG failed!
ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 0.000 Mh/s
ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 0.000 Mh/s
GPU 0 failed
ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 0.000 Mh/s
ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 0.000 Mh/s
ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 0.000 Mh/s
ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 0.000 Mh/s
ETH - Total Speed: 0.000 Mh/s, Total Shares: 0, Rejected: 0, Time: 00:00
ETH: GPU0 0.000 Mh/s
GPU0 t=36C fan=40%
WATCHDOG: GPU error, you need to restart miner :(
c:\Users\user\Downloads\Miner>
Curiously the GPU memory is being filled during execution:
https://preview.ibb.co/cjugea/gpu_z.gifI've also found this
post:
I solved CUDA 8.0 installation. By disabling CUDNN support. As Nvidia 820M compute capability is 2.1. To support CUDNN compute capability should be more than 3.0.
but how can I disable CUDNN in this miner?
Thanks