Really appreciate your comment..But I don't know how..
Is there anyone who could write a step by step How to ?
i can't, sorry gave up on bamt for driver reasons on my older cards.
You should search for .conf files for bamt.
they will look like the one you posted.
here is one of mine for sgminer on windows. it's probably imperfect, but it works
{
"pools" : [
{
"url" : "stratum+tcp://axis-stratum.pool.mn:7852",
"user" : "xxxxxx",
"pass" : "xxxxx"
}
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "30",
"kernel-path" : "/usr/local/bin",
"log" : "5",
"queue" : "0",
"scan-time" : "29",
"auto-fan" : true,
"gpu-engine" : "900",
"gpu-platform" : "0",
"gpu-memclock" : "1300",
"intensity" : "18",
"gpu-threads" : "1",
"kernel" : "x13modold",
"temp-target" : "72",
"temp-overheat" : "85",
"temp-cutoff" : "90",
"shaders" : "0",
"worksize" : "256",
"xintensity" : "0",
"rawintensity" : "0",
"failover-switch-delay" : "60",
"auato-fan" : true,
"no-pool-disable" : true,
"tcp-keepalive" : "30",
}
the settings mem, engine, threads, worksize, thread concurrency, intensity, etc are all specific to your gpu. you should be able to find examples by searching.
if i am mining x13 i need to designate the x13mod kernel, and specify its location( bin folder).
i think the api stuff was inserted by cgwatcher, an overseer program.
hope this helps. someone using bamt could help you better
oh, for me i have to save the file in the folder with sgminer and name it sgminer.conf