ESP-Miner v2.3.0: Improvements & Bug Fixes
ESP Miner is an open source ESP32 firmware designed to run on a BitAxe v2+ machines.
- "New Bitaxe firmware esp-miner v2.3.0 has been released! Lots of bug fixes and improvements, so make sure to give it a try – all single-chip HW versions are supported," announced skot9000.
- This update sets the default CPU frequency to 240MHz, adds Stratum fallback support, introduces separate network and regular settings in the UI, fixes firmware error handling, adds overheat mode alerts, and includes many other fixes and improvements.
"Huge thanks to the crew at Open Source Miners United (OSMU) for the contributions to this release! Open source wins," added the developer.
What's new
- Allow the password... password by @eandersson in #347.
- Allow connecting to open Wi-Fi networks by @skot in #348.
- WebUI fix for Power/Watts circle visualization by @WhiteyCookie in #352.
- Version mask now based on stratum msg by @adammwest in #349.
- Set default cpu freq to 240mhz by @eandersson in #338.
- Changed BM1370 defaults in AxeOS by @skot in #387.
- Add support for TPS546D24S as a drop in replacement for the TPS546D24A by @adasauce in #355.
- Suggest difficulty after auth to fix ckpool issue by @eandersson in #353.
- Overheat mode improvements by @skot in #344.
- Protect against negative frequency and voltage values by @eandersson in #326.
- Add MAC address to API by @b-rowan in #295.
- Minor change to ckpool quicklink detector by @onlyblackstars in #280.
- Add a blurb about web based administration to the readme by @pRizz in #259.
- Update CI to use esp idf v5.3.1 by @eandersson in #363.
- Increase the max number of log lines stored in browser by @eandersson in #327.
- Add stratum fallback support by @eandersson in #336.
- Fix compiler warnings by @skot in #381.
- Separate Network and regular Settings in UI by @eandersson in #389.
- Expose fallback state to API by @eandersson in #391.
- Simplify screen and remove old code by @WantClue in #396.
- Update npm dependencies by @eandersson in #398.
- Enable WiFi 802.11k 802.11v by @eandersson in #365.
- Add warnings for consecutive timeout responses (no rx) from the chip by @adammwest in #378.
- Add overheat button and change loading service by @mrv777 in #364.
- Enable automatic build and release by @eandersson in #408.
- Slight display formatting cleanup by @skot in #414.
- CK solostats no longer works by @eandersson in #354.
- Don't allow flashing in AP mode and fix firmware upload error handling by @eandersson in #390.
- Legacy selftest fixes by @skot in #346.
- NVS memory fix by @shufps in #305.
- Fix: Password visibility toggle #357 by @mrv777 in #358.
- Fix: Add overheat alert, knob colors & max, chart dots & label #342 by @mrv777 in #359.
- Fix wifi status not updating after disconnected #320 by @eandersson in #321.
- Fix: Show mac address on log page #361 by @mrv777 in #362.
- Fix: Misc UI Tweaks by @mrv777 in #368.
- Fix: Power section UI on mobile improvement by @mrv777 in #383.
- Fix warnings2 by @skot in #393.
- Fix fallback user by @eandersson in #375.
- Fix #374 Issue 1 : Fallback Stratum Password by @jiga in #379.
- Fix: Simply display just the active pool by @mrv777 in #394.
- Fix firmware error handling by @eandersson in #399.
- Fix bad www.bin loads by @skot in #402.
- Fix self test functions, update example nvs configs with fallback stratum defaults by @skot in #405.
- Fix selftest for bitaxe with INA260 by @skot in #409.