I have cgminer 2.10.5. When I create a config file and load all of the necessary arguments into it, cgminer refuses to load it, it reports
"loaded configuration file xxx.conf"
"Fatal Json error in configuration file"
"Configuration file could not be used"
Then it prompts me for a pool url, port, etc. But because the scrypt argument hasn't been loaded from the config it's trying to mine bitcoin and all my shares get rejected, I've no idea how to fix this, any help would be appreciated!
Thanks in advance
My code in the config is:
{
"pools" : [
{
"url" : "http://eu.notroll.in:6332",
"user" : "Stevo0110.2",
"pass" : "12345"
}
],
"intensity" : "13",
"gpu-engine" : "0-800",
"gpu-thread" : "2",
"scrypt" : true,
"api-listen" : true,
"shaders" : "800",
"thread-concurrency" : "1600",
"lookup-gap" : "2"