Bitcoin Forum
July 05, 2024, 01:28:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4]
61  Bitcoin / Mining support / Re: Help me with a simple Linux script on: August 03, 2011, 10:46:09 PM
And if you prefer one-liners
Code:
curl "http://www.mywebsite.com/update_temp.php?rig=1`DISPLAY=:0;aticonfig --adapter=all --odgt | awk 'BEGIN {counter=1} /Temperature/ {printf "&temp"counter++"="$5}'`"

At first I thought maybe sed could do this, but after 30min of trying sed, and spamming the google search, I gave up and gave awk a shot and was surprised at how easy and powerful the syntax was.
62  Other / CPU/GPU Bitcoin mining hardware / Re: cant get 4650 to work on 1x adapter for the life of me [1btc bounty] on: August 03, 2011, 12:34:00 PM
Does the BIOS detect the card?
Does the OS detect the card?
Is it present in the Catalyst Control Center?

Re-installed the catalyst drivers after you attached the 4650?
Dummy-plug attached?
TV-attached to the svideo after hard-boot(power-cycle)?
Have you tried switching the graphics-cards to rule out non-working 1x-riser?
63  Bitcoin / Mining support / Re: Help me with a simple Linux script on: August 02, 2011, 08:17:50 PM
curl
sorry, came back and saw that you just didn't want the GET solved, you wanted some chopping as well.

Quote
#!/bin/bash
Counter="0"
URL="http://www.mywebsite.com/update_temp.php?rig=1"

for Temp in `export DISPLAY=:0;aticonfig --adapter=all --odgt | grep -o '...\...' | sed -e 's/^[ \t]*//'`
  do
    Counter="$(($Counter+1))"
    URL="${URL}&temp$Counter=$Temp"
  done
curl "$URL"

Working as intended?
64  Other / CPU/GPU Bitcoin mining hardware / Re: Smartcoin Linux mining administration. [NEW LOCKUP DETECTION & FAILOVER SUPPORT] on: August 02, 2011, 07:12:59 PM
As far as I have read, the Sapphire Xtreme 5850's do not allow you to Bios overvolt via RBE..  Trixx is the only reliable method.  I could be wrong.
AOCLBF https://bitcointalk.org/index.php?topic=10264.0 is also able to overclock/volt the Sapphire Xtreme 5850's.  Cool
aticonfig works in linux.

Running my Xtreme's in the range of 950-990 on stock voltage.
65  Other / Beginners & Help / Re: Running 6850 + 5830's in same computer on: August 02, 2011, 05:34:51 PM
Will probably work...
two 12v-rails at 30A each, not sure how they are configured though, but don't put both 5830 on same rail since they are 175W(wiki) each, as for the 6850 that is 127W(wiki)...
One 5830 and the 6850 on one rail and everything on the other one.
With no overclocking and not lots of HDDs you should probably be ok.

No guarantees though  Roll Eyes
66  Other / Beginners & Help / Re: Running 6850 + 5830's in same computer on: August 02, 2011, 05:07:07 PM
Different SDKs should work in Linux.

Good pointer on the PSU.
Pay extra attention to if there is one or multiple 12v-rails.
67  Other / Beginners & Help / Re: 5850 low hashrate on: August 02, 2011, 01:59:22 PM
I don't know, I haven't tried games yet but 2-3 times the driver was being continously restored, in particular 1 time there were lot of glitches on the screen. And if I open a program too early after system startup, the entire PC freezes. May these things mean a malfunction of my card?
By the way, when I was using the GTX 260 it was powered by two 6 pin pci-e cables, while the ATI has one 6 pin slot and one 8 pin slot for the auxiliary powering, to which i've connected the same cables, therefore connecting the second 6 pin cable to the 8 pin slot.

Doesn't sound too promising...
Two 6-pin(2x75W) should be enough for default(1.1688V), one 6-pin(75W) and one 8-pin(150W) would come in handy with some extreme voltages though...

You could try and undervoltage to 1.088V and see if that helps...
Might need EULA-tweak(http://forums.guru3d.com/showthread.php?t=338906) for MSI Afterburner since voltage-controls are grayed out...

Or try ASUS GPU Tweak http://ftp://ftp.asus.com.tw/pub/ASUS/vga/app/GPUTweak110.zip

Or try getting an adapter to get an 8-pin...


68  Other / Beginners & Help / Re: 5850 low hashrate on: August 02, 2011, 12:33:59 PM
Why should the clock become 850-875? Isn't it limited to 725 unless I overclock the card?
You are correct, should be 725.

I don't see anything odd in those images Sad

Is the hash still low if you reboot and don't start any programs except the miner?

Do games perform like crap as well?
69  Other / Beginners & Help / Re: 5850 low hashrate on: August 01, 2011, 11:42:44 PM
Is the ASUS ATI RADEON 5850 DirectCU the only GPU in your system?
If it's an extra card, you probably need a dummyplug or a monitor connected to it and extend the desktop to get the GPU working at full speed...
70  Other / Beginners & Help / Re: What's your Mhash/s? (Pissing contest here) on: August 01, 2011, 10:07:09 PM
A bunch of Sapphire Xtreme 5850's running just short of 400Mh/s each, at stock voltage  Shocked
71  Other / Beginners & Help / Re: 5850 low hashrate on: August 01, 2011, 10:01:19 PM
Have you rebooted after drivers installation?

Try this instead:
-k phatk DEVICE=0 VECTORS BFI_INT AGGRESSION=9 WORKSIZE=128

and maybe try using Catalyst 11.6 instead of Catalyst 11.7.
Pages: « 1 2 3 [4]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!