fireice-uk / xmr-stak-nvidia

Monero NVIDIA miner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cuda_extra.cu>:266

ZUBRS opened this issue · comments

commented

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.

same problem here, using a gtx 660TI

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