Can someone post a config file for the 280x? I honestly don't know how to configure an X11 miner, I am new to mining X11 and it seems a little different then mining scrypt.
Also, does it matter what kernel I use in the X11 multipool?
sgminer.exe -k darkcoin -o stratum+tcp://X -u X -p X -I 20 -g 4 -w 512 --gpu-fan 75
use this miner
http://cryptomining-blog.com/tag/phm-sgminer-download/https://docs.zoho.com/sheet/published.do?rid=12cbm2fe8ce55abb2476daa0f8c576b442d40&mode=html.conf for r9280x/x11:
{
"pools" : [
{
"url" : "stratum+tcp://stratum.multipoolmining.com:5555",
"user" : "yourwalletaddr",
"pass" : "x"
}
]
,
"intensity" : "13",
"worksize" : "256",
"kernel" : "darkcoin",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2560",
"gpu-threads" : "2",
"gpu-powertune" : "20",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}