xmr-stak-nvidia icon indicating copy to clipboard operation
xmr-stak-nvidia copied to clipboard

Unspecified lunch failure line 240( or 246)

Open MahmoudiOussama opened this issue 7 years ago • 2 comments

I am using this configuration in below, But miner program always crashes, what i am doing wrong here ? I iam trying to mine using my nVidia Geforce 940MX (asus laptop computer).

/*

  • GPU configuration. You should play around with threads and blocks as the fastest settings will vary. */ "gpu_threads_conf" : [ { "index" : 0, "threads" : 64, "blocks" : 9, "bfactor" : 6, "bsleep" : 25, "affine_to_cpu" : false, }, ],

/*

  • TLS Settings */ "use_tls" : false, "tls_secure_algo" : true, "tls_fingerprint" : "",

/*

  • pool_address */ "pool_address": "fr01.supportxmr.com:5555", "wallet_address": "myaddress in here", "pool_password": "myname:myeamail here",

/*

  • Network timeouts. */ "call_timeout" : 10, "retry_time" : 10, "giveup_limit" : 0,

/*

  • Output control. */ "verbose_level" : 3,

/*

  • Automatic hashrate report */ "h_print_time" : 60,

/*

  • Output file */ "output_file" : "",

/*

  • Built-in web server */ "httpd_port" : 0,

/*

  • prefer_ipv4 - IPv6 preference. If the host is available on both IPv4 and IPv6 net, which one should be choose? */ "prefer_ipv4" : true,

MahmoudiOussama avatar Nov 17 '17 19:11 MahmoudiOussama

I found it 👍 I tried to edit the gpu blocks and it is working now : changed value from 9 to 4

"gpu_threads_conf" : [ { "index" : 0, "threads" : 64, "blocks" : 4, "bfactor" : 6, "bsleep" : 25, "affine_to_cpu" : false, }, ],

MahmoudiOussama avatar Nov 17 '17 20:11 MahmoudiOussama

We released a new version of the miner: https://github.com/fireice-uk/xmr-stak Please check if the issue still exists with the new version. If the problem is not fixed so far please open a new issue in the issue section of the new reposetory

psychocrypt avatar Nov 19 '17 20:11 psychocrypt