I have (6) XFX Radeon 480 8 GB cards. I can not get sgminer-x64-5.3.7 to run on my Windows 10 machine. I can get a different version of sgminer to run and mine, but each card is only getting 15 mh/s which is half of what it gets when mining ETH. Any suggestions why I can't get the optimized version to run? When I run the .cmd file, a few things flash by but I can't read them and then I am taken back to the c:\ prompt. I am using AMD 16.9.2 drivers.
This is the dnr.cmd file:
@echo off
echo "starting up sgminer"
@setx GPU_FORCE_64BIT_PTR 0
@setx GPU_MAX_HEAP_SIZE 100
@setx GPU_USE_SYNC_OBJECTS 1
@setx GPU_SINGLE_ALLOC_PERCENT 100
Call :start
pause
GOTO ENDE
:start
@set GPU_MAX_ALLOC_PERCENT = 100
DEL /F *.bin
sgminer.exe -c sgminer-dnr.conf -d 0
EXIT /B 0
:ENDE
and this is the sgminer-dnr.conf file:
{
"pools": [
{
"name":"yiimp",
"priority": "0",
"url": "stratum+tcp://yiimp.ccminer.org:8533",
"user": "D9Msc3bEAPrj9Y5tuUYwkjwDo5Qmu1ArkQ",
"pass": "c=DNR,sgminer",
"profile": "tribus"
}
],
"profiles": [
{
"name": "tribus",
"algorithm": "tribus",
"shaders": "1792",
"lookup-gap" : "4",
"intensity": "19"
}
],
"kernel-path": "kernel",
"default-profile": "tribus",
"failover-only": true,
"failover-switch-delay": "60",
"gpu-dyninterval": "11",
"queue": "2",
"quiet": false,
"expiry": "90",
"scan-time": "20"
}