fireice-uk / xmr-stak-nvidia

Monero NVIDIA miner
GNU General Public License v3.0
249 stars 99 forks source link

cuda_extra.cu>:266 #197

Open ZUBRS opened 6 years ago

ZUBRS commented 6 years ago

windows10-x64 pro after launch get error and crash


xmr-stak 2.1.0 30888a3

Brought to you by fireice_uk and psychocrypt under GPLv3. Based on CPU mining code by wolf9466 (heavily optimized by fireice_uk). Based on NVIDIA mining code by KlausT and psychocrypt. Based on OpenCL mining code by wolf9466.

Configurable dev donation level is set to 2.0%

You can use following keys to display reports: 'h' - hashrate 'r' - results 'c' - connection

[2017-12-10 20:32:01] : Start mining: MONERO [2017-12-10 20:32:01] : Starting NVIDIA GPU thread 0, no affinity. [2017-12-10 20:32:04] : WARNING: No AMD OpenCL platform found. Possible driver issues or wrong vendor driver. [2017-12-10 20:32:04] : WARNING: backend AMD disabled. [2017-12-10 20:32:04] : Starting 1x thread, affinity: 0. [2017-12-10 20:32:04] : hwloc: memory pinned [2017-12-10 20:32:04] : Starting 1x thread, affinity: 1. [2017-12-10 20:32:04] : hwloc: memory pinned [2017-12-10 20:32:04] : Starting 1x thread, affinity: 2. [2017-12-10 20:32:04] : hwloc: memory pinned [2017-12-10 20:32:04] : Starting 1x thread, affinity: 3. [2017-12-10 20:32:04] : hwloc: memory pinned [2017-12-10 20:32:04] : Starting 1x thread, affinity: 4. [2017-12-10 20:32:04] : hwloc: memory pinned [2017-12-10 20:32:04] : Starting 1x thread, affinity: 5. [2017-12-10 20:32:04] : hwloc: memory pinned [2017-12-10 20:32:04] : Starting 1x thread, affinity: 6. [2017-12-10 20:32:04] : hwloc: memory pinned [2017-12-10 20:32:04] : Starting 1x thread, affinity: 7. [2017-12-10 20:32:04] : hwloc: memory pinned [2017-12-10 20:32:04] : Fast-connecting to stratum+tcp://electroneum.cryptominingpool.eu:3333 pool ... [2017-12-10 20:32:04] : Pool stratum+tcp://electroneum.cryptominingpool.eu:3333 connected. Logging in... [2017-12-10 20:32:05] : Difficulty changed. Now: 1000. [2017-12-10 20:32:05] : Pool logged in. [2017-12-10 20:32:05] : Result accepted by the pool. [2017-12-10 20:32:07] : Result accepted by the pool. [2017-12-10 20:32:10] : Result accepted by the pool. [2017-12-10 20:32:13] : Result accepted by the pool. [2017-12-10 20:32:13] : Result accepted by the pool. [2017-12-10 20:32:13] : Result accepted by the pool. [2017-12-10 20:32:13] : Result accepted by the pool. [2017-12-10 20:32:13] : Result accepted by the pool. [2017-12-10 20:32:13] : Result accepted by the pool. [2017-12-10 20:32:15] : Result accepted by the pool. [2017-12-10 20:32:15] : Result accepted by the pool. [2017-12-10 20:32:16] : Result accepted by the pool. [2017-12-10 20:32:16] : Result accepted by the pool. [2017-12-10 20:32:16] : Result accepted by the pool. [2017-12-10 20:32:16] : Result accepted by the pool. [2017-12-10 20:32:16] : Result accepted by the pool. [2017-12-10 20:32:16] : Result accepted by the pool. [2017-12-10 20:32:17] : Result accepted by the pool. [2017-12-10 20:32:17] : Difficulty changed. Now: 1000. [2017-12-10 20:32:17] : New block detected. [2017-12-10 20:32:18] : Result accepted by the pool. [2017-12-10 20:32:21] : Result accepted by the pool. [CUDA] Error gpu 0: <C:/Users/widera/Downloads/release/xmr-stak-master/xmrstak/backend/nvidia/nvcc_code/cuda_extra.cu>:266

My conf

"gpu_threads_conf" : [ // gpu: GeForce GTX 1080 Ti architecture: 61 // memory: 9312/11264 MiB // smx: 28 { "index" : 0, "threads" : 20, "blocks" : 45, "bfactor" : 6, "bsleep" : 25, "affine_to_cpu" : false, "sync_mode" : 3, },

As default was bfactor-0 bsleep-0. I try many type of Threads and block value - but nothing help. Please help.

DiZZ3 commented 6 years ago

same problem here, using a gtx 660TI

psychocrypt commented 6 years ago

Please remove the file nvidia.txt and let the miner generate a config. If this config crash than increase bfactor to 8 and/or reduce the threads in nvidia.txt.

Fredica commented 6 years ago

Deleting nvidia.txt didn't help but lowering the threads did, Thank you