Bitcoin Forum

Bitcoin => Mining => Topic started by: Dante on June 09, 2011, 06:01:46 AM



Title: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: Dante on June 09, 2011, 06:01:46 AM
going to be building a mining rig soon hopefully whats the best card for mining? im thinkiing the 5870 and then upgrading to the 5970 black edition later anything better?
also whats the best hash rate you've ever gotten including oc?


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: jme621 on June 09, 2011, 06:03:01 AM
pulling 302 on all my 5830s


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: V2-V3 on June 09, 2011, 06:06:37 AM
450Mhash from an ASUS 5870 @ 975MHz Core 900MHz RAM


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: masterminer on June 09, 2011, 06:17:25 AM
755 mHash from a Diamond 6990, o/c switch thrown, and flags -v -w128


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: Real on June 09, 2011, 06:30:35 AM
389.2 with a 5870 (900mhz gpu), seems low :(


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: nemo on June 09, 2011, 06:41:28 AM
800mhash from a 5970 850/300. But it's stable at around 750.


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: PcChip on June 10, 2011, 03:11:41 AM
358 from a 5850 on stock voltage, I haven't actually found the max overclock yet, just stuck with 900 so far because I'm happy with it.

305 from my Sapphire Xtreme 5830


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: dingus on June 10, 2011, 03:13:54 AM
760 million hashes/s on a 5970


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: SomeoneWeird on June 10, 2011, 03:28:37 AM
760 million hashes/s on a 5970

0_o


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: jspielberg on June 10, 2011, 04:01:44 AM
I wrote a little script to output my stats every minute.

GPU load :    99%
GPU load :    99%
GPU load :    99%
Sensor 0: Temperature - 84.50 C
Sensor 0: Temperature - 81.00 C
Sensor 0: Temperature - 73.00 C
GHash/s: 1.23415000000000000000
09/06/2011 21:51:26, 421198 khash/s
09/06/2011 21:51:17, 420180 khash/s
09/06/2011 21:51:25, 392772 khash/s

So... 1.2341Gh/s with 1 Asus Ares 5870x2 card oc-ed to 940Mhz and 1 XFX 5870 OC-ed to 900Mhz.  They are running a little warm, but not too crazy. Code below:

Code:
for ((;;)); do uptime | sed 's/^ *//'; aticonfig --odgc --adapter=all |grep "GPU" | sed 's/^ *//' | grep '[[:digit:]]*' ; aticonfig --odgt --adapter=all |grep -i Temperature | sed 's/^ *//' |grep " [[:digit:].]* " ; echo -n "GHash/s: " ; echo "( $(tail -n 20 /tmp/bitcoin_1.log |grep hash |tail -1 | awk '{print $3}') + $(tail -n 20 /tmp/bitcoin_2.log |grep hash |tail -1 | awk '{print $3}') + $(tail -n 20 /tmp/bitcoin_3.log |grep hash |tail -1 | awk '{print $3}') )/1000000" | bc -l; tail -n 20 /tmp/bitcoin_1.log |grep hash |tail -1 |grep " [[:digit:]]* " ;tail -n 20 /tmp/bitcoin_2.log |grep hash |tail -1 | grep " [[:digit:]]* " ; tail -n 20 /tmp/bitcoin_3.log |grep hash |tail -1 |grep " [[:digit:]]* "; cat /tmp/bitcoin_*.log |grep checking | sort -nrk 4 | tail -3 |grep " [[:digit:]]* "; grep ".*accepted.*" /tmp/bitcoin_*.log; echo "Blocks: $(~/bitcoin-0.3.21/bin/64/bitcoin getblockcount)" ;echo "Balance: $(~/bitcoin-0.3.21/bin/64/bitcoin getbalance)" ; sleep 60; done

Just have your poclbm processes log to /tmp/bitcoin_[123...].log


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: hugolp on June 10, 2011, 04:30:15 AM
450Mhash from an ASUS 5870 @ 975MHz Core 900MHz RAM

What miner and flags are you using?


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: RedLine888 on June 10, 2011, 05:34:00 AM
450Mhash from an ASUS 5870 @ 975MHz Core 900MHz RAM
Damn, you're fast!

What flags, kernel, OS, SDK, Drivers are you using?

Thanks


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: Crayon on June 10, 2011, 05:57:21 AM
400Mhash/s on a 5850 1000/340 @ 1.2v

-v -w 256 -f 1

SDK v2.1


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: mistersaturn on June 10, 2011, 06:03:52 AM
828 mhashes/sec @ xfx 5970 black edition, OCed to 925/1300.


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: LegitBit on June 10, 2011, 06:21:00 AM
340MHs on a 5830.

Core 1030 / Mem 340 Stock volt, air cooled. Using Phakt kernel, Worksize 128 fastloop off

63C Shader Temp with PCIE slot base Frequency upped to 102mhz and an ambient room temp of 71F

Unstable after about 3 hours, so bumped down to 960 with the same memory and am getting a stable 288MHs.


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: SomeoneWeird on June 10, 2011, 07:56:14 AM
340MHs on a 5830.

Core 1030 / Mem 340 Stock volt, air cooled. Using Phakt kernel, Worksize 128 fastloop off

63C Shader Temp with PCIE slot base Frequency upped to 102mhz and an ambient room temp of 71F

Unstable after about 3 hours, so bumped down to 960 with the same memory and am getting a stable 288MHs.

NICE! What brand was that 5830?


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: dingus on June 10, 2011, 08:05:44 AM
828 mhashes/sec @ xfx 5970 black edition, OCed to 925/1300.
What kind of setup do you have? I don't believe you can sustain such a high hash rate. And, why do you overclock your memory? It does nothing for your hashes/second and just increases heat.


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: monstrs on June 10, 2011, 08:11:57 AM
800mhash from a 5970 850/300. But it's stable at around 750.

What flags and OS, miner are you using? Thats crazy score for 5870 !! My can get 427 MH/s with 1000/347.


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: dingus on June 10, 2011, 08:13:05 AM
800mhash from a 5970 850/300. But it's stable at around 750.

What flags and OS, miner are you using? Thats crazy score for 5870 !! My can get 427 MH/s with 1000/347.
Read again, the card is a 5970.


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: nemo on June 10, 2011, 08:16:00 AM
828 mhashes/sec @ xfx 5970 black edition, OCed to 925/1300.

Nice mhash, I'm guessing water cooled? Does the memory have to be so high? I thought it did nothing.


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: mistersaturn on June 10, 2011, 08:21:31 AM
its not water cooled and i OCed my memory because, and I am not trolling you with this one, i just get a bluescreen if I OC gpu but not the memory, don't ask me why.i just figured it out by playing a lot with the after burner. but to be fair, i can only sustain those hashes for about 2 hours, the card gets unstable and crashes then, but when i turn the cpu clock down a little I stell get 770mhash/sec and the card has been stable for about 2 days now.

currently i am at work, but i can upload a screenshot later if you want to. 5970 can potentially hash over 800.


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: rb1205 on June 10, 2011, 08:30:42 AM
...but when i turn the cpu clock down a little I stell get 770mhash/sec and the card has been stable for about 2 days now.

currently i am at work, but i can upload a screenshot later if you want to. 5970 can potentially hash over 800.

Seems right, i'm mining on an air cooled 5970@730 MHz and i'm pulling 700-720 MH/s. Using a good liquid cooling I guess you can go stable over 800.
On the other hand, with the 200$ for a good liquid cooling you can get an additional 300+ MH/s GPU.


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: jhansen858 on June 10, 2011, 08:46:51 AM
Can anyone give me any tips here.. I'm running 2x 5970's and i'm only getting on average 305 mh/s each..


Multiple people said they getting 700 each card????

WTF am I doing wrong here...


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: 5tr1k3r on June 10, 2011, 09:15:23 AM
Can anyone give me any tips here.. I'm running 2x 5970's and i'm only getting on average 305 mh/s each..


Multiple people said they getting 700 each card????

WTF am I doing wrong here...
5970, really? Maybe you should check your clocks, they're probably like 157/300 :)

I have 5770 at 950/310 getting 210 mhash/s and 5850 at 915/310 getting 365 mhash/s. Stock voltages, stock coolings both.


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: rb1205 on June 10, 2011, 09:41:50 AM
Can anyone give me any tips here.. I'm running 2x 5970's and i'm only getting on average 305 mh/s each..


Multiple people said they getting 700 each card????

WTF am I doing wrong here...

there is really something wrong here...
Open AMD control panel and go for the last tab. Check the workload on all your GPUs (should be 4) and report them back here.


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: willphase on June 10, 2011, 09:43:54 AM
450Mhash from an ASUS 5870 @ 975MHz Core 900MHz RAM

that's impressive - I'm only getting 400 but I'm only running my core at 910Mhz - what temp are you seeing from your core running at that speed? - I'm scared to go much higher than 75...

W


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: yetis on June 10, 2011, 09:54:27 AM
(... still awaiting my 2x Ati 6990 ...)

I'm getting peak 130 Mhashs/s on my GTX570 (oc: core 810 / mem 1400).
About 21 Mhashs/s on my GT430 (oc: 810 / mem standard@900)
Both using puddinpops cudaminer.


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: RedLine888 on June 10, 2011, 06:56:27 PM
going to be building a mining rig soon hopefully whats the best card for mining? im thinkiing the 5870 and then upgrading to the 5970 black edition later anything better?
also whats the best hash rate you've ever gotten including oc?

475MH/s, 5870@1060,368

WOW man! How?

What are the flags, miner, os and drivers?


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: avoid3d on June 10, 2011, 07:26:58 PM
450Mhash from an ASUS 5870 @ 975MHz Core 900MHz RAM

that's impressive - I'm only getting 400 but I'm only running my core at 910Mhz - what temp are you seeing from your core running at that speed? - I'm scared to go much higher than 75...

W

Graphics cards are designed to go much higher than 75, people run them past 90... on mine the card will not attempt to slow down untill past 100


Title: Re: best rate for mh/s from single card? best rate you've ever gotten including oc?
Post by: LegitBit on June 10, 2011, 07:33:43 PM
340MHs on a 5830.

Core 1030 / Mem 340 Stock volt, air cooled. Using Phakt kernel, Worksize 128 fastloop off

63C Shader Temp with PCIE slot base Frequency upped to 102mhz and an ambient room temp of 71F

Unstable after about 3 hours, so bumped down to 960 with the same memory and am getting a stable 288MHs.

NICE! What brand was that 5830?

Sapphire Xtreme 5830, purchased from newegg.com before I even knew about this bitcoin stuff.  ;D

It was unstable if the machine was used, so I bumped it back down, I was worried something might happen when I was away.

Don't want to come home to a smoking case.