Hi all. Seeking guidance from the group once again.
Serendipity played a big part in me acquiring an awesome desktop PC second hand (ASRock MB with 3xPCIe slots, Intel i7 with a monster aftermarket heat sink, 8GB RAM, 210GB SSD, 2TB HDD, ATI Radeon 6970 2GB, Windows 7 Ultimate x64, lots of USB 1,2 and 3 ports, and a bunch of lesser important stuff, all housed in a tower case with around 4 fans. Cost? A$700
So I thought great, I'll use the on-board VGA or DVI as my main monitor, and set the GPU up for mining (which is what I've done).
I installed the drivers from the AMD website (it auto sensed what card I had and it downloaded and installed Catalyst etc etc etc).
http://i59.tinypic.com/xm22oz.pngThen I installed my (now) favorite miner, bfgminer 3.10.0 app (x64), kicked it into gear with a moderate intensity of 9, and it started hashing around 450MH. After 5 mins it drops to 0MH. I looked for obvious clues (well, obvious to me), but found nothing. I repeated the test 3 times and each time, around the 5 min mark, it dropped to 0MH (not a slow drop - straight to 0).
I'm mining DOGE. I have other workers in this pool (CPUminers) and they are doing just fine so I know the pool works.
I am at a loss why. Here's my CMD file:
bfgminer -S opencl:auto -o stratum+tcp://doge.pool.mn:3333 -u mfread.storm1 -p 123456 -I 9 I've also read the various TXT files, trying to decipher them, and came up with:
bfgminer -S opencl:auto -o stratum+tcp://doge.pool.mn:3333 -u mfread.storm1 -p 123456 -I 9 --auto-fan --auto-gpu --thread-concurrency 8192I am not entirely sure what the --auto params do. Are they good or bad for the life of my GPU card?
There are no HW errors.
Note: I notice that bfgminer doesn't show me the temp of the GPU (but in the bfgminer notes it says that Radeon 69xx is supported). Is there another driver (liek the AMD SDK stuff) I should be installing?
I've search multiple forums but can't seem to get a grasp on what's going on. Ideas anyone?
As another test, I installed MultiMiner (and let it download and install bfgminer in it's subfolder). It runs but only shows the 6970 doing 19 kh/s. I've searched hi and lo in the MultiMiner app re: how to change card params (like intensity, concurrent threads etc) but to no avail.
Hmmm, now I'm thinking why is bfgminer reporting MH and not KH for a scrypt coin (with 1xGPU card)? The litecoin wiki tells me to expect around 450kh/s for a AMD HD6970 card.
So I added the 2 x setx arguments and --scrypt into my bfgminer line (as I see it in MultiMiner) and now I'm getting 48MH/s?? No HW errors. I see acceptances too. So it looks like it's behaving. After 8 mins it has climbed to 67MH/s. Is this normal? After 44 mins it is reporting 144MH/s and now HW errors. The mining pool says this worker is doing 48KH/S.
c:
cd C:\Users\Mark\Desktop\bfgminer-3.10.0-win64
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
bfgminer --scrypt -S opencl:auto -o stratum+tcp://doge.pool.mn:3333 -u mfread.storm1 -p 123456 -I 9 --auto-fan --auto-gpu --thread-concurrency 8192
pausehttp://i62.tinypic.com/24156x4.pnghttp://i61.tinypic.com/4sjs3q.pngDo I / should I add in the 'shaders' param? If so what should it be?
Hoping some of you more experienced guys and gals can point me in the right direction.
Cheers for now.
Mark