Code Monkey home page Code Monkey logo

fpgaminer's Introduction

fpga_miner 1.1

This miner can be used with ztex-1.15y FPGAs, or other simple serial FPGAs (such as the BeMicroCVA9) that communicate through a serial port to mine coins using the standard 80 byte block header. Note: This is just the miner, you will have to provide your own bitstreams for the algo you are mining.

Below are the steps I used to get the miner running on my Raspberry Pi.

  • sudo apt-get update
  • sudo apt-get install cmake libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libudev-dev screen libtool pkg-config libjansson-dev
  • git clone https://github.com/sprocket-fpga/fpga_miner.git
  • cd fpga_miner
  • mkdir build
  • cd build
  • cmake ..
  • make

To run the Miner (ZTEX)

sudo ./fpga_miner -a <algo-name> -o < url:port > -u < username > -p < password > --auto-freq --ztex <initial freq>

To run the Miner (Serial FPGA)

sudo ./fpga_miner -a <algo-name> -o < url:port > -u < username > -p < password > --scan-serial /dev/ttyUSB0

You can check the status of your miner once running by typing:

's' + <enter> - Displays a mining summary
'f' + <enter> - Displays status of each FPGA (may take a few seconds to display as it waits for the current work to complete)

BTC: 14QcqFWZ9Y1j1aUHeUNySoMr4t9ZWJYt2a

fpgaminer's People

Contributors

senselt avatar theseven avatar

Stargazers

Timothy avatar

Watchers

M:kë avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.