Skip to content

Releases: skot/ESP-Miner

v2.1.1

12 Mar 03:21
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

  • Fixed mining for Bitaxe Max (BM1397) models
  • Restart button moved and available on mobile
  • Logs scroll stop button
  • Minor tweaks

v2.1.0

04 Mar 02:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.7...v2.1.0

v2.0.7

21 Jan 01:18
Compare
Choose a tag to compare
  • Power management will now use the board version to distinguish capabilities
  • New Stratum password field
  • Version rolling now properly configured by stratum server
    Full Changelog: v2.0.6...v2.0.7

v2.0.6

10 Jan 21:38
174ef21
Compare
Choose a tag to compare

What's Changed

  • revert the order of mining.configure and mining.subscribe by @skot in #81

Full Changelog: v2.0.5...v2.0.6

New Factory File

esp-miner-factory-204-v2.0.6.bin is a factory file with a default configuration for the 204 bitaxe merged into it. If you use this file you can use a flasher like https://espressif.github.io/esptool-js/ instead of bitaxetool and flash to address 0x0.

Known Issues

Some pools complain about the ordering of mining.configure and mining.subscribe but should still work. We are still investigating this issue in #80

v2.0.5

08 Jan 23:56
Compare
Choose a tag to compare

What's Changed

  • update readme to bitaxetool by @WantClue in #60
  • Network resets2 by @skot in #74
  • Fixed display when share found
  • Removed password from REST Get
  • Added links to latest firmware
  • Fix suggest_difficulty
  • Lowered voltage danger warning threshold
  • Added script to merge config into factory file

Full Changelog: v2.0.4...v2.0.5

New Factory File

esp-miner-factory-204-v2.0.5.bin is a factory file with a default configuration for the 204 bitaxe merged into it. If you use this file you can use a flasher like https://espressif.github.io/esptool-js/ instead of bitaxetool and flash to address 0x0.

Known Issues

A regression from 2.0.4, braiins pool mining does not work

v2.0.4

27 Nov 00:29
Compare
Choose a tag to compare

New Features

  • Swarm view in AxeOS. Monitor and administrate all your AxeOS devices from a single view.

What's Changed

  • Fix formula for automatic fan control and adjust minimum fan speed by @ozbibi in #59
  • Hide logs and websocket connection on page startup
  • http_server: handle missing key/values in system settings updates

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

21 Nov 02:02
Compare
Choose a tag to compare

Fix bug where the nvs config option for fan polarity was too long

PWM and Form validation

18 Nov 19:47
Compare
Choose a tag to compare
  • Added PWM controls and settings to AxeOs
  • Manual fan speed
  • Automatic fan speed
  • Added additional validation in the settings form
  • Added quick-link for public-pool users on home screen

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

18 Oct 17:23
Compare
Choose a tag to compare

Temperature protection for the Bitaxe 201 (Ultra , BM1366)

  • added 'flipscreen' config option that will rotate the screen 180 degrees for different mounting options.
  • released OTA flies

See v2.0.0 for setup details

Full Changelog: v2.0.0...v2.0.1

v2.0.0 (ultra)

04 Oct 23:31
Compare
Choose a tag to compare

Firmware for the Bitaxe Max (1397) and Bitaxe Ultra (1366)

New Features

  • Initial support for the BM1366 (S19) ASIC
  • AxeOS Web UI based on Angular. Interface can be accessed on port 80 (http://)
  • HTTP+JSON based API for device configuration
  • Updated and expanded partitioning scheme
  • OTA updates over HTTP
  • SoftAP support for Onboarding without a working WiFi configuration.
  • Captive portal for easier onboarding

Factory Setup

Starting with v2.0.0, the ESP-Miner firmware requires some basic manufacturing data to be flashed in the NVS partition.

  1. Copy config.cvs.example to config.cvs and modify asicfrequency, asicvoltage, asicmodel, devicemodel, and boardversion.
  • recommended values for the Bitaxe 1366 ultra
key,type,encoding,value
main,namespace,,
asicfrequency,data,u16,485
asicvoltage,data,u16,1320
asicmodel,data,string,BM1366
devicemodel,data,string,ultra
boardversion,data,string,0.11
  • recommended values for the Bitaxe 1397
key,type,encoding,value
main,namespace,,
asicfrequency,data,u16,475
asicvoltage,data,u16,1400
asicmodel,data,string,BM1397
devicemodel,data,string,max
boardversion,data,string,2.2
  1. Install bitaxetool from pip. pip is included with Python 3.4 but if you need to install it check https://pip.pypa.io/en/stable/installation/
pip install --upgrade bitaxetool
  1. Flash the merged firmware and config.cvs onto your Bitaxe
bitaxetool --config ./config.cvs --firmware ./esp-miner-factory-v2.0.0.bin

Thank you to @benjamin-wilson, @skot, @Georges760, @developeralgo8888, @SatsForFreedom, and the Open Source Miners United (OSMU) community for their contributions to this release.