Author

Topic: Mining help config [1Mil TIPS BOUNTY] (1 LTC WORTH) (Read 519 times)

member
Activity: 66
Merit: 10
"gpu-threads" : "2",

Plural

LOL MY GOD NO WONDER HAHAHAHAHA fixed now, whats your fedora address?
What's a fedora adress?
sr. member
Activity: 375
Merit: 250
<3 Bitcoins
Pesky config files, damn it.  Grin

What I am thinking is cgminer 3.7.2 uses gpu thread and sgminer and bfgminer use gpu threads
sr. member
Activity: 840
Merit: 255
SportsIcon - Connect With Your Sports Heroes
Pesky config files, damn it.  Grin
sr. member
Activity: 375
Merit: 250
<3 Bitcoins
What !? Did it solve the problem? nice Grin

EMJYHocv2HxW4EyszZHCNbCR3QemUtviNE




Yes you did (I really hope you said that jokingly), I am shocked because I have this as my config for cgminer 3.7.2 for my 3 r9 290 rig and since its an invalid command and 290's like threads at 1, but since the 280x's need gpu threads to be 2 it all makes sense now wow lol...

Status: 1/unconfirmed, broadcast through 35 nodes
Date: 1/27/2014 10:14
To: EMJYHocv2HxW4EyszZHCNbCR3QemUtviNE
Debit: -1000000.00 TIPS
Net amount: -1000000.00 TIPS
Transaction ID: e8388d083164092d7b17263de299083ccf9a8a66ad156e2f81d0b2755193e1b3
sr. member
Activity: 840
Merit: 255
SportsIcon - Connect With Your Sports Heroes
What !? Did it solve the problem? nice Grin

EMJYHocv2HxW4EyszZHCNbCR3QemUtviNE


sr. member
Activity: 375
Merit: 250
<3 Bitcoins
"gpu-threads" : "2",

Plural

LOL MY GOD NO WONDER HAHAHAHAHA fixed now, whats your fedora address?
legendary
Activity: 2294
Merit: 1182
Now the money is free, and so the people will be
maybe try putting this in front of everything

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sr. member
Activity: 840
Merit: 255
SportsIcon - Connect With Your Sports Heroes
"gpu-threads" : "2",

Plural
sr. member
Activity: 375
Merit: 250
<3 Bitcoins
Will send 1 million fedoracoins to whoever gets this issue solved.

So here's the issue, ATM I am using multiminer and want to switch to just bfgminer (Which is what multiminer uses). Well when I switched I can't get my 280x's past 530 khash, now I know you've all heard this before "My config will be wrong" well its not I copied the settings exactly and I have no freaking clue why its giving 530 khash, I even used the same bins I used before... The main reason I am switching is so I can use auto-fan and set the clocks speeds and everything all automatically when I mine and stop.

I have no idea what is wrong in this config (Solo mining FYI), usually have the clock speeds higher to around 1025 but for testing to get to 650's before I mess with that. Have tried sgminer and bfgminer same exact results. What I am clueless is as to why multiminer gives me a normal 720 and then I copy the same exact settings over and only get 500...


Config files (IDK what I am missing here copied it exactly):

Multiminer Config: -w 256 -I 13 -g 2 --thread-concurrency 8192

Config File:

Code:
{
"pools" : [
        {
                "url" : "http://localhost:9050",
                "user" : "user",
                "pass" : "pass"
        }
],
"api-listen" : true,
"intensity" : "13",
"force-dev-init" : true,
"vectors" : "1",
"worksize" : "256",
"auto-fan" : true,
"gpu-reorder" : true,
"gpu-fan" : "40-100",
"temp-cutoff" : "95",
"temp-overheat" : "80",
"temp-target" : "65",
"expiry" : "2",
"gpu-dyninterval" : "7",
"log" : "5",
"queue" : "0",
"retry-pause" : "5",
"scan-time" : "2",
"scrypt" : true,
"temp-hysteresis" : "3",
"thread-concurrency" : "8192",
"gpu-thread" : "2",
"gpu-engine" : "1000",
"lookup-gap" : "2",
"gpu-memclock" : "1500"
}

Jump to: