Post
Topic
Board Mining (Altcoins)
Re: X11mod, X13mod, X15 and catalyst 14.6 RC2
by
utahjohn
on 30/06/2014, 01:33:04 UTC
sgminer 4.1.0 X13mod with 7950 on 14.6RC2 ->> 2.6MHs

Note I am using optimized X13mod.cl kernel from OP.

Note I have 2 cards in config but I am only testing X13 on card 1.

X13.bat
Quote
@echo off
COLOR 0A
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_USE_SYNC_OBJECTS 1
:start
START /B /WAIT /NORMAL sgminer.exe -c X13_7950.conf -d 1
TIMEOUT /T 30 >NUL
GOTO :START


Card 0 is R9 280x Card 1 is 7950
X13_7950.conf
Quote
{
  "pools": [
   {
      "quota" : "100;stratum+tcp://uswest.wafflepool.com:3330",
      "user" : "1HANJQygp3jHuzutceBgMT7wfCgEug6h4L",
      "pass" : "d=0.008"
   }
],

"intensity" : "18,18",
"worksize" : "256",
"kernel": "x13mod",
"lookup-gap" : "2",
"thread-concurrency" : "8192,8192",
"shaders" : "2048,1792",
"gpu-threads" : "4,4",
"gpu-engine" : "1085,1090",
"gpu-fan" : "30-100",
"auto-fan" : true,
"gpu-memclock" : "1650,1300",
"gpu-memdiff" : "0",
"gpu-powertune" : "20,20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "64",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "60",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "59",
"tcp-keepalive" : "30",
"temp-hysteresis" : "2",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"load-balance" : true,
"no-client-reconnect" : true
}

I have not done any fine tuning of config yet.