Bitcoin Forum
May 27, 2024, 12:18:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Brand new 290x memory clock stuck on: January 27, 2014, 11:07:09 AM
As you properly have realized you have a serious temperature problem.
I would recommend that you keep your average temperature under 80C (My target temp is 75-78C, and my cut-off temp is 85C).

You can properly get away with running the rig at 85C, but that will significantly reduce the lifetime of you graphics cards.
It is NOT recommended.

1-2 extra fans can normal do the job to bring down the temp.

Yeah that's a good point, I have adjusted some settings and get about 850 k/h @ 80c. It's not maxing the card out but then again I can at least mine 24/7 with reasonable temps.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Brand new 290x memory clock stuck on: January 26, 2014, 12:28:34 AM

I'm glad you got it working! What did you do that solved the hashrate problem?

Also, I may be able to help you with tweaking if you like. What brand/model of 290x do you have?

I think what went most of the way towards solving the problem was trying your suggestion of powering everything off completely, this helped me to realise that my card actually did work if only for a second. I then tried putting much less stress on it (by taking the intensity down to 13) and working my way back up from there.

I have the MSI Gaming OC Edition with the twin frozr cooling and I'm currently using the following in my batch file:

cgminer --scrypt -o stratum+tcp://stratum.netcodepool.org:4093 -u user -p pass -I 20 -T

My core clock was being throttled for a while at 850mhz @ 94c but I've since moved the pc downstairs which is much cooler, now I can get the clock up to 950mhz @ 86c without much problem. I'm hovering around the 850 k/h figure right now but I feel there's more to be had out of it yet with a bit of tweaking the config. Unfortunately that's where my skills fall a little short.

Also I'm thinking of moving that machine out to the garage tomorrow which I've read other people have done without issue, the rather chilly UK weather should drop the temps another 5-10 degrees which should allow me to go up to or maybe above 1000mhz core clock.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: Brand new 290x memory clock stuck on: January 25, 2014, 02:56:39 PM
A couple things:

You shouldn't need a dummy plug for 290x so don't bother with that.

The SDK software is of no use to you if you're using Catalyst 13.11 Beta or 13.12.

If you're eliminating all peripheral components(including other video cards) and risers, doing a power drain, wiping your drivers with either Display Driver Uninstaller or a sweeper and reinstalling and still having problems, you might have something corrupted in your OS or a MoBo issue.

Both of those issues would typically give BSODs.

If you're not getting any crashes, just weird hash rates, try a different cgminer version. Don't forget to eliminate cgwatcher for now and don't use GUIminer ever.  




Thanks for the tips, I shall give those things a try and see how I get on.

Update: I seem to be getting on ok now, not great but 800 k/h. I started with 1030mhz and intensity 13 getting me 500 k/h, I then lowered my gpu clock to 950 and upped the intensity to 20 getting me 800 k/h. Not sure what I can do next but I guess there's going to be a lot of messing around to get the kind of speeds that others are seeing with their 290Xs.

Thanks to everyone for their input, probably would have given up a while back otherwise.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Brand new 290x memory clock stuck on: January 25, 2014, 02:39:52 AM
Ok to try and answer some of those questions, firstly my specs are as follows.

Machine 1:

i5 3570k @ Stock
z77 Sabertooth
16gb RAM
Xigmatec 700w psu

Machine 2:

AMD Phenom 2 X6 @ 4ghz
Asus M4A89TD Pro
8gb RAM
Corsair HX650

The 290X is currently in the AMD machine plugged directly into the board (don't have a riser) as I had no luck in the Intel one, I've been trying this with the monitor attached as when it's not the card shuts down so I need to make a dummy plug at some point.

I've tried with 13.12 WHQL and 13.11 Beta drivers on both windows 7 and 8.1 and still the same issue, I've also been installing the AMD SDK 2.9 as someone else told me I needed. Something strange happened on Windows 7 however, to begin with it would actually boost the memory clock up to the correct value but the driver would crash after like maybe 5-10 seconds. Now for some reason I'm back to the old problem of being stuck at 150mhz.

atp1916 I wish I was using cgwatcher and that was the culprit but I'm just trying to run this using a batch file. I've tried using the config method but I'm getting an error that reads "cgminer: --config: JSON decode of file 'mine.conf' failed.

sighle I actually tried the method of switching everything off and draining the power which seemed to get the card working again for a brief period of time before the AMD driver crashed and now I'm back to where I started.


Seems to be that the card will actually work briefly before the driver crashes and then I'm stuck at 150mhz until I power off and start again. I guess I'll have to try and find a config that doesn't stress the card too much but that's going to be quite difficult as I'm guessing the defaults aren't maxing it out.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: Brand new 290x memory clock stuck on: January 24, 2014, 09:23:36 PM
try the same configuraiton without
“thread-concurrency” : “32765″, (just delete the whole line or set to "8192" instead)

If that do not work, then try to strip down the configuration file until it runs.
Should be able to work with only:


{
“pools” : [
{
"url" : "stratum+tcp://yourrpool1.com:3334",
"user" : "<USER>.<WORKER>",
"pass" : "<PASS>"
},
}
],
“scrypt” : true,
}

(If you don't specify a parameter then is the default value used)

Same error I'm afraid, I'm at a loss to know what to do next. Everything that works fine for others is just not working when I attempt it.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Brand new 290x memory clock stuck on: January 24, 2014, 07:43:48 PM
I suggest that you try the following:
Use a configuration files for all your settings, that will make it more easy to troubleshoot

Make a file called, something like "miner280x.conf":

{
“pools” : [
{
"url" : "stratum+tcp://yourrpool1.com:3334",
"user" : "<USER>.<WORKER>",
"pass" : "<PASS>"
},
{
"url" : "stratum+tcp://yourpool2.com:3333",
"user" : "<USER>.<WORKER>",
"pass" : "<PASS>"
}
],
“intensity” : “20″,
“vectors” : “1″,
“worksize” : “256″,
“lookup-gap” : “2″,
“thread-concurrency” : “32765″,
“gpu-engine” : “1000″,
“gpu-memclock” : “1350″,
“gpu-powertune” : “20″,
“temp-cutoff” : “99″,
“temp-overheat” : “95″,
“temp-target” : “90″,
“expiry” : “120″,
“failover-only” : true,
“gpu-threads” : “1″,
“log” : “5″,
“queue” : “1″,
“scan-time” : “60″,
“scrypt” : true,
}

Then called the miner with:

cgminer.exe -c miner280x.conf"


Try to exclude the enviroment setup to begin with so you you only call the miner with your configuration file.

The following should force your GPU to i high clk freq:
 “gpu-engine” : “1000″,
“gpu-memclock” : “1350″,

- If you get the same result (or simular) try to decrease intensity (I know that a 290X should be able to run i = 20, but just for the trouble shot)

Report back


I've tried that but unfortunately I get the error

https://i.imgur.com/LQXwXQA.png

The different errors are me trying to save it in ANSI and Unicode after notepad complained and then I tried with notepadd++


Try uninstalling then re-installing the catalyst driver, unchecking all other weird programs it tries to install (including the catalyst control center), only selecting the VGA driver if possible.  Then run gpu-z to see your clocks, or afterburner to try overclocking. 

I'm actually on a fresh install for the 3rd time, I will try just the drivers again to check, are there any preferred versions I should be using. Also which version of AMD SDK should be installed?


Thanks for everyone's input so far.  Smiley
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: Brand new 290x memory clock stuck on: January 24, 2014, 06:45:03 PM
https://i.imgur.com/Y7HKwmV.png


setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
cgminer --scrypt  -o stratum+tcp://stratum2.dogehouse.org:943 -u username -p password --failover-only -o stratum+tcp://stratum3.dogehouse.org:8080 -u username -p password -I 20
timeout 60

8  Alternate cryptocurrencies / Mining (Altcoins) / Re: Brand new 290x memory clock stuck on: January 24, 2014, 04:04:21 PM
I've tried so many different configurations that I wouldn't know which to send, did start with this one however and modified it accordingly:

setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
cgminer --scrypt  -o stratum+tcp://stratum.dogehouse.org:3334 -u Weblogin.WorkerNAME -p Worker password --failover-only -o stratum+tcp://stratum3.dogehouse.org:993 -u Weblogin.WorkerNAME -p Worker password

I've tried forcing the gpu clock and fan with the batch file and that works but trying to set the memory clock through there doesn't. I'm also using this on a fresh install of Windows 8.1, not sure if that matters but I'll include it anyway.
9  Alternate cryptocurrencies / Mining (Altcoins) / Brand new 290x memory clock stuck on: January 24, 2014, 02:15:05 AM
Hi guys, I'm absolutely at a loss with this one so I'm reaching out in the hope that someone can help.

Basically I've just bought a MSI 290X Gaming and am having issues getting it to mine, hopefully it's something I'm doing wrong but I'd tried for hours now with no luck. As the topic title suggests the memory clock seems to be stuck at 150mhz when I try to mine anything giving me around 17khash or something stupid, I've seen many different numbers but nothing over 70.

The core clock goes up to the normal max (1030mhz) and so does the memory clock (1250mhz) while gaming, when attempting to mine however it just sits there at 150mhz. I've tried forcing the card to stay at the standard clocks but it still gets the ridiculously low hash rate.

Well there's my issue, hopefully one of you smart folks has seen this before or something similar and can show me the error of my ways.

Thanks
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!