Here is what i've got and you guys can give me your advice. I see all your posts about getting some high hashrates but I cannot get over about 2.5MH/s on x13 with the newest sgminer from
https://github.com/sgminer-dev/My setup is as follows on all of my rigs:
BAMT 1.6 on Sandisk USB (sizes from 8GB - 16GB)
Sapphire R9 290 Tri-x 4GB Video Cards
Two Seasonic 850W Single Rail Power Supplies
Gigabyte GA-990FXA-UD3 Motherboard
4-8GB Ram on each machine
AMD Sempron Processor
Hard Wired Ethernet Connection
Any help is appreciated and I don't mind tipping if it does help out.
Below are two of my sgminer configs that have been successful at 2.5MH/s:
{
"pools" : [
{
"url" : "
http://us-east01.miningrigrentals.com:3333",
"user" : "user",
"pass" : "pass"
}
],
"algorithm" : "marucoin-mod",
"rawintensity" : "1306624",
"shaders" : "2560",
"worksize" : "256",
"thread-concurrency" : "24577"
}
&
{
"pools" : [
{
"url" : "
http://us-east01.miningrigrentals.com:3333",
"user" : "user",
"pass" : "pass"
}
],
"intensity" : "17",
"kernel" : "x13mod",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"gpu-engine" : "1000",
"gpu-fan" : "40-95",
"gpu-memclock" : "1400",
"gpu-powertune" : "20",
"temp-cutoff" : "96",
"temp-overheat" : "95",
"temp-target" : "75",
"api-listen": true,
"api-port": "4028",
"api-allow": "W:127.0.0.1",
"auto-fan" : true,
"auto-gpu" : true,
"gpu-threads" : "2",
"kernel-path" : "/usr/local/bin"
}