Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ETN Mining - [CUDA] Error gpu 0: <C:/xmr-stak/xmr-stak-2.4.5/xmrstak/backend/nvidia/nvcc_code/cuda_extra.cu>:381 #391

Open
sandeshprasad opened this issue Jun 23, 2018 · 0 comments

Comments

@sandeshprasad
Copy link

Guys,

I'm trying to mine ETN coin using my Zotac - Nvidia 1080 Ti - using the xmr-stak-win64

------------------------------------Error------------------------------------

[CUDA] Error gpu 0: <C:/xmr-stak/xmr-stak 2.4.5/xmrstak/backend/nvidia/nvcc_code/cuda_extra.cu>:381

----------------------------Below is the configuration I'm feeding in CMD---------------------------------

0
cryptonight_v7
etn-asia1.nanopool.org:13333
(wallet address)
x
(empty)
n
n
n

---------------------------------Here is my config file---------------------------------

  • "gpu_threads_conf" :
  • [
  • { "index" : 0, "threads" : 17, "blocks" : 60, "bfactor" : 0, "bsleep" :  0,
    
  •   "affine_to_cpu" : false, "sync_mode" : 3,
    
  • },
    
  • ],
  • If you do not wish to mine with your nVidia GPU(s) then use:
  • "gpu_threads_conf" :
  • null,
    */

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

],

Please help me!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant