Author

Topic: Help with CGMiner 3.1.0 on Litecoin! (Read 1397 times)

legendary
Activity: 1064
Merit: 1000
April 30, 2013, 12:18:41 AM
#3
I keep getting FATAL JSON ERROR IN CONFIGURATION FILE.  NEED AT LEAST ONE POOL SERVER

Here is what my config file looks like:


Code:
"lookup-gap" : "0,0,0",
"thread-concurrency" : "8192,8192,8192",
"shaders" : "2048,2048,2048",

"gpu-memdiff" : "0,0,0"


}

Help!  

You are missing a comma at the end of:  "gpu-memdiff" : "0,0,0"

That will cause the JSON file to be invalid.



Also setting concurrency and shaders at the same time might be a problem. The shaders setting is set if you want cgminer to figure out the best concurrency. Use one or the other.

Lookup-gap set at 0 could also cause issues. Start at 2.
legendary
Activity: 1713
Merit: 1029
April 29, 2013, 10:07:19 PM
#2
Have you tried using cgminer without a config file? That might help to narrow it down a bit Smiley Smiley
member
Activity: 84
Merit: 10
April 29, 2013, 08:09:01 PM
#1
I keep getting FATAL JSON ERROR IN CONFIGURATION FILE.  NEED AT LEAST ONE POOL SERVER

Here is what my config file looks like:

Code:
{
"pools" : [
{
"url" : "http://us.litecoinpool.org:9332/",
"user" : "GeekMan.2",
"pass" : "-----"
},
{
"url" : "http://notroll.in:6332/",
"user" : "GeekMan.2",
"pass" : "-----"
}
],

"intensity" : "13,13,13",
"vectors" : "1,1,1",
"worksize" : "256,256,256",
"kernel" : "scrypt,scrypt,scrypt",
"lookup-gap" : "0,0,0",
"thread-concurrency" : "8192,8192,8192",
"shaders" : "2048,2048,2048",
"gpu-engine" : "0-1050,0-1050,0-1050",
"gpu-fan" : "0-85,0-85,0-85",
"gpu-memclock" : "1500,1500,1500",
"gpu-memdiff" : "0,0,0"
"gpu-powertune" : "0,0,0",
"gpu-vddc" : "0.000,0.000,0.000",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "90,90,90",
"temp-target" : "85,85,85",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "1",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

Help!  
Jump to: