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

do not work on biostart btc mobo

Open velicumugur opened this issue 7 years ago • 5 comments

[2017-10-11 06:51:40] : Compiling code and initializing GPUs. This will take a while... [2017-10-11 06:51:41] : Error CL_INVALID_DEVICE when calling clCreateContext. Press any key to exit.

that i get in 2 mobo

Biostar TB250-BTC+, LGA 1151 Intel B250 Biostar TB250-BTC PRO, Ver:6.0 Intel B250

velicumugur avatar Oct 11 '17 13:10 velicumugur

Please post the output of clinfo and your config.

psychocrypt avatar Oct 11 '17 17:10 psychocrypt

i remove from conf wallet and pool. cli : [2017-10-11 13:01:58] : Compiling code and initializing GPUs. This will take a while... [2017-10-11 13:01:58] : Error CL_INVALID_DEVICE when calling clCreateContext. Press any key to exit.

/*  * Number of GPUs that you have in your system. Each GPU will get its own CPU thread.  */ "gpu_thread_num" : 4,

/*  * GPU configuration. You should play around with intensity and worksize as the fastest settings will vary.  *      index    - GPU index number usually starts from 0  *  intensity    - Number of parallel GPU threads (nothing to do with CPU threads)  *   worksize    - Number of local GPU threads (nothing to do with CPU threads)  * affine_to_cpu - This will affine the thread to a CPU. This can make a GPU miner play along nicer with a CPU miner.  */ "gpu_threads_conf" : [     { "index" : 0, "intensity" : 640, "worksize" : 8, "affine_to_cpu" : false },     { "index" : 1, "intensity" : 640, "worksize" : 8, "affine_to_cpu" : false },     { "index" : 2, "intensity" : 640, "worksize" : 8, "affine_to_cpu" : false },     { "index" : 3, "intensity" : 640, "worksize" : 8, "affine_to_cpu" : false }, ],

/*  * Platform index. This will be 0 unless you have different OpenCL platform - eg. AMD and Intel.  */ "platform_index" : 1,

/*  * TLS Settings  * If you need real security, make sure tls_secure_algo is enabled (otherwise MITM attack can downgrade encryption  * to trivially breakable stuff like DES and MD5), and verify the server's fingerprint through a trusted channel.  *  * use_tls         - This option will make us connect using Transport Layer Security.  * tls_secure_algo - Use only secure algorithms. This will make us quit with an error if we can't negotiate a secure algo.  * tls_fingerprint - Server's SHA256 fingerprint. If this string is non-empty then we will check the server's cert against it.  */ "use_tls" : false, "tls_secure_algo" : true, "tls_fingerprint" : "",

/*  * pool_address      - Pool address should be in the form "pool.supportxmr.com:3333". Only stratum pools are supported.  * wallet_address - Your wallet, or pool login.  * pool_password  - Can be empty in most cases or "x".  */ "pool_address" : "", "wallet_address" : "", "pool_password" : "x",

/*  * Network timeouts.  * Because of the way this client is written it doesn't need to constantly talk (keep-alive) to the server to make  * sure it is there. We detect a buggy / overloaded server by the call timeout. The default values will be ok for  * nearly all cases. If they aren't the pool has most likely overload issues. Low call timeout values are preferable -  * long timeouts mean that we waste hashes on potentially stale jobs. Connection report will tell you how long the  * server usually takes to process our calls.  *  * call_timeout - How long should we wait for a response from the server before we assume it is dead and drop the connection.  * retry_time    - How long should we wait before another connection attempt.  *                Both values are in seconds.  * giveup_limit - Limit how many times we try to reconnect to the pool. Zero means no limit. Note that stak miners  *                don't mine while the connection is lost, so your computer's power usage goes down to idle.  */ "call_timeout" : 10, "retry_time" : 10, "giveup_limit" : 0,

/*  * Output control.  * Since most people are used to miners printing all the time, that's what we do by default too. This is suboptimal  * really, since you cannot see errors under pages and pages of text and performance stats. Given that we have internal  * performance monitors, there is very little reason to spew out pages of text instead of concise reports.  * Press 'h' (hashrate), 'r' (results) or 'c' (connection) to print reports.  *  * verbose_level - 0 - Don't print anything.  *                 1 - Print intro, connection event, disconnect event  *                 2 - All of level 1, and new job (block) event if the difficulty is different from the last job  *                 3 - All of level 1, and new job (block) event in all cases, result submission event.  *                 4 - All of level 3, and automatic hashrate report printing  */ "verbose_level" : 4,

/*  * Automatic hashrate report  *  * h_print_time - How often, in seconds, should we print a hashrate report if verbose_level is set to 4.  *                This option has no effect if verbose_level is not 4.  */ "h_print_time" : 60,

/*  * Daemon mode  *  * If you are running the process in the background and you don't need the keyboard reports, set this to true.  * This should solve the hashrate problems on some emulated terminals.  */ "daemon_mode" : false,

/*  * Output file  *  * output_file  - This option will log all output to a file.  *  */ "output_file" : "",

/*  * Built-in web server  * I like checking my hashrate on my phone. Don't you?  * Keep in mind that you will need to set up port forwarding on your router if you want to access it from  * outside of your home network. Ports lower than 1024 on Linux systems will require root.  *  * httpd_port - Port we should listen on. Default, 0, will switch off the server.  */ "httpd_port" : 0,

/*  * prefer_ipv4 - IPv6 preference. If the host is available on both IPv4 and IPv6 net, which one should be choose?  *               This setting will only be needed in 2020's. No need to worry about it now.  */ "prefer_ipv4" : true,  

  From: psychocrypt <[email protected]>

To: fireice-uk/xmr-stak-amd [email protected] Cc: velicumugur [email protected]; Author [email protected] Sent: Wednesday, October 11, 2017 8:13 PM Subject: Re: [fireice-uk/xmr-stak-amd] do not work on biostart btc mobo (#138)

Please post the output of clinfo and your config. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

velicumugur avatar Oct 11 '17 20:10 velicumugur

please post the output of clinfo

psychocrypt avatar Oct 11 '17 20:10 psychocrypt

it's windows 10 ...ask specific and i'll provide all info  Velicu Mugurel Maior Ioan 8b ap 12 Falticeni 725200 Suceava

  From: psychocrypt <[email protected]>

To: fireice-uk/xmr-stak-amd [email protected] Cc: velicumugur [email protected]; Author [email protected] Sent: Wednesday, October 11, 2017 11:07 PM Subject: Re: [fireice-uk/xmr-stak-amd] do not work on biostart btc mobo (#138)

please post the output of clinfo — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

velicumugur avatar Oct 11 '17 21:10 velicumugur

PS C:\Users\xuser> clinfo Number of platforms: 2 Platform Profile: FULL_PROFILE Platform Version: OpenCL 1.2 Platform Name: Intel(R) OpenCL Platform Vendor: Intel(R) Corporation Platform Extensions: cl_intel_dx9_media_sharing cl_khr_3d_image_writes cl_khr_byte_addressab le_store cl_khr_d3d11_sharing cl_khr_depth_images cl_khr_dx9_media_sharing cl_khr_gl_sharing cl_khr_global_int32_base_at omics cl_khr_global_int32_extended_atomics cl_khr_icd cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomic s cl_khr_spir Platform Profile: FULL_PROFILE Platform Version: OpenCL 2.0 AMD-APP (2442.12) Platform Name: AMD Accelerated Parallel Processing Platform Vendor: Advanced Micro Devices, Inc. Platform Extensions: cl_khr_icd cl_khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_dx9_media_s haring cl_amd_event_callback cl_amd_offline_devices

Platform Name: Intel(R) OpenCL Number of devices: 2 Device Type: CL_DEVICE_TYPE_GPU Vendor ID: 8086h Max compute units: 20 Max work items dimensions: 3 Max work items[0]: 512 Max work items[1]: 512 Max work items[2]: 512 Max work group size: 512 Preferred vector width char: 1 Preferred vector width short: 1 Preferred vector width int: 1 Preferred vector width long: 1 Preferred vector width float: 1 Preferred vector width double: 0 Native vector width char: 1 Native vector width short: 1 Native vector width int: 1 Native vector width long: 1 Native vector width float: 1 Native vector width double: 0 Max clock frequency: 1200Mhz Address bits: 64 Max memory allocation: 427189862 Image support: Yes Max number of images read arguments: 128 Max number of images write arguments: 128 Max image 2D width: 16384 Max image 2D height: 16384 Max image 3D width: 2048 Max image 3D height: 2048 Max image 3D depth: 2048 Max samplers within kernel: 16 Max size of kernel argument: 1024 Alignment (bits) of base address: 1024 Minimum alignment (bytes) for any datatype: 128 Single precision floating point capability Denorms: No Quiet NaNs: Yes Round to nearest even: Yes Round to zero: Yes Round to +ve and infinity: Yes IEEE754-2008 fused multiply-add: No Cache type: Read/Write Cache line size: 64 Cache size: 262144 Global memory size: 1708759450 Constant buffer size: 65536 Max number of constant args: 8 Local memory type: Scratchpad Local memory size: 65536 Kernel Preferred work group size multiple: 32 Error correction support: 0 Unified memory for Host and Device: 1 Profiling timer resolution: 80 Device endianess: Little Available: Yes Compiler available: Yes Execution capabilities: Execute OpenCL kernels: Yes Execute native function: No Queue on Host properties: Out-of-Order: No Profiling : Yes Platform ID: 00000253DFA38400 Name: Intel(R) HD Graphics 4600 Vendor: Intel(R) Corporation Device OpenCL C version: OpenCL C 1.2 Driver version: 20.19.15.4624 Profile: FULL_PROFILE Version: OpenCL 1.2 Extensions: cl_intel_accelerator cl_intel_advanced_motion_estimation cl_intel_ctz c l_intel_d3d11_nv12_media_sharing cl_intel_dx9_media_sharing cl_intel_motion_estimation cl_intel_simultaneous_sharing cl_ intel_subgroups cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_de pth_images cl_khr_dx9_media_sharing cl_khr_gl_depth_images cl_khr_gl_event cl_khr_gl_msaa_sharing cl_khr_global_int32_ba se_atomics cl_khr_global_int32_extended_atomics cl_khr_gl_sharing cl_khr_icd cl_khr_image2d_from_buffer cl_khr_local_int 32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_spir

Device Type: CL_DEVICE_TYPE_CPU Vendor ID: 8086h Max compute units: 8 Max work items dimensions: 3 Max work items[0]: 8192 Max work items[1]: 8192 Max work items[2]: 8192 Max work group size: 8192 Preferred vector width char: 1 Preferred vector width short: 1 Preferred vector width int: 1 Preferred vector width long: 1 Preferred vector width float: 1 Preferred vector width double: 1 Native vector width char: 32 Native vector width short: 16 Native vector width int: 8 Native vector width long: 4 Native vector width float: 8 Native vector width double: 4 Max clock frequency: 3400Mhz Address bits: 64 Max memory allocation: 4258805760 Image support: Yes Max number of images read arguments: 480 Max number of images write arguments: 480 Max image 2D width: 16384 Max image 2D height: 16384 Max image 3D width: 2048 Max image 3D height: 2048 Max image 3D depth: 2048 Max samplers within kernel: 480 Max size of kernel argument: 3840 Alignment (bits) of base address: 1024 Minimum alignment (bytes) for any datatype: 128 Single precision floating point capability Denorms: Yes Quiet NaNs: Yes Round to nearest even: Yes Round to zero: No Round to +ve and infinity: No IEEE754-2008 fused multiply-add: No Cache type: Read/Write Cache line size: 64 Cache size: 262144 Global memory size: 17035223040 Constant buffer size: 131072 Max number of constant args: 480 Local memory type: Global Local memory size: 32768 Kernel Preferred work group size multiple: 128 Error correction support: 0 Unified memory for Host and Device: 1 Profiling timer resolution: 301 Device endianess: Little Available: Yes Compiler available: Yes Execution capabilities: Execute OpenCL kernels: Yes Execute native function: Yes Queue on Host properties: Out-of-Order: Yes Profiling : Yes Platform ID: 00000253DFA38400 Name: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz Vendor: Intel(R) Corporation Device OpenCL C version: OpenCL C 1.2 Driver version: 5.2.0.10094 Profile: FULL_PROFILE Version: OpenCL 1.2 (Build 10094) Extensions: cl_khr_icd cl_khr_global_int32_base_atomics cl_khr_global_int32_extende d_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_byte_addressable_store cl_khr_depth _images cl_khr_3d_image_writes cl_intel_exec_by_local_thread cl_khr_spir cl_khr_dx9_media_sharing cl_intel_dx9_media_sha ring cl_khr_d3d11_sharing cl_khr_gl_sharing cl_khr_fp64

Platform Name: AMD Accelerated Parallel Processing Number of devices: 2 Device Type: CL_DEVICE_TYPE_GPU Vendor ID: 1002h Board name: 687F:C3 Device Topology: PCI[ B#8, D#0, F#0 ] Max compute units: 64 Max work items dimensions: 3 Max work items[0]: 256 Max work items[1]: 256 Max work items[2]: 256 Max work group size: 256 Preferred vector width char: 4 Preferred vector width short: 2 Preferred vector width int: 1 Preferred vector width long: 1 Preferred vector width float: 1 Preferred vector width double: 1 Native vector width char: 4 Native vector width short: 2 Native vector width int: 1 Native vector width long: 1 Native vector width float: 1 Native vector width double: 1 Max clock frequency: 10700718Mhz Address bits: 64 Max memory allocation: 4244635648 Image support: Yes Max number of images read arguments: 128 Max number of images write arguments: 64 Max image 2D width: 16384 Max image 2D height: 16384 Max image 3D width: 2048 Max image 3D height: 2048 Max image 3D depth: 2048 Max samplers within kernel: 16 Max size of kernel argument: 1024 Alignment (bits) of base address: 2048 Minimum alignment (bytes) for any datatype: 128 Single precision floating point capability Denorms: No Quiet NaNs: Yes Round to nearest even: Yes Round to zero: Yes Round to +ve and infinity: Yes IEEE754-2008 fused multiply-add: Yes Cache type: Read/Write Cache line size: 64 Cache size: 16384 Global memory size: 8573157376 Constant buffer size: 4244635648 Max number of constant args: 8 Local memory type: Scratchpad Local memory size: 32768 Max pipe arguments: 16 Max pipe active reservations: 16 Max pipe packet size: 4244635648 Max global variable size: 3820172032 Max global variable preferred total size: 8573157376 Max read/write image args: 64 Max on device events: 1024 Queue on device max size: 8388608 Max on device queues: 1 Queue on device preferred size: 262144 SVM capabilities: Coarse grain buffer: Yes Fine grain buffer: Yes Fine grain system: No Atomics: No Preferred platform atomic alignment: 0 Preferred global atomic alignment: 0 Preferred local atomic alignment: 0 Kernel Preferred work group size multiple: 64 Error correction support: 0 Unified memory for Host and Device: 0 Profiling timer resolution: 1 Device endianess: Little Available: Yes Compiler available: Yes Execution capabilities: Execute OpenCL kernels: Yes Execute native function: No Queue on Host properties: Out-of-Order: No Profiling : Yes Queue on Device properties: Out-of-Order: Yes Profiling : Yes Platform ID: 00007FFD9F2E4168 Name: gfx901 Vendor: Advanced Micro Devices, Inc. Device OpenCL C version: OpenCL C 2.0 Driver version: 2442.12 (PAL,HSAIL) Profile: FULL_PROFILE Version: OpenCL 2.0 AMD-APP (2442.12) Extensions: cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_ int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_ khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_gl_sharing cl_khr_gl_ depth_images cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl _khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_dx9_media_sharing cl_khr_image2d_from_buffer cl_khr_spir cl_khr_subgroups cl_khr_gl_event cl_khr_depth_images cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_amd_liquid_flash

Device Type: CL_DEVICE_TYPE_CPU Vendor ID: 1002h Board name: Max compute units: 8 Max work items dimensions: 3 Max work items[0]: 1024 Max work items[1]: 1024 Max work items[2]: 1024 Max work group size: 1024 Preferred vector width char: 16 Preferred vector width short: 8 Preferred vector width int: 4 Preferred vector width long: 2 Preferred vector width float: 8 Preferred vector width double: 4 Native vector width char: 16 Native vector width short: 8 Native vector width int: 4 Native vector width long: 2 Native vector width float: 8 Native vector width double: 4 Max clock frequency: 3400Mhz Address bits: 64 Max memory allocation: 4258805760 Image support: Yes Max number of images read arguments: 128 Max number of images write arguments: 64 Max image 2D width: 8192 Max image 2D height: 8192 Max image 3D width: 2048 Max image 3D height: 2048 Max image 3D depth: 2048 Max samplers within kernel: 16 Max size of kernel argument: 4096 Alignment (bits) of base address: 1024 Minimum alignment (bytes) for any datatype: 128 Single precision floating point capability Denorms: Yes Quiet NaNs: Yes Round to nearest even: Yes Round to zero: Yes Round to +ve and infinity: Yes IEEE754-2008 fused multiply-add: Yes Cache type: Read/Write Cache line size: 64 Cache size: 32768 Global memory size: 17035223040 Constant buffer size: 65536 Max number of constant args: 8 Local memory type: Global Local memory size: 32768 Max pipe arguments: 16 Max pipe active reservations: 16 Max pipe packet size: 4258805760 Max global variable size: 1879048192 Max global variable preferred total size: 1879048192 Max read/write image args: 64 Max on device events: 0 Queue on device max size: 0 Max on device queues: 0 Queue on device preferred size: 0 SVM capabilities: Coarse grain buffer: No Fine grain buffer: No Fine grain system: No Atomics: No Preferred platform atomic alignment: 0 Preferred global atomic alignment: 0 Preferred local atomic alignment: 0 Kernel Preferred work group size multiple: 1 Error correction support: 0 Unified memory for Host and Device: 1 Profiling timer resolution: 301 Device endianess: Little Available: Yes Compiler available: Yes Execution capabilities: Execute OpenCL kernels: Yes Execute native function: Yes Queue on Host properties: Out-of-Order: No Profiling : Yes Queue on Device properties: Out-of-Order: No Profiling : No Platform ID: 00007FFD9F2E4168 Name: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz Vendor: GenuineIntel Device OpenCL C version: OpenCL C 1.2 Driver version: 2442.12 (sse2,avx) Profile: FULL_PROFILE Version: OpenCL 1.2 AMD-APP (2442.12) Extensions: cl_khr_fp64 cl_amd_fp64 cl_khr_global_int32_base_atomics cl_khr_global_ int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_ khr_int64_extended_atomics cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_gl_sharing cl_ext_device_fission cl_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_d3d10_sh aring cl_khr_spir cl_khr_gl_event

buybuypc avatar Nov 14 '17 06:11 buybuypc