100%
piaxe bm1366 view
Description

Imported from GitHub: shufps/piaxe · commit 0dab3f7 · license GPL-3.0

Description

Open source ASIC Bitcoin miner hardware

README

This Raspberry Pi mining HAT is based on the BitAxe Ultra 1.3 (with BM1366) design.

Update: Miner is running stable 🥳

Changes to BitAxe Ultra

  • powered by 12V and
  • added TVS diode and fuses
  • revised buck switching regulator circuit
  • revised heatsink
  • removed like DAC (only fixed 1.2V on PiAxe), current measurement, fan PWM controller, additional testpoints
  • smallest components have 0805 size for easier manual assembly
  • LM75 compatible temperature sensor under the heatsink

Installation

  • add to /boot/config.txt:
dtoverlay=pwm
  • enable serial and I2C via raspi-config

If you want to use Influx and Grafana you need docker too:

$ curl -sSL https://get.docker.com | sh

Python:

# install pip3
$ sudo apt install python3-pip

# install libraries
$ for lib in pyserial rpi_hardware_pwm smbus influxdb-client pytz; do pip3 install $lib; done

# install i2c-tools
$ sudo apt install i2c-tools

Mining Client

Stratum Mining Client: https://github.com/shufps/piaxe-miner

Comments
Sign in to comment

No comments yet. Be the first to ask about this board.