Hey all
does anyone have any ideas why i am getting fatal JSON errors here?
{
"pools" : [
{
"url" : "stratum+tcp://#server:port#",
"user" : "#user.worker#",
"pass" : "#password#",
"name" : "x13",
"algorithm" : "marucoin-mod"
"gpu-engine" : "1145,1114",
"gpu-memclock" : "1500,1500"
"thread-concurrency" : "32760",
"intensity" : "19,20",
"gpu-threads" : "1"
"worksize" : "128"
"no-restart" : "true"
},
{
"url" : "stratum+tcp://#server:port#",
"user" : "#user.worker#",
"pass" : "#password#",
"name" : "x11",
"algorithm" : "darkcoin-mod"
"gpu-engine" : "1140,1110",
"gpu-memclock" : "1500,1500"
"thread-concurrency" : "32760",
"intensity" : "20,20",
"gpu-threads" : "1"
"worksize" : "128"
"no-restart" : "true"
},
{
"url" : "stratum+tcp://#server:port#",
"user" : "#user.worker#",
"pass" : "#password#",
"name" : "scrypt",
"algorithm" : "zuikis"
"gpu-engine" : "1040,1025",
"gpu-memclock" : "1500,1500"
"thread-concurrency" : "32760",
"intensity" : "21,21",
"gpu-threads" : "1"
"worksize" : "256"
"no-restart" : "true"
},
]
}
thanks in advance
phate
You missed commas.
Service for JSON validate:
http://jsonlint.com/absolute legend. thanks Elun.