Bitcoin Forum
May 22, 2024, 12:00:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Radeon RX560 Unable to start sgminer detecting GPU  (Read 136 times)
mentmining (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 24, 2018, 04:26:53 PM
Last edit: February 24, 2018, 08:59:16 PM by mentmining
 #1

Hello,

I'm building a low end miner with a friend power costs are no issue. Been mining on my own PC with an 1070 without problems but I can not seem to get sgminer to work. (edit got xmr-stak running)
What am I overlooking that sgminer refuse to see the card?

Code:
PC: I5 / 4 GB memory
Windows: 8.1
Videocard: Gigabyte Radeon RX560 /rev2
Driver: Non-WHQL-Win7-64Bit-Radeon-Software-Crimson-ReLive-17.9.1-Sep7 from CD
Miner software: sgminer 5.5.5-gm / xmr-stak

The output of sgminer -n:
Code:
sgminer --gpu-platform 0 -n
[16:47:00] CL Platform vendor: Advanced Micro Devices, Inc.
[16:47:00] CL Platform name: AMD Accelerated Parallel Processing
[16:47:00] CL Platform version: OpenCL 2.0 AMD-APP (2442.8)
[16:47:00] Platform devices: 1
[16:47:00]      0       Baffin
[16:47:00] Number of ADL devices: 1
[16:47:00] ATI ADL Overdrive5 API found.
[16:47:00] ATI ADL Overdrive6 API found.
[16:47:00] Found 5 logical ADL adapters
[16:47:00] ADL index 0, id -1706188160 - BIOS partno.: xxx-xxx-xxx, version: 015
.050.002.001, date: 2017/12/10 20:04
[16:47:00] GPU 0 assigned: iAdapterIndex:0 iPresent:1 strUDID:PCI_VEN_1002&DEV_6
7EF&SUBSYS_230A1458&REV_E5_4&11D6D13B&0&00E0A iBusNumber:2 iDeviceNumber:0 iFunc
tionNumber:0 iVendorID:1002 name:Radeon RX 560 Series
[16:47:00] ADL index 1, id -1706188160 - BIOS partno.: xxx-xxx-xxx, version: 015
.050.002.001, date: 2017/12/10 20:04
[16:47:00] ADL index 2, id -1706188160 - BIOS partno.: xxx-xxx-xxx, version: 015
.050.002.001, date: 2017/12/10 20:04
[16:47:00] ADL index 3, id -1706188160 - BIOS partno.: xxx-xxx-xxx, version: 015
.050.002.001, date: 2017/12/10 20:04
[16:47:00] ADL index 4, id -1706188160 - BIOS partno.: xxx-xxx-xxx, version: 015
.050.002.001, date: 2017/12/10 20:04
[16:47:00] GPU 0 Radeon RX 560 Series hardware monitoring enabled
[16:47:00] ADL GPU 0 is Adapter index 0 and maps to adapter id -1706188160
[16:47:00] GPU 0 BIOS partno.: xxx-xxx-xxx, version: 015.050.002.001, date: 2017
/12/10 20:04
[16:47:00] Failed to ADL_Overdrive5_ODPerformanceLevels_Get
[16:47:00] 1 GPU devices max detected

Content of batch file
Code:
@echo off
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
:loop
sgminer -c sgminer-xmr.conf --gpu-reorder
echo restart miner...
goto loop

content of sgminer-xmr.conf tried different gpu-platform options
Code:
{
    "pools":
    [
        {
            "name": "MoneroPool",
            "url": "stratum+tcp://MYPOOLSERVER:7777",
            "user": "MONERO-WALLET",
            "pass": "x",
            "priority": "0",
            "profile": "xmr"
        }
    ],
    "profiles":
    [
        {
            "name": "xmr",
            "algorithm": "cryptonight",
            "rawintensity": "896",
            "worksize": "8",
            "gpu-threads": "1"
        }
    ],
    "default-profile": "xmr",
    "no-extranonce": true,
    "gpu-platform": "0"
}

Output sgminer 5.5.5-gm
Code:
[17:14:36] Started sgminer 5.5.5-gm
[17:14:36] * using Jansson 2.7
[17:14:36] Loaded configuration file sgminer-xmr.conf
[17:14:36] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[17:14:36] Probing for an alive pool
[17:14:36] Startup GPU initialization... Using settings fro
[17:14:36] Startup Pool No = 0
[17:14:36] Initialising kernel cryptonight.cl with nfactor
[17:14:36] Error -4 while attempting to enqueue kernel 0.
[17:14:36] GPU 0 failure, disabling!
[17:16:23] Stratum connection to MoneroPool interrupted

When I go to GPU in sgminer

It is detecting something... heat and RPM of the fan....

Code:
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
GPU 0:  21.0C 1255RPM | OFF   / 0.000h/s | R:  0.0% HW:0 WU:0.000/m rI:896
--------------------------------------------------------------------------------
GPU 0: 0.0 / 0.0 Kh/s | A:0  R:0  HW:0  U:0.00/m  I:0  xI:0  rI:896
----------------------------------------
GPU 0: 0.0 / 0.0 Kh/s | A:0  R:0  HW:0  U:0.00/m  I:0  xI:0  rI:896
22.0 C  F: 33% (1254 RPM)  E: 214 MHz  M: 300 Mhz  V: 0.001V  A: 0%  P: 0%
Last initialised: [2018-02-24 17:28:43]
Thread 0: 0.0 Kh/s Disabled ALIVE

sam08016
Jr. Member
*
Offline Offline

Activity: 39
Merit: 1


View Profile
February 26, 2018, 11:38:58 PM
 #2

Looks like an issue with you driver. Had the same issue this morning with Sgminer when I tried to shift to Sumokoin from Electroneum on my Rx560 rig. Can you report the followings for further investigation?

1) Try Claymore v11 pool version and see if that works
2) Which driver version you are using? Have you tried Crimson Relive 17.7.2?

sam08016
Jr. Member
*
Offline Offline

Activity: 39
Merit: 1


View Profile
February 26, 2018, 11:40:39 PM
 #3

Also, can you lower down intensity to 416 from 896 in your .conf file and see if that works?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!