element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
FPGA
  • Technologies
  • More
FPGA
Forum Crypto Mining on FPGA Board!
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join FPGA to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 7 replies
  • Subscribers 535 subscribers
  • Views 3112 views
  • Users 0 members are here
  • fpga
  • spartan-7
  • Spartan_Migration
Related

Crypto Mining on FPGA Board!

cbohra00627
cbohra00627 over 2 years ago

I was wondering if I could somehow do some crypto mining on my Arty S7-50 board. I know that it might not be much profitable. ASICs are better for this job. But I want to try it just for education purposes.

What does the members think? Will it be profitable i.e. will it be able to mine enough amount of crypto to cover the electricity cost? Where do I start from?

  • Sign in to reply
  • Cancel

Top Replies

  • jure
    jure over 2 years ago +5
    I haven't looked deeply into it, but as far as I know, it isn't easy to implement. There is also the fact that you need to connect it to the internet, which could be done through an ethernet module or…
  • Jan Cumps
    Jan Cumps over 2 years ago +3
    If the design fits, it will not be profitable
  • jc2048
    jc2048 over 2 years ago +3
    That's impossible to answer because it depends on how clever you are. 'Hard problems' aren't impossible problems, they just take a long time to accomplish using the algorithms that everyone knows about…
  • Jan Cumps
    Jan Cumps over 2 years ago

    If the design fits, it will not be profitable

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • KellyGreene
    KellyGreene over 2 years ago

    Personally, I doubt that it'll be profitable. But you can still give it a try. The result might be shocking.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • jure
    jure over 2 years ago

    I haven't looked deeply into it, but as far as I know, it isn't easy to implement. There is also the fact that you need to connect it to the internet, which could be done through an ethernet module or by communicating with a host PC (you would be limited by the Baud rate probably). In any way, it would be challenging to implement on a single standalone FPGA without using any high-speed communication protocol (USB 2.0 or higher) or even PCIe. It would probably be much easier using an Arty A7 (due to integrated Ethernet). Still, it would probably be much easier to implement into an SoC. There are some boards on AliExpress that are less than 50€ and would suit the needs a lot better (EBAZ4205, colorlight i5/i9) along with the fact that new FPGA boards are getting more and more expensive.

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Cancel
  • jc2048
    jc2048 over 2 years ago

    That's impossible to answer because it depends on how clever you are. 'Hard problems' aren't impossible problems, they just take a long time to accomplish using the algorithms that everyone knows about. Invent a better algorithm and you might do it much faster than everyone else. Then it would be exceedingly profitable as you'd get all the crypto.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • cbohra00627
    cbohra00627 over 2 years ago in reply to jure

    Yeah, you are right. The Arty S7 doesn't have any ethernet port.

    I guess I will do some research by myself and see if it is possible in any way or not.

    Thanks!

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • bidrohini
    bidrohini over 2 years ago

    if you are interested in learning about cryptocurrency mining and FPGA development, it could be a worthwhile project for educational purposes. The power consumption of the FPGA is relatively high compared to its hashing power, which would result in significant electricity costs. 

    I think doing the same with Raspberry Pi is better. You can get an idea about it from here: www.theengineeringprojects.com/.../how-to-mine-cryptocurrency-with-raspberry-pi-4.html

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • kevinkeryk
    kevinkeryk over 2 years ago

    Hi cbohra00627 at one point, before the custom ASICs came into the picture, crypto mining on FPGAs was the way to go since there was such rapid development underway in this space during the previous decade.  There were implementations on several Kintex platforms and even an Open Source project that folks were working on:  https://github.com/progranism/Open-Source-FPGA-Bitcoin-Miner

    Even if you don't find it profitable to mine with an FPGA, it would be a good learning experience and you could contribute your knowledge back for others to get a head start in this area!

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube