FPGABitcoinMiner

所属分类:VHDL/FPGA/Verilog
开发工具:VHDL
文件大小:4681KB
下载次数:82
上传日期:2013-06-23 21:06:58
上 传 者no name
说明:  比特币的FPGA挖币机中SHA256的核心代码及测试用例,适合于自己开发比特币挖币机
(vhdl based SHA256 computation code and testbench for bitcode miner. For developers that build their own mining machines)

文件列表:
LICENSE.txt (35147, 2012-02-28)
projects (0, 2012-02-28)
projects\BeMicro (0, 2012-02-28)
projects\BeMicro\fpgaminer.qpf (1248, 2012-02-28)
projects\BeMicro\fpgaminer.qsf (4606, 2012-02-28)
projects\BeMicro\fpgaminer.sdc (797, 2012-02-28)
projects\BeMicro\src (0, 2012-02-28)
projects\BeMicro\src\fpgaminer_top.v (5034, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test (0, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\cpu_0.sdc (3285, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\fpgaminer.qpf (1248, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\fpgaminer.qsf (6995, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\fpgaminer.sdc (797, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software (0, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller (0, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller\.cdtbuild (1821, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller\.cdtproject (2508, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller\.project (2870, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller\.settings (0, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller\.settings\org.eclipse.cdt.core.prefs (103, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller\.settings\org.eclipse.cdt.managedbuilder.core.prefs (296, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller\application.stf (154, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller\main.c (11202, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller\socket.c (4243, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller\socket.h (1423, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller\stdint.h (4380, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller\w5100.c (4347, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller\w5100.h (540, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller_syslib (0, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller_syslib\.cdtbuild (1838, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller_syslib\.cdtproject (2508, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller_syslib\.project (2820, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller_syslib\.settings (0, 2012-02-28)
projects\DE2_115_NIOS_Ethernet_Test\software\fpgaminer_controller_syslib\.settings\org.eclipse.cdt.core.prefs (103, 2012-02-28)
... ...

Open-Source FPGA Bitcoin Miner ============================================== -------------------------------------------------------------------------------- Copyright (C) 2011 fpgaminer@bitcoin-mining.com See LICENSE.txt Purpose ------- To promote the free and open development of an FPGA based Bitcoin mining solution. http://www.weusecoins.com/ http://bitcoin.org/ Project Status -------------- Project is fully functional and allows mining of Bitcoins both in a Pool and Solo. It also supports Namecoins. **Current Performance:** 109 MHash/s *On a Terasic DE2-115 Development Board* *Note: The included default configuration file, and source files, are built for 50 MHash/s performance (downclocked). This is meant to prevent damage to your valuable chip if you don't provide an appropriate cooling solution.* Contributors ------------ These people have worked hard to enhance and promote the Open-Source FPGA Bitcoin Miner project: *Not listed in any particular order* **teknohog** 1HkL2iLLQe3KJuNCgKPc8ViZs83NJyyQDM **OrphanedGland** 1PioyqqFWXbKryxysGqoq5XAu9MTRANCEP **udif** **TheSeven** 14Jc8vWq1mPv7vWnP5VquZZgpLEtzW2vja **makomk** 15XX7BhQcZFUg47S4VKyiLygPTHTs9234J **newMeat1** 1LbqTCA1cnpbbdKbXzZZfHYMe7teiczQc2 Supported Devices ------------------ Both Xilinx and Altera devices are currently supported. A binary configuration file and tools are provided for the Terasic DE2-115 Development Board, so it is easy to get up and running with that board. For other devices, you can modify and compile the correct projects for your specific development board. Installation Instructions (for Terasic DE2-115) ------------------------- ### Required Equipment: * DE2-115 Development Kit (this is *not* a DE2. It has a Cyclone IV EP4CE115.) * USB Cable * Windows PC (Linux is also supported, but not documented) * Altera's Quartus II (installed on PC) ###Instructions: ####Do These Once: 1) *IMPORTANT*: Please remove the clear acrylic cover on your DE2-115 board. This will restrict air flow and may cause the chip to overheat. 2) Navigate to 'scripts/mine' and follow the instructions in 'config.example.tcl' (open in Notepad or other text editor) ####Do these each time you want to run the miner: 1) Connect the DE2-115 Development Kit to your PC through USB, connect its power, and turn it on. 2) Ensure that the DE2-115's drivers have been installed successfully on your PC. Consult the DE2-115 User Guide for more information on setting up the DE2-115. 3) Navigate to 'scripts/program' and run 'program-fpga-board.bat'. 4) Follow the instructions provided by the program-fpga-board script. Select the correct cable and programming file. Once programming has succeeded, the DE2-115 is now ready to mine! *Note: This script sometimes fails immediately upon execution. Please try running it again.* 5) Run 'mine.bat' 6) If working correctly, 'mine.bat' will leave a console window open where it reports hashing rate, estimated hashing rate and accepted/rejected share information. 7) Profit! ####Notes: * You need to re-program the DE2-115 every time it is powered off and on again. Repeat steps 1 through 7 for subsequent uses. * Your PC needs to stay on and connected to the internet. It is acting like a controller for the FPGA, feeding it data and getting back valid hashes. Thank You! -------------------- -------------------- ``` -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 fpgaminer@bitcoin-mining.com Donation Address: 1E1XgiJAzm1Wn7ZWuhkryzBoViBJ7CcRCQ Donations are most welcome! They will be used to buy more equipment. I'm currently trying to get an ethernet module up and running so the miner can run all on its own. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) iQIcBAEBAgAGBQJN1dAzAAoJEFFoGj2A5YKRt/IP/3LaZlEWvdUpAxcs5ANS3fcA NdKFiIycfnBKtmXjXiHQk4DZY+tbvuPPggzFHBA7k+3wV3WBOF2rjQiorODZff6q xb6gSVINUXucv/+SDzqx8CtjMa17wzSayiczC03t+IICYs2/atdLAFvbr0LwdbqZ oBQRgYK4hD39fQzD8v/L26glh3va72ZibuO043uH/WMFgcQseTFHF7QPLJm0k0A/ nx5p0cTtqqSf4g9MQICnNU8MGVrXXOGZU4DeItbJjNcvsomzmibha+9jQ2K8XD8F KzbdTK+YzvdzcDMaeOgs70SnVEFfUS1ykbdDC850M6qkRP79HBqH7Neq1Rld5ktj Mrd2hHC4NC0fgMD3hUbTjfIcCZOPwKYvp5oCLYYO1CqzV***Ag0o9qZDr8FS+9Npv PEbWQpQuZqqtkhppVcCmOv4bl8XWTuQJEoxP8rWkJdfhkDUt5hwQsFrMQB7goXDc pJZu1wnWdzpgcDyNjkNDp6sqnJGzCgft7o3hPiZO79BZZRLtdRSMHa0RdJJK5zLv 8JqOJCJUFhVZHSKsHyGdJHppjKk/yZbBGLuJUTAfrMk5I/X5b/V9TGiWKoPN3zce Hdd5LQF5Z881wCgrnPz2dwR5oXMUcWqd//ZAs7Jcnvp6Bz5HWrFH5FBgpfg0K3c6 qBmd3GhQgxnFsBW62dAJ =Lvja -----END PGP SIGNATURE----- ```

近期下载者

相关文件


收藏者