Bitcoin Forum
May 14, 2024, 03:37:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help with CGMiner 3.1.0 on Litecoin!  (Read 1369 times)
GeekMan (OP)
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
April 30, 2013, 01:09:01 AM
 #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!  
1715657868
Hero Member
*
Offline Offline

Posts: 1715657868

View Profile Personal Message (Offline)

Ignore
1715657868
Reply with quote  #2

1715657868
Report to moderator
1715657868
Hero Member
*
Offline Offline

Posts: 1715657868

View Profile Personal Message (Offline)

Ignore
1715657868
Reply with quote  #2

1715657868
Report to moderator
1715657868
Hero Member
*
Offline Offline

Posts: 1715657868

View Profile Personal Message (Offline)

Ignore
1715657868
Reply with quote  #2

1715657868
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
April 30, 2013, 03:07:19 AM
 #2

Have you tried using cgminer without a config file? That might help to narrow it down a bit Smiley Smiley

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
dreamwatcher
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


View Profile WWW
April 30, 2013, 05: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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!