Pages:
Author

Topic: best rate for mh/s from single card? best rate you've ever gotten including oc? - page 2. (Read 3198 times)

sr. member
Activity: 490
Merit: 255
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
hero member
Activity: 700
Merit: 500
full member
Activity: 126
Merit: 100
760 million hashes/s on a 5970
sr. member
Activity: 418
Merit: 250
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
sr. member
Activity: 500
Merit: 253
800mhash from a 5970 850/300. But it's stable at around 750.
newbie
Activity: 2
Merit: 0
389.2 with a 5870 (900mhz gpu), seems low Sad
newbie
Activity: 17
Merit: 0
755 mHash from a Diamond 6990, o/c switch thrown, and flags -v -w128
full member
Activity: 227
Merit: 100
450Mhash from an ASUS 5870 @ 975MHz Core 900MHz RAM
sr. member
Activity: 360
Merit: 250
pulling 302 on all my 5830s
newbie
Activity: 11
Merit: 0
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?
Pages:
Jump to: