/* This is just an example, edit it and remove comment lines (the slash and star) !! */
"gpu_conf" :
[
{ "id" : 0, "intensity" : 13, "double_threads" : true},
{ "id" : 1, "intensity" : 13, "double_threads" : true},
{ "id" : 2, "intensity" : 13, "double_threads" : true},
{ "id" : 3, "intensity" : 13, "double_threads" : true},
{ "id" : 4, "intensity" : 13, "double_threads" : true},
{ "id" : 5, "intensity" : 12, "double_threads" : true},
]
/* Make sure not to delete this last blank line */
this is how the end of the config looks like
Try download this example config and run it :
https://mega.nz/#F!yJxTTZpK!ZA6WVs3kIfcw_slX3dgw1QIn the new version, everything turned out. I would very much like that you could make additional pools in the config. It's real?
I also tried to do this, but nothing happened

"gpu_conf" :
[
{ "id" : 0, "intensity" : 13, "double_threads" : true},
{ "id" : 1, "intensity" : 13, "double_threads" : true},
{ "id" : 2, "intensity" : 13, "double_threads" : false},
{ "id" : 2, "intensity" : 12, "double_threads" : false},{ "id" : 3, "intensity" : 13, "double_threads" : true},
{ "id" : 4, "intensity" : 12, "double_threads" : true},
]