Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 620 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 620 Bytes

Bitcoin mining using FPGA

📄 Desciption

Implementation of the SHA256 algorithm for bitcoin mining on the PYNQ-Z1 board while also comparing the results of the implementation of the same algorithm on CPU and GPU previously shared.

📂 Requirements

📈 Results

  • CPU: 1.32 KH/s

  • GPU: 2 KH/s

  • FPGA: 39.98 MH/s