Bitcoin Forum

Other => Beginners & Help => Topic started by: frozenkai on August 15, 2012, 06:29:50 PM



Title: What are FPGA's?
Post by: frozenkai on August 15, 2012, 06:29:50 PM
What are FPGA miners?


Title: Re: What are FPGA's?
Post by: John (John K.) on August 15, 2012, 06:55:53 PM
http://en.wikipedia.org/wiki/Field-programmable_gate_array


Title: Re: What are FPGA's?
Post by: Portnoy on August 15, 2012, 07:07:43 PM
http://en.wikipedia.org/wiki/Field-programmable_gate_array

And here I always thought it stood for, "Florida Pygmy Goat Association."    :-\


Title: Re: What are FPGA's?
Post by: goxed on August 16, 2012, 01:00:22 AM
What are FPGA miners?

I found this online. Some guy who uses fpga for some computing problems. There is a nice analogy with pictures on what is FPGA. This same chip can be used for hashing and thus mining.
http://gradworks.umi.com/3341851.pdf (http://gradworks.umi.com/3341851.pdf)


Title: Re: What are FPGA's?
Post by: J.harris on August 16, 2012, 02:00:19 AM
The advantage is lower power consumption by multitudes with in turn doesn't generate as much heat.  So if the power bill is troubling you and you don't mind a higher initial investment, FPGA miners may be for you.

$1000 will get you about 800mhash/s
https://bitcointalk.org/index.php?topic=79637.0


Title: Re: What are FPGA's?
Post by: macavity on August 16, 2012, 11:28:09 AM
A CPU basically loads instructions and data, then applies these instructions to the data. It can do almost any kind of computations. A GPU is a simplified CPU, but thousands of them (not quite accurate, but it works).

What an FPGA does is load only the data. The instructions are already burned in. This allows them to work on the data much, much faster and with less power consumption, but they can only do what they were programmed to, unlike the CPU which can load any kind of instructions. Yes, FPGAs can be re-burned, but that is a far cry from the versatility of CPUs still.