Bitcoin Forum
May 27, 2024, 12:58:48 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 »
41  Other / Beginners & Help / Re: dual 6950 mining on: March 29, 2012, 11:40:22 PM
why i cannot use crossfire with mining?
I never said you cannot use crossfire, I merely said it won't increase your hash rate at all.
Moreover, spreading the GPUs further apart (if possible with your mobo) might drop the temperatures by a couple degrees.

GUIminer provides merely a graphical interface, which mining kernel do you use? Poclbm? Phoenix?

SDK 2.5 is the optimal version for VLIW-4 cards. The lastest drivers come with SDK 2.6.
42  Bitcoin / Bitcoin Technical Support / Re: Having problems verifying bitcoin download with GPG4Win on: March 29, 2012, 10:32:18 PM
You already installed both of them by installing GPG4Win.
The default installation directory for Gpg4Win is C:\Program Files (x86)\GNU\GnuPG  (on 64-bit systems) or C:\Program Files\GNU\GnuPG  (32-bit systems)

If you cd to the installation directory both gpg.exe and sha25sum.exe will be in scope:
Code:
cd \Program Files (x86)\GNU\GnuPG
The last line is no mistake, you can use the backslash to denote the root directory of the currently chosen partition making the obnoxious c: drive letter redundant.

I recommend that you add c:\Program Files (x86)\GNU\GnuPG to your path so that sha256sum is always in scope.
43  Other / Beginners & Help / Re: dual 6950 mining on: March 29, 2012, 03:34:31 PM
Driver version? SDK version? Operating system? Miner?

There's a whole suite of miners and mining kernels, each with its own range of optimal settings like vectors, work size, aggression/intensity... unless you're more specific about your system configuration, I don't believe anyone can help you.

Crossfire is totally irrelevant for mining. Thermal management will be easier if you are able to remove the crossfire bridge and spread the GPUs farther apart.

Since you need uncomfortably high fan speeds already I discourage you in the strongest possible terms from increasing the powertune parameter.
Fanspeeds over 70% are not only unpleasant but detrimental to the fan MTBF. Running the GPU fan at 100% is a surefire way to destroy it in a couple of months.

Take your time and browse through Mining and its subforums.
The Pictures of your mining rigs topic might give you some good ideas about optimizing the airflow across the cards.
44  Other / Beginners & Help / Re: I would like to begin mining for bitcoins right away, but is there a guide? on: March 29, 2012, 11:01:28 AM
I suggest you sign up with BitMinter
You can very easily launch their custom miner with a mouseclick.
45  Other / Beginners & Help / Re: Just started mining but only have Nvidia cards to work with help me optimize on: March 29, 2012, 12:09:21 AM
Ah I wish but I just invested in the 570 and now I must invest in things like an engagement ring Tongue
With your current set-up you'd best forget about mining.
By the end of the year you might need to pay the equivalent of that engagement ring in power costs if you proceed with the nVidia cards.
46  Bitcoin / Bitcoin Technical Support / Re: Having problems verifying bitcoin download with GPG4Win on: March 28, 2012, 11:40:52 PM
Umm... that's how I do it, only with command line programs:

First of all, it's the SHA256SUMS.asc file that needs to be verified, not the executable itself:
Code:
gpg --import c:\wherever\gavinandresen.asc
gpg --verify c:\wherever\sha256sums.asc

When gpg is happy (gpg: Good signature from "Gavin Andresen (CODE SIGNING KEY) <gavinandresen@gmail.com>") you can take a peek inside the SHA256SUMS.asc file.
You will find, amongst other things, this line:
Code:
6943830d0cc1e6514297d761017007c23da365c6b4f0e8e769a5a131825e5b32  bitcoin-0.5.3.1-win32-setup.exe
What it tells you, is that the current Bitcoin installer package for Windows has a SHA256 checksum of 6943830d0cc1e6514297d761017007c23da365c6b4f0e8e769a5a131825e5b32.
The digital signature guarantees this information is correct and has not been tampered with.

Now let's calculate the checksum of the actual installer:
Code:
sha256sum c:\wherever\bitcoin-0.5.3.1-win32-setup.exe
6943830d0cc1e6514297d761017007c23da365c6b4f0e8e769a5a131825e5b32

Done.

HashCalc is a great and free GUI tool you can use to calculate pretty much any checksum you need.
47  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows/osx 2.3.1 on: March 28, 2012, 10:51:52 PM
GPU mining sure can be exciting...
Con, you might be interested in P4man's solution. Fastening the fan with duct tape won't void your warranty.

BTW, whatever did happen to that PSU of yours? Feel like sharing some data points? What make and model was it? What load did it typically pull?
Oftentimes, glitches at the production plant like solder points with inadequate amount of solder won't be severe enough to render the device completely inoperable but they will make themselves known (perhaps even with a bang and some fireworks) as the load increases.
48  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows/osx 2.3.1 on: March 28, 2012, 10:26:15 PM
Yeah. Second time this has happened since I switched to Ubuntu. So it's either boot fails on Ubuntu or registry corruption BSoDs on Windows. Why can't OS X be more efficient at mining? Ugh.
If Windows falls flat on its face and Ubuntu dies in pain, what makes you think that the faildrivers won't take down OS X just as easily?

You need to learn some basic sysadmin tactics: never-ever deploy untested updates on production machines.
Your miners are your production machines, leave good enough alone - find a working driver/sdk combo and do yourself the favor of never touching it without a very good reason.

I've once seen my Debian systems "lose" the AMD driver following a slew of system updates. Fglrx module could no longer be found, manual reinstallation of the driver package helped.
49  Other / Beginners & Help / Re: Just started mining but only have Nvidia cards to work with help me optimize on: March 28, 2012, 10:04:15 PM
A highly overclocked 6750 (basically the same card as your 5750) can pull 206 MHash/s.
This low-end card can do a better job at mining than two of your nVidia cards put together and at a fraction of the overall power usage.

Why build another PC? Either put the two nVidia cards together or simply sell the 560Ti.
50  Other / Beginners & Help / Re: Just started mining but only have Nvidia cards to work with help me optimize on: March 28, 2012, 09:30:38 PM
Other avenues for coin generation?
Invest into an FPGA miner - that's the only way to be future-proof today.

Two machines each armed with a single nVidia card is a truly horrible set up, to the point of being laughable as anyone's idea of a mining rig.
You're burning up much more money than you'll ever earn unless the exchange rate skyrockets to $30, which isn't exactly the most likely of scenarios.

Don't mine on slush, the damned pool is not only hoppable but it's been exploited for a very long time.
Find yourself a nice zero fee DGM or PPLNS pool and mine there. I've been very happy with BitMinter, Ozcoin and Eclipse. Those pools are rock solid.
51  Other / Beginners & Help / Re: cgminer with dual screen on: March 28, 2012, 08:43:21 PM
The root cause of the change is that AMD drivers are composed of loosely connected sets of technologies:
ADL - used for clocks, voltage temperature and fan control - being hardware-bound, sees only one device.
OpenCL - the language used for GPGPU ops - sees one device per each connected VDU.
Unfortunately, no one has been able to reliably tie ADL devices to their corresponding OpenCL virtual devices or in some scenarios (some systems using multiple double-GPU cards) even to the correct physical device!

I'm not exactly sure this matter requires any action on your part but if you wand to do something about it, one of the virtual openCL devices can be disabled with disable-gpu.
The number of threads per GPU core can be specified with gpu-threads.
It's all pretty well documented in the HOWTO.
52  Other / Beginners & Help / Re: Help. Desperate. on: March 28, 2012, 08:21:30 PM
So, the technology saved you today.
Please be careful, you might get less lucky next time.
53  Bitcoin / Bitcoin Discussion / Re: [botnet down] Security researchers kill Kelihos @ArsTechnica on: March 28, 2012, 08:15:16 PM
This data can be mined out of the blockchain but I'm not aware of any project meant specifically to monitor the current situation.
BTW, doesn't the huge number of 1-tx blocks by Eligius(1) seem odd?

Notes:
(1) Supposedly. Blockchain.info has been known to make mistakes before.
54  Bitcoin / Bitcoin Discussion / Re: [botnet down] Security researchers kill Kelihos @ArsTechnica on: March 28, 2012, 07:54:34 PM
Is this the one that wasn't including transaction fees?
You must mean transactions, not tx fees.
I don't believe so, but the issue of not including transactions is far less serious than some give it credit for.
Mining empty blocks will at most slightly increase the time transactions take to get confirmed.

There are two larger risks botnets pose to Bitcoin:
(1) they could be employed to mount an array of disruptive attacks, possibly even the 51% attack
(2) they damage the economy creating downward pressure on the price. Unlike the honest miners, botnet operators can afford to sell their coins at $1.

55  Bitcoin / Pools / Re: [140 GH/s] BitMinter.com [Zero Fee, Hopper Safe, Merged Mining,Tx Fees Paid Out] on: March 28, 2012, 07:33:37 PM
Four Bitcoin blocks mined today definitely improve the pool's luck, good job everyone.
Can we get a couple more until midnight?
56  Bitcoin / Bitcoin Discussion / [botnet down] Security researchers kill Kelihos @ArsTechnica on: March 28, 2012, 07:02:44 PM
116 000 immobilized zombie machines is definitely good news.

Does it come as any surprise that the bulk of the machine population were running the dated Windows XP?
Neglected, unpatched and unprotected machines are not only a risk to their owners but to the Internet as a whole.
If only the owners were technical enough to realize that...
57  Other / Beginners & Help / Re: cgminer with dual screen on: March 28, 2012, 01:20:45 PM
Did the overall hash rate diminish?
58  Other / Beginners & Help / Re: 6870 mining black screen help on: March 27, 2012, 11:01:49 PM
Actully I might be wrong, In the miner right now I have 4238 shares but in parenthesis is says 198 but then it says Stale and that is 0. What does the 198 mean?

Q: What does it mean in the summary panel when the shares say something like 1000 (150) accepted?
A: That means 1000 shares total were accepted, including 150 in the last hour
Reading the FAQ doesn't hurt, really.
I take it you have familiarized yourself with the README, right?

GUI Miner is just a graphical interface. Which miner are you using? The actual miners that come with Kiv's Windows package include poclbm, phoenix and rpcminer.

Your stale rate depends on the pool server, your network connection to the server, and the miner configuration.
Pushing the Intensity (Aggression) too high for the card's hash rate will increase the stale rate.
59  Other / Beginners & Help / Re: Help to develop delphi/pascal bitcoin client on: March 27, 2012, 06:50:19 PM
*sings out loud* An Ada client, BASIC code pointerless and cross-compiled, why?(1)

Notes:
(1) Line supposed to be sung to the melody of System of a Down/I-E-A-I-A-I-O  Grin
60  Other / Beginners & Help / Re: Bitcoin isn't green on: March 27, 2012, 06:41:41 PM
Naturally them bitcoins aren't green - they be golden, silly.
They might get green-ish when they lay around for a while, like the bacon in my fridge Cheesy

To be sure, there must be a good reason why miners get VIP customer status at their power companies and some of them even lovely thank you letters attached to the boxes with the invoice print-outs, but on the other side the miners are also the only people I heard of who have calculated the energy consumption of their entire households and seriously contemplate the idea of shaving off a few watts per year by removing the status LEDs from all devices.
Even the most miserly of Scots don't get that far - they are entirely satisfied with disabling the fridge light bulb.



Seriously though, we're talking of quite possibly the most innovative project since the damned TCP/IP protocol, man.
A project that could very well integrate the financial system and the Internet very tightly without the need to trust any third party.
Surely, mining looks far less wasteful in this context, doesn't it?
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!