xmrig / xmrig-amd

Monero AMD (OpenCL) miner
GNU General Public License v3.0
412 stars 226 forks source link

Low difficulty share - AMD RADEON RX 560 #305

Open nuriyevn opened 2 years ago

nuriyevn commented 2 years ago

Describe the bug The miner can't mine valid shares.

To Reproduce Everytime when I start miner it does not find valid shares.

Expected behavior The miner can mine valid shares

Required data

Additional context Windows 10, xmrig-amd is running alongside with xmrig,.

config: { "algo": "cryptonight-heavy", "api": { "port": 0, "access-token": null, "id": null, "worker-id": null, "ipv6": false, "restricted": true }, "autosave": true, "background": false, "cache": true, "colors": true, "donate-level": 1, "log-file": null, "opencl-platform": "AMD", "opencl-loader": "OpenCL.dll", "pools": [ { "url": "xmr-eu1.nanopool.org:14444", "user": "", "pass": "x", "rig-id": null, "nicehash": false, "keepalive": false, "variant": -1, "enabled": true, "tls": false, "tls-fingerprint": null } ], "print-time": 60, "retries": 5, "retry-pause": 5, "threads": [ { "index": 0, "intensity": 320, "worksize": 8, "strided_index": 2, "mem_chunk": 2, "unroll": 8, "comp_mode": false, "affine_to_cpu": false }, { "index": 0, "intensity": 320, "worksize": 8, "strided_index": 2, "mem_chunk": 2, "unroll": 8, "comp_mode": false, "affine_to_cpu": false } ], "user-agent": null, "syslog": false, "watch": true }