Skip to content

Miner for ZTEX 1.15y and other Serial FPGA devices

Notifications You must be signed in to change notification settings

skoroneos/fpga_miner

 
 

Repository files navigation

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.

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

About

Miner for ZTEX 1.15y and other Serial FPGA devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.5%
  • PHP 1.3%
  • Other 1.2%