Bitcoin Forum
May 13, 2024, 09:37:28 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 [52] 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 ... 152 »
1021  Bitcoin / Bitcoin Technical Support / Re: 5870 + 6870 problems on: February 27, 2012, 09:53:37 AM
Id be willing to bet 1 coin you can SSH in to the machine fine even with 2 cards. When you do, try running

Code:
sudo aticonfig --initial --adapter=all -f 

then reboot.

If that doesnt fix it, try booting with nomodeset. I wrote a howto on this a long time ago, but most if it is still accurate today:
http://ubuntuforums.org/showthread.php?t=1613132
1022  Economy / Economics / Re: US planning a "Falseflag" attack on Iran? on: February 27, 2012, 09:49:42 AM
maybe the US will just claim to have been "cyper-attacked": http://www.youtube.com/watch?v=op_N_M6AlhE&feature=g-all-u&context=G2b6fba6FAAAAAAAAAAA

I dont think thats gonna fly with public opinion, even in a militaristic society as the US. "Oh no, they defaced my facebook page, lets launch a nuclear attack(*)"

(*) attacking active nuclear installations, is a nuclear attack IMO.

Anyway, I dont think they will do anything to Iran before having toppled Assad in Syria.  Thats clearly where the propaganda is focusing on now.
1023  Bitcoin / Bitcoin Technical Support / Re: 5870 + 6870 problems on: February 27, 2012, 09:25:37 AM
I doubt its the PSU. That 700W may or may not be adequate, but it should be enough to boot the machine. If it would fail under load, id start pointing fingers at the PSU, but doing nothing I dont see 2 cards plus the rest of the system pulling more than ~200W. More so if its this PSU:
http://www.hardwareheaven.com/reviews/929/pg1/xigmatek-nrp-pc702-700w-psu-review-introduction.html

60A on the 12V rails is pretty good.

Are you using the opensource drivers at this point, or the ATI drivers? If you can, see if you can SSH in to the machine. I think this is just a xorg/driver problem
1024  Other / CPU/GPU Bitcoin mining hardware / Re: GPU chip degradation on: February 27, 2012, 08:23:51 AM
Do the effects of electromigration progress over time or is it just an instant thing where the card simply gives up after running great immediately before the total cut in the interconnectors?

It can be either. Electromigration may cause a slow decline of maximum stable OC, particularly if the affected logic thats being degraded is in the critical path, or it may cause a sudden catastrophic failure that appears to come out of the blue
1025  Other / Beginners & Help / Re: I'm not very good with computers and need some help. on: February 26, 2012, 10:48:36 PM

Why don't you just steal it out of their wallets?

Or ask them to invest in a GPU; assuming your electricity is cheap, split the profits.
Good luck convincing them its not for gaming though Smiley
1026  Other / Off-topic / Re: A1BitcoinPool Compensation on: February 26, 2012, 10:22:04 PM
Just to confirm you can donate whatever Im owned for this to p2pool, but I would like to see a transaction id.

When payments are sent, it will be done.

I'm waiting to do all payments at once, and I will wait until we are all sure that everything is accounted for and right.

Sorry, I didnt realize you were paying them, I thought it was the scammer. Still a good idea to post them though.
1027  Other / Off-topic / Re: A1BitcoinPool Compensation on: February 26, 2012, 10:01:14 PM
Just to confirm you can donate whatever Im owned for this to p2pool, but I would like to see a transaction id.
1028  Economy / Economics / Re: Cool BTC stats on: February 26, 2012, 05:40:43 PM
Neither real, float nor double, simply int or or so.  Grin

One could say imaginary, but Id go with complex Smiley
1029  Bitcoin / Pools / Re: A1BitcoinPool Complaint on: February 26, 2012, 05:01:58 PM
You can donate my share to P2Pool miners though.

Same here
1030  Other / Off-topic / Re: PHP array question on: February 25, 2012, 12:12:22 PM
Why don't you use the returned arrays while fetching them from Mysql?

TBH, because my code is already working with arrays that are initialized on startup, so hardcoded.
Now I just want to fetch the data from a db without rewriting everything.
Looks like I may have to.



1031  Other / Off-topic / Re: PHP array question on: February 25, 2012, 11:27:58 AM
Im contemplating sending you 5BTC for this extremely useful post Smiley
1032  Other / Off-topic / PHP array question on: February 25, 2012, 10:32:34 AM
Im struggling with PHP to get data from a mysql db and put it in to PHP arrays in a way thats actually easy to use.

Assume I have a table "miners'" with the following fields:

ip (also primary key)
name
status
location
...

I want to fetch this from mysql, put in an array and then loop through all miners, in this example just to display the ip and names.

The best Ive come up with is this:

Code:
  $query = "SELECT * FROM miners"; 
    $result = mysql_query($query) or die(mysql_error());
    $i=0;
    while ($r = mysql_fetch_assoc($result)) {
        $miner[$i]=$r;
        $i++;
    }
 
    foreach ($miner as $i=>$d) {
        echo "miner :  ". $d["ip"] ." ". $d["name"] .$d["whateverotherfield"];
    }

I does work, but its such a kludge.
Im sure there is a better way, but I just dont see it.

Any help appreciated.

   
     
1033  Bitcoin / Mining support / Re: dedicated miner on: February 24, 2012, 03:06:32 PM
If you have an extra wireless router, install DD-WRT and set it up as a wireless bridge with the rig connected by Ethernet. That will be a lot more stable than using a wireless adapter.

This.  Would you run a server off a wireless link?  A mining rig is a server.  It is on 24/7 and when it goes down you lose money.

Of course there is little reason to assume a DD-WRT modded wireless bridge is any more reliable than a wireless card. Its still wireless you see Smiley.
1034  Bitcoin / Mining support / Re: 2 BTC bounty - why can't I get lower Mem clocks? on: February 24, 2012, 02:11:34 PM
So how does it impact performance? AFAIK, you need SDK 2.6 for radeon 7 cards, and with SDK 2.6, hashrate scales pretty good with mem speed (IOW, if you lower your mem speed, hashrates take a nosedive).
Am I wrong?
1035  Other / Beginners & Help / Re: Unstable When I Underclock! on: February 24, 2012, 11:44:26 AM
Yeah but he doesnt say how far.
 Many cards cant be set any voltage but only to some predefined values.  If his cards are not stable at 700 stock voltage he should state that and not post results for 700/1v.
1036  Other / Beginners & Help / Re: Unstable When I Underclock! on: February 24, 2012, 11:35:03 AM
Its not the clock, its the voltage. default voltage for most 5870s is 1.175v. 1v is a huge 18% undervolt.
Or are you saying 700 Mhz doesnt work 1.175v?
1037  Other / CPU/GPU Bitcoin mining hardware / Re: Sapphire 5850 Fan Dead on: February 22, 2012, 04:20:52 PM
Are you sure you have the same kind of heatsink? If you strap fans to that heatsink without offset, you would get zero CFM... its almost airtight, its like gluing a case fan to a wall? Even with offset, you are only using ~30% of the surface of the cooler, if that, since you dont use the vertical fins and you get close to zero airflow over the heatpipes.

If you put them in the place where the original cooler was, I cant imagine a lot of airflow going through the heatsink either. Not without a shroud forcing the air that way, rather than going up and down with no resistance.

Oh well, if it works for you, so much the better. But I cant see how lol. I suspect you have a different heatsink where air can travel through freely, unlike this XFX one.
1038  Other / CPU/GPU Bitcoin mining hardware / Re: Sapphire 5850 Fan Dead on: February 22, 2012, 02:10:24 PM
Hmm... can you point to some pics of the two different kinds you're talking about?  The ones I've put case fans on seem to be the 'closed' type you are describing, and I've actually gotten better cooling with the case fan and no cowling.  But perhaps I've not seen the closed type you're talking about.   The two cards abracadabra posted are the type I'm talking about - I've replaced those and had good luck with that.

The fans I've replaced are flat blade type, basically just like a case fan.  Are you talking about the turbine type that are shaped more like  barrel, such as the reference 5970/6990 fans?  If so, then yes, I agree, replacing those with case fans would not be a good idea.


Here is a pic of my XFX 5870 cooler:



Only the most right heatpipe is in an "open" section of the cooler



Just slapping a case fan on there without shroud isnt going to work IMO.
Even with shroud it took me 3 fans stacked together blowing into where the original fan was,  to keep temps acceptable:
https://bitcointalk.org/index.php?topic=62325.0
1039  Other / CPU/GPU Bitcoin mining hardware / Re: Sapphire 5850 Fan Dead on: February 22, 2012, 11:09:24 AM
When my 5850 (and 5870) fans fail, I just pop off the cowling, strap an 80mm casefan to the HSF unit with zip ties and fire it up.  Keeps the cards cooler than stock fan, looks ghetto as hell, but works great and its' cheap/easy to replace if/when the fan fails again.

Not sure thats a good idea with all cards. Some have a "closed heatsink". If you look at the card as you normally would when its laying flat on a table, underneath the shroud you basically see a solid metal sheet with just a hole for the fan. The fan forces the air through the vents that you cant see from the top.  Blowing on to that sheet is probably rather pointless.  non reference XFX cards are like that. I had to put 3 case fans in series to keep a dead fan 5870 from melting. If Im not mistaken 5850 and 5870 reference coolers, while different are also mostly closed on the top.

Other cards have an "open heatsink" where the plastic shroud is actually needed to force the air through the vents of the HSF. In that case Im sure strapping on some case fans would work great and probably better than stock in an open rig.
      
1040  Bitcoin / Mining software (miners) / Re: CGMINER GPU bitforce overclock monitor fanspeed GCN RPC linux/windows/osx 2.2.7 on: February 22, 2012, 08:13:12 AM
. But when load is re-applied to the card, AMDOverdriveCtrl immediately shows the clock returned to 900Mhz, but cgminer's hash rate will only slowly climb back to original hashrate in about 10 minutes

I take it you arent using auto-gpu with a clockspeed range then. If you are, it doesnt start at 900, it will start at whatever you configured as lowest in the range (say 700-1000 in my case) and then slowly increase back to 1GHz. Same behavior as when it overheats. So its not the average hashrate Im talking about, its the clock.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 [52] 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 ... 152 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!