Post
Topic
Board Mining (Altcoins)
Re: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer)
by
GGin
on 05/07/2014, 10:02:04 UTC
GIVE ME A HELP:  Huh Huh Huh

I used my .bat to trigger my sgminer, here it is :
Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
timeout /t 30
sgminer.exe --kernel x11mod -c sgminer.conf

and my sgminer.conf is :
Code:
{
"pools" : [
{
"url" : "stratum+tcp://sea.wafflepool.com:3331",
"user" : "19RLsfsfAZwi31TsqRX8PLDasfasdfsPpd5Qerre",
"pass" : "0.008"
}

]
,
"kernel" : "x11mod",
"intensity" : "0",
"xintensity" : "50",
"rawintensity" : "0",
"worksize" : "64",
"gpu-threads" : "2",
"lookup-gap" : "0",
"thread-concurrency" : "8192",
"shaders" : "2560",
"gpu-engine" : "1000-1000",
"gpu-memclock" : "1200",
"gpu-fan" : "50-60",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"temp-target" : "75",
"temp-overheat" : "85",
"temp-cutoff" : "95",
"temp-hysteresis" : "3",
"no-submit-stale" : true,
"no-pool-disable" : true,
"failover-only" : true,
"failover-switch-delay" : "60",
"queue" : "1",
"scan-time" : "7",
"shares" : "0",
"tcp-keepalive" : "30",
"expiry" : "28",
"log" : "5",
"kernel-path" : "/usr/local/bin",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"api-allow" : "W:127.0.0.1"


but i got this:  

fatal JSON error in configuration file.
configuration file could not be used.
need to specify at least one pool server.
input server details.
URL:

What's wrong with this, help!![/color]

which sgminer do you use?
because this .conf file is of the sgminer v4.x, v5 - have different .conf format, specially of the pool setting and wont work with this one.

If your sgminer is v5 - compare your conf with a sample of sgm5.