mirror of
https://github.com/skot/bitaxe.git
synced 2025-03-29 11:12:12 +01:00
update readme
This commit is contained in:
parent
e00296693f
commit
ac5b727ef4
24
readme.md
24
readme.md
@ -1,10 +1,10 @@
|
||||
```
|
||||
Open Source is Intrinsic to Bitcoin
|
||||
```
|
||||
# The bitaxeUltra
|
||||
bitaxe is a fully open source hardware Bitcoin ASIC miner. Ultra is the 3rd major revision of the bitaxe that now includes the BM1366 ASIC from the S19XP
|
||||
# The bitaxeSupra
|
||||
bitaxe is a fully open source hardware Bitcoin ASIC miner. Supra is the 4th major revision of the bitaxe that now includes the BM1368 ASIC from the Antminer S21
|
||||
|
||||

|
||||

|
||||
|
||||
## Goals
|
||||
- **Standalone**: can mine directly to your pool over WiFi. No External computer needed.
|
||||
@ -16,20 +16,19 @@ bitaxe is a fully open source hardware Bitcoin ASIC miner. Ultra is the 3rd majo
|
||||
## Features
|
||||
- **ESP32-S3-WROOM-1** wifi microcontroller on board
|
||||
- **TI TPS40305** buck regulator steps down the 5V input to power the BM1366
|
||||
- **Maxim DS4432U+** current DAC digitally adjusts the BM1366 core voltage from 0.04V to 2.4V
|
||||
- **Maxim DS4432U+** current DAC digitally adjusts the BM1368 core voltage from 0.04V to 2.4V
|
||||
- **TI INA260** power meter measures the input voltage and current of the miner
|
||||
- **Microchip EMC2101** PWM controls the fan and monitors tach output. BM1366 doesn't support die temp, but we have it placed super close to the ASIC so we can use the internal temp feature.
|
||||
- 0.91" **SSD1306 OLED** I2C Display Module
|
||||
|
||||
## BM1366
|
||||
- The BM1366 is a undocumented SHA256 mining ASIC from Bitmain. It's used in the Antminer S19XP and the S19k Pro
|
||||
- Bitmain claims the BM1366 has 0.021J/GH efficiency
|
||||
- The BM1366 is available (new) for around $15 each in small quantities.
|
||||
- The BM1366 has a different footprint and pinout from the BM1397 and BM1387 in previous bitaxe.
|
||||
- The BM1366 appears to roll more than just the nonce on the chip. This is great news, because it allows much longer serial chains of ASICs and new work doesn't need to be sent as often.
|
||||
## BM1368
|
||||
- The BM1368 is a undocumented SHA256 mining ASIC from Bitmain. It's used in the Antminer S21
|
||||
- Bitmain claims the BM1368 has 17.5 J/TH efficiency
|
||||
- The BM1368 is brand new and isn't available anywhere yet.
|
||||
- The BM1368 has a different footprint and pinout from the BM1366, BM1397 and BM1387 in previous bitaxe.
|
||||
|
||||
## Current Status
|
||||
- Bitaxe Ultra 204 hardware has been verified and is working nicely!
|
||||
- Bitaxe Supra 400 parts and PCBs has been ordered, but nothing has been verified
|
||||
- Be sure to check the [issues](https://github.com/skot/bitaxe/issues) for known bugs, reworks and errata.
|
||||
- This is an _advanced_ build! You can do it, but if you're not looking for a project, it might be best to buy one pre-assembled from one of the many sellers.
|
||||
|
||||
@ -38,14 +37,13 @@ bitaxe is a fully open source hardware Bitcoin ASIC miner. Ultra is the 3rd majo
|
||||
- Gerbers are in the `Manufacturing Files` dir. PCBs are 4-layer, 6mil trace/space and 0.3mm hole compatible. 1oz outer / 0.5oz inner layer thickness works well.
|
||||
- Make sure to order stencils too. These are the "paste" layers in the gerbers folder. one for top and one for bottom.
|
||||
- All PCB parts except the ASIC are available from [DigiKey](https://www.digikey.com/en/products) and others. You can find Digikey part numbers on the DK tab of the BOM
|
||||
- [BM1366 ASIC from NBTC on AliExpress](https://www.aliexpress.us/item/3256804709142138.html). I got the "AG" variant. Not really sure what the difference is -- "AL" works also.
|
||||
- [40x40mm heatsink and 5V fan](https://www.aliexpress.com/item/2251832861666365.html) from a random AliExpress seller. The fans are crap, but the heatsinks are good. **make sure** to use a good quality thermal compound between the heatsink and ASIC!
|
||||
- Upgrade your fan with the [Noctua NF-A4x10](https://noctua.at/en/nf-a4x10-5v-pwm) 5V 4-Pin fan for a much more pleasant experience.
|
||||
- Supports 0.91" SSD1306-based I2C OLED Module. [Example Amazon seller](https://www.amazon.com/gp/product/B08ZY4YBHL)
|
||||
- [KiCad 7](https://www.kicad.org) design files
|
||||
|
||||
## Software
|
||||
- The [ESP-Miner](https://github.com/skot/ESP-Miner) firmware used for the BM1397-based bitaxe has been adapted for the BM1366 and the current main branch can support both.
|
||||
- The [ESP-Miner](https://github.com/skot/ESP-Miner) has not yet been modified to support the BM1368. Hopefully soon!
|
||||
|
||||
## Cooling
|
||||
- You **must** have active cooling on the bitaxe.
|
||||
|
Loading…
x
Reference in New Issue
Block a user