I'm using BAMT 1.6.9 and I've compiled sgminer amd updated the bamt.conf with my pool details but whenever I restart the mining i just get a load of invalids. my conf is below.. any helpwould be greatly appreaciated.. been doing my head in for days trying to get it to work:-
{
"pools": [
{
"url": "stratum+tcp://am01.eu.trademybit.com:4011",
"user": "1",
"pass": "x",
"name": "x13",
"algorithm": "marucoin-mod"
},
{
"url": "stratum+tcp://am01.eu.trademybit.com:4010",
"user": "1",
"pass": "x",
"name": "x11",
"algorithm": "darkcoin-mod"
}
],
"worksize": "128",
"kernel": "marucoin-mod",
"intensity": "18",
"lookup-gap": "2",
"thread-concurrency": "8192",
"auto-fan": true,
"gpu-threads": "2",
"gpu-engine": "1090",
"gpu-memclock": "1500"
}