fireice-uk / xmr-stak

Free Monero RandomX Miner and unified CryptoNight miner
GNU General Public License v3.0
4.05k stars 1.79k forks source link

AMD GPU not being detected #2291

Closed Eddie2312 closed 5 years ago

Eddie2312 commented 5 years ago

Windows 10 cpu: i7 7700k gpu: RX 580 8GB XMR Stak 2.10.0

When I launch the miner it only starts mining on my cpu. I would like to mine with my gpu as well. Please help

psychocrypt commented 5 years ago

please post the full output of the miner. Do not remive any line.

Eddie2312 commented 5 years ago

xmr-stak 2.10.0 56d2770ff

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

Upcoming xmr-stak-gui is sponsored by:

__ ____

| __ \ / \

#| |/ / | / \/

|| #| /| | | | / \ | | | | | || '|| '|/ | ' \ / __|| | | |

| |\ | || || () || _/| || || | | | | /| | | || ( | || |

_| _|_, | _/ __/ __,||| || _||| || _| __, |

/ | / |
              |___/   https://ryo-currency.com                       |___/

This currency is a way for us to implement the ideas that we were unable to in Monero. See https://github.com/fireice-uk/cryptonote-speedup-demo for details.

[2019-03-09 23:32:18] : Mining coin: cryptonight_r WARNING: AMD cannot load backend library: xmrstak_opencl_backend.dll [2019-03-09 23:32:18] : WARNING: backend AMD (OpenCL) disabled. [2019-03-09 23:32:18] : NVIDIA: try to load library 'xmrstak_cuda_backend_cuda10_0' WARNING: NVIDIA cannot load backend library: xmrstak_cuda_backend_cuda10_0.dll [2019-03-09 23:32:22] : NVIDIA: try to load library 'xmrstak_cuda_backend_cuda9_2' WARNING: NVIDIA cannot load backend library: xmrstak_cuda_backend_cuda9_2.dll [2019-03-09 23:32:22] : NVIDIA: try to load library 'xmrstak_cuda_backend' WARNING: NVIDIA cannot load backend library: xmrstak_cuda_backend.dll [2019-03-09 23:32:24] : WARNING: backend NVIDIA disabled. [2019-03-09 23:32:24] : Starting 1x thread, affinity: 0. [2019-03-09 23:32:24] : hwloc: memory pinned [2019-03-09 23:32:24] : Starting 1x thread, affinity: 2. [2019-03-09 23:32:24] : Switch to assembler version for 'intel_avx' cpu's [2019-03-09 23:32:24] : hwloc: memory pinned [2019-03-09 23:32:24] : Starting 1x thread, affinity: 4. [2019-03-09 23:32:24] : Switch to assembler version for 'intel_avx' cpu's [2019-03-09 23:32:24] : hwloc: memory pinned [2019-03-09 23:32:24] : Starting 1x thread, affinity: 6. [2019-03-09 23:32:24] : Switch to assembler version for 'intel_avx' cpu's [2019-03-09 23:32:24] : hwloc: memory pinned [2019-03-09 23:32:24] : Fast-connecting to pool.supportxmr.com:5555 pool ... [2019-03-09 23:32:24] : Switch to assembler version for 'intel_avx' cpu's [2019-03-09 23:32:24] : Pool pool.supportxmr.com:5555 connected. Logging in... [2019-03-09 23:32:25] : Difficulty changed. Now: 10000. [2019-03-09 23:32:25] : Pool logged in. [2019-03-09 23:32:25] : enable cryptonight_r asm 'intel_avx' cpu's [2019-03-09 23:32:25] : enable cryptonight_r asm 'intel_avx' cpu's [2019-03-09 23:32:25] : enable cryptonight_r asm 'intel_avx' cpu's [2019-03-09 23:32:25] : enable cryptonight_r asm 'intel_avx' cpu's [2019-03-09 23:32:31] : Difficulty changed. Now: 16667. [2019-03-09 23:32:31] : New block detected. HASHRATE REPORT - CPU | ID | 10s | 60s | 15m | ID | 10s | 60s | 15m | | 0 | (na) | (na) | (na) | 1 | (na) | (na) | (na) | | 2 | (na) | (na) | (na) | 3 | (na) | (na) | (na) | Totals (CPU): 0.0 0.0 0.0 H/s

Totals (ALL): 0.0 0.0 0.0 H/s Highest: 0.0 H/s

HASHRATE REPORT - CPU | ID | 10s | 60s | 15m | ID | 10s | 60s | 15m | | 0 | 56.5 | (na) | (na) | 1 | 56.4 | (na) | (na) | | 2 | 61.5 | (na) | (na) | 3 | 58.8 | (na) | (na) | Totals (CPU): 233.3 0.0 0.0 H/s

Totals (ALL): 233.3 0.0 0.0 H/s Highest: 233.3 H/s

Spudz76 commented 5 years ago

Antivirus is deleting or blocking your dlls, make sure it doesn't. Or check with clinfo or GPU-Z whether it sees any OpenCL GPUs at all

Eddie2312 commented 5 years ago

Thanks, the antivirus was the problem