I would love to see someone sharing his Sgminer config file, Anyone?

I Using 2 x RX 570 to mine ETN, i got 721 H/s or 1,4 kH/s using SG Miners
I Using
https://electromine.fr pool, with elegand UI and nice server uptime
here my SG Miners config
{
"pools":
[
{
"name": "MoneroPool",
"url": "stratum+tcp://eu.electromine.fr:3333",
"user": "yourwallet here",
"pass": "x",
"priority": "0",
"profile": "xmr"
}
],
"profiles":
[
{
"name": "xmr",
"algorithm": "cryptonight",
"rawintensity": "896",
"worksize": "8",
"gpu-threads": "1"
}
],
"default-profile": "xmr",
"no-extranonce": true,
"gpu-platform": "0"
}
Thanks I finally succeed to use Sgminer.
Though I get less hash than with XMR-Stack, I get around 600 h/s with the config you shared, with some burst at 750h/s.
There is one thing I don't understand, the thread, in your config it's at 1 thread, isn't 2 the best config?
I tried 2 thread but it gives me only 110 h/s, which is weird.
And at 0 thread it still works fine, which doesn't make sense either unless 0 thread means 1 thread and 1 means 2 thread.