Post
Topic
Board Mining (Altcoins)
Re: Can't seem to get ATI R9 380 to start mining.
by
ldw-com
on 30/12/2015, 11:57:04 UTC

Ok on a testmachine, but not in a virtual box environment, bad idea.

I just did some cleanup for the batch and the config file.

Just download it, and try it on your machine where you have issues.

And if you don't trust me, run it through virus total first.

I'd love to give it a try but it's being flagged left and right as a virus. Windows 10 won't even let me view the .bat file (I've never even see it do that before). Wouldn't it be easier to just paste the bat and config files in a code box? I have many different versions of sgminer. I'm sure I have the one you were working with.


You're right, Chrome flags it. IE doesn't.

sgminer-5-1-0-optimized folder

runme.bat
Code:
setx GPU_MAX_HEAP_SIZE 100

setx GPU_MAX_ALLOC_PERCENT 100

setx GPU_USE_SYNC_OBJECTS 1


sgminer.exe --config sgminer-fixed.conf

sgminer-fixed.conf
Code:
{
"pools" : [
        {
                "name" : "NiceHash_X11_Fixed",
                "url" : "stratum+tcp://x11.eu.nicehash.com:3336",
                "user" : "enterBTCaddressHere",
                "pass" : "x",
                "algorithm" : "x11mod",
                "nfactor" : "10",
                "xintensity" : "512",
                "worksize" : "64",
                "gpu-threads" : "1"
        }
],
"keccak-unroll" : "0",
"hamsi-expand-big" : "4",
"lookup-gap" : "2",
"gpu-fan" : "30-95",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "70",
"auto-fan" : true,
"scan-time" : "0",
"log-show-date" : true,
"debug-log" : false,
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",
"api-listen" : "true",
"api-port" : "4028",
"api-allow" : "W:127.0.0.1"
}


There  Smiley