Post
Topic
Board Mining (Altcoins)
Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer)
by
lsss
on 13/07/2014, 15:39:59 UTC
Remove the comma after the pool.
ADD comma after kernel line.
Remove the lines:
"vectors" : "1,1,1,1,1",
"scrypt" : true,
"kernel-path" : "/usr/local/bin" (and then the comma after shares)



{
"pools" : [
   {
      "url" : "http://x11.ltcrabbit.com:3332",
      "user" : "bilabonic.1",
      "pass" : "bilabonic.user"
   }, < REMOVE COMMA
]
,
"intensity" : "13,13,13,12,13",
"vectors" : "1,1,1,1,1",
"worksize" : "256,256,256,256,256",
"kernel" : "x11mod" < ADD COMMA
"lookup-gap" : "0,0,0,0,0",
"thread-concurrency" : "8192,8192,8192,8192,8192",
"shaders" : "0,0,0,0,0",
"gpu-engine" : "1010,1010,925,725,1010",
"gpu-fan" : "95-100,95-100,100,100,100",
"gpu-memclock" : "1500,1500,1500,1500,1500",
"gpu-memdiff" : "0,0,0,0,0",
"gpu-powertune" : "-20,-20,-20,-20,-20",
"gpu-vddc" : "0.000,0.000,0.000,0.000,0.000",
"temp-cutoff" : "95,95,95,99,95",
"temp-overheat" : "87,87,87,95,92",
"temp-target" : "75,75,75,75,75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0", < REMOVE COMMA
"kernel-path" : "/usr/local/bin"
}