Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: l008com on February 18, 2014, 03:55:35 AM



Title: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 18, 2014, 03:55:35 AM
I have a pair of these cards, that I'm trying to mine LTC with. All over the internet, you can find people getting 450khash or more on these cards. But not this guy. I can't seem to get anything above 250khash per card.

With my intensity set to 11, I don't get any hardware errors. With it set to 12, I get a small amount of hardware errors. Any higher, and I get nothing but hardware errors. Everyone seems to use an intensity of 19 on these cards. I can't seem to get even remotely close to that :(

I've tried copying countless people's config. I've tried running everything way down slow, except a high intensity. No matter what I do, the outcome is always the same:
-I 11 (no hardware errors)
-I 12 (an error or two per minute)
-I 13 or greater (streams of hardware errors, nothing BUT hardware errors)

My system is Windows 7, I'm running the newest AMD drivers, my PS is rated for 850w but my system only uses about 350w, peaking at 400w. These are my cards: http://www.asus.com/Graphics_Cards/R9270DC2OC2GD5/
No monitors are hooked up to the cards, my screen is hooked up to the integrated graphics. Oh and I'm running cgminer 3.7.2!


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: xbudahx on February 18, 2014, 04:54:44 AM
I have a pair of these cards, that I'm trying to mine LTC with. All over the internet, you can find people getting 450khash or more on these cards. But not this guy. I can't seem to get anything above 250khash per card.

With my intensity set to 11, I don't get any hardware errors. With it set to 12, I get a small amount of hardware errors. Any higher, and I get nothing but hardware errors. Everyone seems to use an intensity of 19 on these cards. I can't seem to get even remotely close to that :(

I've tried copying countless people's config. I've tried running everything way down slow, except a high intensity. No matter what I do, the outcome is always the same:
-I 11 (no hardware errors)
-I 12 (an error or two per minute)
-I 13 or greater (streams of hardware errors, nothing BUT hardware errors)

My system is Windows 7, I'm running the newest AMD drivers, my PS is rated for 850w but my system only uses about 350w, peaking at 400w. These are my cards: http://www.asus.com/Graphics_Cards/R9270DC2OC2GD5/
No monitors are hooked up to the cards, my screen is hooked up to the integrated graphics. Oh and I'm running cgminer 3.7.2!

Post your other config settings.


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: backtrackit on February 18, 2014, 04:57:26 AM
Have you tried hooking a monitor up, think sometimes you can have problems without monitor connected.


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: iru786 on February 18, 2014, 07:49:26 AM
I am running my Powercolor R9 270 at 460  Khash with Intensity of 18.

Please check if you have added the two lines below to your batch file or system config. Also post your CGminer config.

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 18, 2014, 08:18:13 AM
Update:
I'm able to get the cards up to about 308Khash each, using these settings:

--thread-concurrency 8192
--gpu-engine 925
-I 13


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 18, 2014, 08:20:28 AM
Please check if you have added the two lines below to your batch file or system config. Also post your CGminer config.

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

I don't know what this means. What is a batch file, or system config? (This miner is my first windows machine)

Also, there is a monitor hooked up. It's hooked up to the built in video though, not the discrete GPUs. I don't have enough monitors to give every GPU it's own monitor.


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: Wolf_Pack on February 18, 2014, 07:07:21 PM
Please check if you have added the two lines below to your batch file or system config. Also post your CGminer config.

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

I don't know what this means. What is a batch file, or system config? (This miner is my first windows machine)

Also, there is a monitor hooked up. It's hooked up to the built in video though, not the discrete GPUs. I don't have enough monitors to give every GPU it's own monitor.

The batch or config file are what tells cgminer to connect to the pool/ run certain settings. How are you starting cgminer?


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: atp1916 on February 18, 2014, 09:33:54 PM
Your TC is too low.  Minimum TC should be at 10240+. If i run anything under 10k i get HW errors.

I run my 10 270s @ TC 24k.  You need to add that setx GPU_MAX_ALLOC_PERCENT 100 command.


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 18, 2014, 09:59:43 PM
Please check if you have added the two lines below to your batch file or system config. Also post your CGminer config.

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

I don't know what this means. What is a batch file, or system config? (This miner is my first windows machine)

Also, there is a monitor hooked up. It's hooked up to the built in video though, not the discrete GPUs. I don't have enough monitors to give every GPU it's own monitor.

The batch or config file are what tells cgminer to connect to the pool/ run certain settings. How are you starting cgminer?

I use a .cmd file which, for example right now contains:
Code:
/path/to/cgminer.exe --scrypt -o {pool stuff} -u {username} -p {pass} --thread-concurrency 8192 --gpu-engine 925 -I 13


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 18, 2014, 10:09:20 PM
Your TC is too low.  Minimum TC should be at 10240+. If i run anything under 10k i get HW errors.

I run my 10 270s @ TC 24k.  You need to add that setx GPU_MAX_ALLOC_PERCENT 100 command.
Anything other than 8192 gives me error -61 and cgminer won't start. Even with the `setx GPU_MAX_ALLOC_PERCENT 100` added


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: F9F0F on February 19, 2014, 01:31:01 AM
Your TC is too low.  Minimum TC should be at 10240+. If i run anything under 10k i get HW errors.

I run my 10 270s @ TC 24k.  You need to add that setx GPU_MAX_ALLOC_PERCENT 100 command.
Anything other than 8192 gives me error -61 and cgminer won't start. Even with the `setx GPU_MAX_ALLOC_PERCENT 100` added

if your using cmd, just run those commando first before starting cgminer

-> setx GPU_MAX_ALLOC_PERCENT 100
-> setx GPU_USE_SYNC_OBJECTS 1
-> /path/to/cgminer.exe --scrypt -o {pool stuff} -u {username} -p {pass} --thread-concurrency 8192 --gpu-engine 925 -I 13


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 19, 2014, 01:47:10 AM
Your TC is too low.  Minimum TC should be at 10240+. If i run anything under 10k i get HW errors.

I run my 10 270s @ TC 24k.  You need to add that setx GPU_MAX_ALLOC_PERCENT 100 command.
Anything other than 8192 gives me error -61 and cgminer won't start. Even with the `setx GPU_MAX_ALLOC_PERCENT 100` added

if your using cmd, just run those commando first before starting cgminer

-> setx GPU_MAX_ALLOC_PERCENT 100
-> setx GPU_USE_SYNC_OBJECTS 1
-> /path/to/cgminer.exe --scrypt -o {pool stuff} -u {username} -p {pass} --thread-concurrency 8192 --gpu-engine 925 -I 13

I did this. I still can't up my TC, else I get the -61 errors. Each of these cards has 2 GB of memory btw.


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: alabaster on February 19, 2014, 02:00:09 AM
Try the older Catalyst 13s..  14.1 was causing trouble with my cgminer so I went back.


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 19, 2014, 02:10:00 AM
Try the older Catalyst 13s..  14.1 was causing trouble with my cgminer so I went back.
I'm on the 13.12 driver package.


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: dangerdave on February 20, 2014, 09:24:18 AM
Hi Everyone,
I have the same card and im finding my temp's go through the roof as soon as I hit 415kh/s or higher.
Card gives no errors no matter how I abuse the settings. Get great speeds up to 475 or so but heating...
Have awesome cooling, airconned office etc with extra case fan pointing straight at it, so not cooling issue.

Settings im using wich are stable temo of 75deg. @388kh/s
Windows 8.1 using 2 monitors on it. 13.251 drivers.

setx GPU_MAX_ALLOC_PERCENT 100

cgminer --scrypt -o stratum+tcp://url -u u -p x --thread-concurrency 15232 --lookup-gap 2 --gpu-engine 900 --gpu-memclock 1500 --gpu-powertune 20 -w 256 -I 18 -g 1 --gpu-fan 100-100

If I bump up the engine the speed goes up nicely but so does temp.
Anything im doing wrong or that im missing?
Seeing guys running similar cards at 450+ at lower temps etc.

Any advice welcome.
Thanks in advance.
Dave


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 20, 2014, 09:33:09 AM
Hi Everyone,
I have the same card and im finding my temp's go through the roof as soon as I hit 415kh/s or higher.
Card gives no errors no matter how I abuse the settings. Get great speeds up to 475 or so but heating...
Have awesome cooling, airconned office etc with extra case fan pointing straight at it, so not cooling issue.

Settings im using wich are stable temo of 75deg. @388kh/s
Windows 8.1 using 2 monitors on it. 13.251 drivers.

setx GPU_MAX_ALLOC_PERCENT 100

cgminer --scrypt -o stratum+tcp://url -u u -p x --thread-concurrency 15232 --lookup-gap 2 --gpu-engine 900 --gpu-memclock 1500 --gpu-powertune 20 -w 256 -I 18 -g 1 --gpu-fan 100-100

If I bump up the engine the speed goes up nicely but so does temp.
Anything im doing wrong or that im missing?
Seeing guys running similar cards at 450+ at lower temps etc.

Any advice welcome.
Thanks in advance.
Dave


What are you using to see your temperatures? I've been unable to see these card's temps using any utility I could find.

Also, copying your settings, and I'm finally getting some faster speed. About 405khash each card.


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: dangerdave on February 20, 2014, 09:52:12 AM
The CG miner shows the temp for me :/


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 20, 2014, 09:53:38 AM
The CG miner shows the temp for me :/
Where does it show it? Is there something you have to do to get this info to show up? I've been struggling to get temps off my cards, because I really have no idea if i'm cooking them or not.


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 20, 2014, 10:16:43 AM
The CG miner shows the temp for me :/
Also, what driver package are you using for these cards?


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: dangerdave on February 20, 2014, 10:21:51 AM
The CG miner shows the temp for me :/
Also, what driver package are you using for these cards?
Windows 8.1 using 2 monitors on it. 13.251 drivers.
Temp shows in top left corner, simple google img search should show you how it looks with temp


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 20, 2014, 10:31:05 AM
The CG miner shows the temp for me :/
Also, what driver package are you using for these cards?
Windows 8.1 using 2 monitors on it. 13.251 drivers.
Temp shows in top left corner, simple google img search should show you how it looks with temp
Interesting, so hooking up a monitor to one of my two R9's, and now temp shows up! I want to run this headless, I wonder if a DVI to VGA adapter with no monitor, will be enough to trigger the temps.


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 20, 2014, 10:43:36 AM
Negative on the DVI to VGA adapters with no monitors. Oh well.


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: dangerdave on February 20, 2014, 10:46:39 AM
how are you viewing it with no monitor attached? RDP?


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 20, 2014, 10:47:51 AM
how are you viewing it with no monitor attached? RDP?

I originally had a monitor attached to the integrated GPU. Now I'm using RDP. I've read that some people have problems specifically when using RDP. Mine didn't work even without RDP.


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: dangerdave on February 20, 2014, 10:53:21 AM
When you remote in with RDP it loads its own driver screwing with temp readings.
try using something like VNC rather. (remember to restart after you have RDPed onto a machine to reset the driver crap.


Title: Re: Trouble with ASUS R9 270 (cgminer 3.7.2)
Post by: l008com on February 20, 2014, 10:54:33 AM
When you remote in with RDP it loads its own driver screwing with temp readings.
try using something like VNC rather. (remember to restart after you have RDPed onto a machine to reset the driver crap.

I never got any temps even when I didn't use RDP at all. Just having the real monitor connected to the board's integrated video, I still never got any temps out of the GPUs.