What are the optimized starting parameters for 280x under linux ?
I'm getting around 1.000 MH/s and after 5 mins all cards are sick/dead with -I 18, -g 2 and worksize 256 (1100/1400)
They was running on default SHA256 algo i guess

BTW here goes the config
{
"pools": [
{
"name": "MAIA",
"url": "stratum+tcp://east1.us.stratum.dedicatedpool.com:6002",
"user": "xxx.1",
"pass": "x",
"algorithm": "bitblock"
}
],
"failover-only": true,
"algorithm": "bitblock",
"devices": "all",
"intensity": "19",
"worksize": "64",
"gpu-engine": "1100",
"gpu-memclock": "1250",
"gpu-threads": "2",
"gpu-fan": "50",
"gpu-powertune": "20",
"temp-cutoff": "95,95,95",
"temp-overheat": "85,85,85",
"temp-target": "75,75,75",
"gpu-memdiff": "0,0,0",
"shares": "0",
"api-mcast-port": "4028",
"api-port": "4028",
"expiry": "28",
"failover-switch-delay": "60",
"gpu-dyninterval": "7",
"log": "5",
"no-pool-disable": true,
"no-client-reconnect": true,
"queue": "1",
"scan-time": "7",
"tcp-keepalive": "30",
"temp-hysteresis": "3"
}