Bitcoin Forum
May 17, 2024, 04:38:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 [120] 121 122 »
2381  Bitcoin / Bitcoin Discussion / Re: 128-bit Quantum Computer Commercially Available - Qubitcoin coming soon? on: December 14, 2011, 04:44:36 AM
Haha using http://en.wikipedia.org/wiki/Shor%27s_algorithm, one can find prime factors in linear time.

Thanks for the link!
2382  Other / Politics & Society / Re: BBC Speechless As Trader Tells Truth: "The Collapse Is Coming" on: September 27, 2011, 07:54:39 AM

I would suggest checking out two ETFs in the US trading markets, FAS and FAZ. These would be enough for an agile trader to make 100X if the market crashes.
2383  Other / Beginners & Help / Re: Your Reward: NONE" on mining.bitcoin.cz on: July 27, 2011, 04:46:39 PM
In the last 4 days, I have earned 1.2btc at Deepbit and only 0.94btc at bitcoins.cz , with same hashing power 500GH/s.
2384  Other / Beginners & Help / Downclocking memory in a Non-Reference 6950 in Linux on: July 27, 2011, 02:57:27 AM
Guys I have tried aticonfig under Linux, but it does not downclock the RAM on my non-reference 6950. I have three of these cards, and it fails to change memory clock speed. It works fine for the 5830 card.

I read that ati-traytools can do this for non-ref 6950 in Windows.

Does anyone have success using a similar tool or command line script / code under Linux?

Thanks a bunch
2385  Other / CPU/GPU Bitcoin mining hardware / Re: Radeon HD 6950 Running Hot on: July 27, 2011, 02:53:31 AM
Use spacers on the 6950's.  It'll help a lot.  (I used Styrofoam peanuts)

Cheers,
Kermee

Same here, excellent spacers for FREE!
2386  Other / CPU/GPU Bitcoin mining hardware / Re: Anyone using Biostar A870 motherboard? on: July 26, 2011, 11:08:08 PM

Question is whether you need to short any pins for the x1 approach to work with this board?  On some other boards, such as the MSI 890FXA-GD70, it seems you have to.



No shorting / presence detect mod was necessary in my case for HIS 5830 and Sapphire 6950.
2387  Other / CPU/GPU Bitcoin mining hardware / Re: 190$ on: July 26, 2011, 11:02:45 PM
-edit- sorry OOS  Embarrassed

http://www.newegg.com/Product/Product.aspx?Item=N82E16814127554R
2388  Other / CPU/GPU Bitcoin mining hardware / Re: Anyone using Biostar A870 motherboard? on: July 26, 2011, 11:01:08 PM
Using this mobo. I have daisy chained MOBO -> PCI 1X-1X -> PCI 1X-16X -> VGA, for two cards (5830, 6950). Works good.
2389  Other / CPU/GPU Bitcoin mining hardware / Re: How many kWh are you using a month? on: July 26, 2011, 10:59:15 PM
A 18,500 BTU Window AC draws 1800Watts from the plug. What kind of AC unit do you have which draws 10,000W?
2390  Bitcoin / Mining / Re: You know when you are bitcoin miner when... on: July 25, 2011, 01:38:57 PM
15: When your house is littered with empty boxes with weird labels like HIS, XFX, Biostar.
2391  Alternate cryptocurrencies / Altcoin Discussion / Re: Mining Namecoins is now 2x more profitable than Bitcoins on: July 23, 2011, 05:13:03 PM
I am sure you might have done that already, but there's a help page here
http://coinotron.com/coinotron/AccountServlet?action=help

Did you create your workers already?
2392  Other / CPU/GPU Bitcoin mining hardware / Re: MSI 890FXA-GD70 - Anyone using Extenders with it? on: July 22, 2011, 03:03:05 PM

2393  Other / Beginners & Help / Re: gigabyte motherboard question on: July 22, 2011, 02:50:22 PM

I used this
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=320717538179&ssPageName=STRK:MEWNX:IT

and this
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=180670518754&ssPageName=STRK:MEWNX:IT
2394  Alternate cryptocurrencies / Altcoin Discussion / Re: Now accepting namecoin mining accident reports (+namecoin safety advisory) on: July 22, 2011, 02:20:40 PM
This morning nonchalanty my palm reached the cooling fan on the HIS 5830 graphics card and here you can see the painful results. Ouch!
2395  Other / Beginners & Help / Re: memory doesn't stay underclocked when under load on: July 22, 2011, 02:04:51 PM
Any idea how to do this in Linux?

Thanks
2396  Other / Beginners & Help / Radeon 6850 $124.99 with Rebate, $10 off code, Free ship on Newegg on: July 22, 2011, 01:58:37 PM
I think this card is decent miner for the price and power consumption (Max 127Watts). It can also be overclocked a bit. Since it's a 68XX series it should hold its resale value a bit better than 5830.

http://slickdeals.net/forums/showthread.php?t=3130990
XFX HD-685X-ZNDC Radeon HD 6850 1GB 256-bit DDR5 w/ Shogun 2 & Dirt 3 $124.99 AR Free Shipping @ newegg.com


2397  Alternate cryptocurrencies / Altcoin Discussion / Re: Mining Namecoins is now 2x more profitable than Bitcoins on: July 21, 2011, 11:35:52 PM
I saw a huge bump in namecoin mining power in the last 24 hrs at http://www.coinotron.com pool.
2398  Bitcoin / Mining / Re: PowerTune on: July 11, 2011, 09:59:58 PM
Actualy IIRC powertune is a feature intended for the 69XX Radeon, to curb power to a given maximum TDP.
Thanks so much for the code. I modified it a bit to be used for systems with mixed GPU's.

Code:
 if(ADL_Overdrive5_PowerControl_Set(i, 20) != ADL_OK)
                {
                        cout << "Failed to set " << i << " power control" << endl;
                        //return -1;
                } else { cout << "Value set for " << i << endl; }

                if(ADL_Overdrive5_PowerControl_Get(i, &a, &b) != ADL_OK)
                {
                        cout << "Failed to get " << i << " power control" << endl;
                        //return -1;
                }

The g++ compiler in my ubuntu 10.10 installation could not locate the library so I copied libatiadlxx.so to the local location
cp /usr/lib/fglrx/libatiadlxx.so .

and used
g++ -o powertune ./powercontrol.cpp ./libatiadlxx.so

2399  Bitcoin / Project Development / Re: Authors Wanted! [BTC Rewards] GPUbitcoin.com on: July 11, 2011, 10:21:11 AM
Found this youtube video pretty informative. Probably it maybe helpful for your site.
http://www.youtube.com/watch?v=pJjDuPbHfNU
2400  Other / Beginners & Help / Re: Bitcoin Price Predictions on: July 11, 2011, 10:03:42 AM
Aug $20
Sep $25
Oct $40
Nov $100
Dec $120
Jan $300
Pages: « 1 ... 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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 [120] 121 122 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!