You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Open Source is Intrinsic to Bitcoin
4
4
# The bitaxeUltra
5
5
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
6
6
7
-

7
+

8
8
9
9
## Goals
10
10
-**Standalone**: can mine directly to your pool over WiFi. No External computer needed.
@@ -18,7 +18,7 @@ bitaxe is a fully open source hardware Bitcoin ASIC miner. Ultra is the 3rd majo
18
18
-**TI TPS40305** buck regulator steps down the 5V input to power the BM1366
19
19
-**Maxim DS4432U+** current DAC digitally adjusts the BM1366 core voltage from 0.04V to 2.4V
20
20
-**TI INA260** power meter measures the input voltage and current of the miner
21
-
-**Microchip EMC2101** PWM controls the fan and monitors tach output. BM1366 doesn't support die temp.
21
+
-**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.
22
22
- 0.91" **SSD1306 OLED** I2C Display Module
23
23
24
24
## BM1366
@@ -29,14 +29,13 @@ bitaxe is a fully open source hardware Bitcoin ASIC miner. Ultra is the 3rd majo
29
29
- 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.
30
30
31
31
## Current Status
32
-
- Ultra 202 (v1.2) hardware has been verified and is working nicely!
33
-
- Ultra 203 (v1.3) hardware has not yet been verified.
32
+
- Bitaxe Ultra 204 hardware has been verified and is working nicely!
34
33
- Be sure to check the [issues](https://github.com/skot/bitaxe/issues) for known bugs, reworks and errata.
35
-
- This is an _advanced_ build! It's also still early days, so prolly not the best thing if you're just looking for a bitcoin miner to run.
34
+
- 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.
36
35
37
36
## Hardware
38
37
- Order PCBs from your favorite PCB shop, like [JLCPCB](https://jlcpcb.com), [SeeedStudio](https://www.seeedstudio.com/fusion_pcb.html), or [PCBWay](https://www.pcbway.com)
39
-
- Gerbers are in the `Manufacturing Files` dir. PCBs are 4-layer, 6mil trace/space and 0.3mm hole compatible.
38
+
- 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.
40
39
- Make sure to order stencils too. These are the "paste" layers in the gerbers folder. one for top and one for bottom.
41
40
- 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
42
41
-[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.
@@ -48,9 +47,18 @@ bitaxe is a fully open source hardware Bitcoin ASIC miner. Ultra is the 3rd majo
48
47
## Software
49
48
- 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.
50
49
50
+
## Cooling
51
+
- You **must** have active cooling on the bitaxe.
52
+
- The Bitaxe has a connector for a 5V fan. 40x40mm fans work nicely with the suggested heatsink
53
+
- The fan connector uses the 4-pin standard:
54
+
- 2 pins are for 5V power
55
+
- pin 3 is fan speed sensing
56
+
- pin 4 is fan speed control (PWM)
57
+
51
58
## Power Supply Requirements
59
+
-**5V DC Only!** Anything else will damage the Bitaxe. Be careful and double-check your power supply is 5V. Many other voltage power supplies use the same connector.
52
60
-[5VDC Power supply](https://www.amazon.com/BTF-LIGHTING-Plastic-Adapter-Transformer-WS2812B/dp/B01D8FM4N4). Should be capable of over 15W
53
-
- The bitaxeUltra as of v1.1 is now powered by a 5.5x2.5mm, center-positive barrel jack!
61
+
- The bitaxe uses a 5.5x2.5mm, center-positive barrel jack.
54
62
55
63
### ESP32 Programming Requirements
56
64
- As of the bitaxeUltra, all ESP32 programming is done through a USB-C cable and connector on the bitaxe. See [ESP-Miner](https://github.com/skot/ESP-Miner) for more details.
0 commit comments