Title: Help with CGMiner 3.1.0 on Litecoin! Post by: GeekMan on April 30, 2013, 01:09:01 AM I keep getting FATAL JSON ERROR IN CONFIGURATION FILE. NEED AT LEAST ONE POOL SERVER
Here is what my config file looks like: Code: { Help! Title: Re: Help with CGMiner 3.1.0 on Litecoin! Post by: Vorksholk on April 30, 2013, 03:07:19 AM Have you tried using cgminer without a config file? That might help to narrow it down a bit :) :)
Title: Re: Help with CGMiner 3.1.0 on Litecoin! Post by: dreamwatcher on April 30, 2013, 05:18:41 AM 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", 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. |