03-07-2013 03:31 PM
Would it be possible to configure the RIO FPGA to run Mining tools and if so are there tutorials / example codes avalible for simlar tasks?
Regards
03-13-2013 04:19 AM
Hi there,
Thanks for posting. Unfortunately there are no tutorials/example code showing how to run Mining tools using an sbRIO however I am sure that it is possible. As interest in Bitcoin mining rises there will no doubt be something developed in the future (if the developer chooses to share it!).
Best Regards,
Paul
Applications Engineer
NI UK & Ireland
03-13-2013 08:53 AM
There is an open source FPGA BitCoin project. You can import that source into LabVIEW FPGA utilizing the various import mechanisms -OR- you could use that as a starting point to write some LabVIEW code to do the same : )
https://github.com/progranism/Open-Source-FPGA-Bitcoin-Miner
I'd love to see someone put this together.
03-20-2013 02:54 PM
This is interesting I have it bookmarked no thanks sadly my schedule closed up on me so will be a while until I can attempt this
Regards
Stu
04-03-2013 12:52 PM
This would be an interesting project.
04-03-2013 02:39 PM
That would be a great project.
Imagine a mining group using FPGAs... Well, I'll think about it.
04-09-2013 02:11 PM
04-09-2013 04:00 PM
I'm also into this thing.
Any news will be welcomed.
I have looked into the FPGA project and it is written in Verilog - not compatible with Labview FPGA.
There is though a project done using vhdl for xilinx but it won't compile - any of you who know vhdl is welcomed to help.
06-27-2013 02:17 PM
You can import Verilog with LabVIEW FPGA through the IPIN or CLIP features, you just need to wrap the top-level Verilog file inside a VHDL file. In other words, the tool can handle mixed Verilog and VHDL designs, the top-level file just needs to be VHDL (for editor reasons).
06-27-2013 02:20 PM
There are several successful projects using FPGAs for mining. However, you really need a big FPGA to get a reasonable rate-of-return as you can now purchase ASICs that have been custom designed just for bitcoin mining so you need a powerful FPGA to out-do them. Overall, though, FPGAs are generally much more power efficient than CPUs or GPUs for this sort of custom processing; much lower power per operation.