Open cryptojacking opened 6 years ago
Hi there, seems you're connecting to a monero pool and your configuration is on cryptonight coin(generic), remove pool.txt and run xmr-stak that again, this time enter monero7 as the coin to mine. OR EDIT pools.txr and change that single line
i would suggest getting the latest version (2.4.7) to keep things on sync.
Regards.
Hello,
I have the same problem. In pools.txt, "currency" is set to "monero7".
Mining only with CPU (Threadripper 1950X) is fine as always, mining only with GPU returns 0 valid results, even though it keeps saying "New block detected". Waiting hours for even one valid result to show up doesn't help. Mining with both, only the CPU returns valid results.
This is on Linux Manjaro, using AMD RX580 and xmr-stak-amd v2.4.7-c5f0505 from AUR: https://aur.archlinux.org/packages/xmr-stak-opencl-amd/ It uses the open source amdgpu driver with the opencl bits imported from amdgpu-pro as per package opencl-amd: https://aur.archlinux.org/packages/opencl-amd/
Hash rate on GPU same as for OP.
You must use the driver 17.X because 18.X is broken.
Hi,
I'm also on Archlinux, xmr-stak 2.4.7 and openclamd 18.30, with this settings :
// gpu: Ellesmere memory:3130 // compute units: 36 { "index" : 1, "intensity" : 1624, "worksize" : 8, "affine_to_cpu" : 1, "strided_index" : 2, "mem_chunk" : 8, "comp_mode" : false },
I'm capable oh getting about 75% good results.
If it can help.
Same here, @pasengier . Running with --noCPU and your settings but intensity at 864 results in around 75% good results at 623.8 H/s.
Hello everyone and thanks in advance for the support you are going to give me. First. let me say that before posting I carefully read other post having related issue. No answer for my case found.So, here I am, still not hopeless :)
Whenever I mine with the GPU (with the CPU everything goes smoothly) 0 shares are accepted and I have a Good result score of 0%.
Hardware configuration:
software configuration:
tar –xvf amdgpu-pro-18.10-572953.tar.xz; cd amdgpu-pro-18.10-572953; ./amd-pro-install –-opencl=legacy –-headless
I compiled the xmr-stak-amd to mine only with GPU as follows:
cmake -DCUDA_ENABLE=OFF -DCPU_ENABLE=OFF -DOpenCL_ENABLE=ON -DOpenCL_INCLUDE_DIR=/opt/amdgpu-pro/lib/x86_64-linux-gnu/ -DOpenCL_LIBRARY=/opt/amdgpu-pro/lib/x86_64-linux-gnu/libOpenCL.so ..
Everything went smoothly and I can run the executable without any error, output below:
And then shares are rejected with "AMD Invalid Result GPU ID 0". Highest hash rate: 629.7 H/s
Stability issues:
The PC has been assembled as it came from stock, NO overclock/Undervolt
CLINFO output:
Number of platforms: 1 Platform Profile: FULL_PROFILE Platform Version: OpenCL 2.1 AMD-APP (2639.3) Platform Name: AMD Accelerated Parallel Processing Platform Vendor: Advanced Micro Devices, Inc. Platform Extensions: cl_khr_icd cl_amd_event_callback cl_amd_offline_devices
Platform Name: AMD Accelerated Parallel Processing Number of devices: 1 Device Type: CL_DEVICE_TYPE_GPU Vendor ID: 1002h Board name: Radeon RX 580 Series Device Topology: PCI[ B#32, D#0, F#0 ] Max compute units: 36 Max work items dimensions: 3 Max work items[0]: 1024 Max work items[1]: 1024 Max work items[2]: 1024 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: 1411Mhz Address bits: 64 Max memory allocation: 3422266572 Image support: Yes Max number of images read arguments: 128 Max number of images write arguments: 8 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: 4285816832 Constant buffer size: 3422266572 Max number of constant args: 8 Local memory type: Scratchpad Local memory size: 32768 Max pipe arguments: 0 Max pipe active reservations: 0 Max pipe packet size: 0 Max global variable size: 0 Max global variable preferred total size: 0 Max read/write image args: 0 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: 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: No Profiling : No Platform ID: 0x7f5f5a3c69f0 Name: Ellesmere Vendor: Advanced Micro Devices, Inc. Device OpenCL C version: OpenCL C 1.2 Driver version: 2639.3 Profile: FULL_PROFILE Version: OpenCL 1.2 AMD-APP (2639.3) 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_amd_device_attribute_query cl_amd_vec3 cl_amd_printf cl_amd_media_ops cl_amd_media_ops2 cl_amd_popcnt cl_khr_image2d_from_buffer cl_khr_spir cl_khr_gl_event
amd.txt configuration file extract "gpu_threads_conf" : [ // gpu: Ellesmere memory:3135 // compute units: 36 { "index" : 0, "intensity" : 864, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : 1, "mem_chunk" : 2, "comp_mode" : true },
What I've tried:
Nothing worked untill now. Any ideas? Thank you
Bests,
Michele