654 Commits

Author SHA1 Message Date
Ben
a5daff7b01 401 configs v2.1.3 2024-03-18 00:59:35 -04:00
Ben
493dbccfe5 Improved when to run self test and fail messages 2024-03-18 00:46:59 -04:00
mroxso
75d5643c76
add API section to readme.md (#135) v2.1.2 2024-03-17 15:38:16 -04:00
Benjamin Wilson
2f1a6c5d7d
Self_test (#139)
* self test
2024-03-17 15:37:41 -04:00
Skot
91c1cfe336
Update issue templates 2024-03-15 12:41:44 -04:00
Ben
eb55394d0a fix restart button visibility for mobile devices 2024-03-14 22:20:34 -04:00
Ben
4cb30a19a4 typo 2024-03-14 22:15:41 -04:00
Ben
90da2cdece fix restart button v2.1.1 2024-03-11 23:08:54 -04:00
Ben
e23e23db5f BM1368 voltage dropdown, log scrolling, restart button 2024-03-11 22:36:45 -04:00
Ben
b958b85d57 fix setting version rolling 2024-03-11 20:37:49 -04:00
Ben
15db0465d5 added supra hashrate estimate v2.1.0 2024-03-03 19:35:54 -05:00
Ben
69e3c4bb81 axeos refactor init 2024-02-25 12:36:43 -05:00
Ben
feda6609c1 Correctly identify rejected stratum submission 2024-02-24 23:43:35 -05:00
Skot
4ac727268d
Revert "ESP-Miner Build Instructions (#114)" (#115)
This reverts commit 1b0d33949ed3832d8ef6b24cd2638a78ecc5ebb0.
2024-02-23 15:10:56 -05:00
HAYA Collins
1b0d33949e
ESP-Miner Build Instructions (#114) 2024-02-23 13:10:27 -05:00
johnny9
d545eecd61 bm1366: count number of chips on the chain 2024-02-12 23:58:24 -05:00
Skot
3df855d9b4 Add BM1368 support
co-authored-by: John-Paul Compagnone <jpcompagnone@epicblockchain.io>
co-authored-by: johnny9 <985648+johnny9@users.noreply.github.com>
co-authored-by: Ben <wilsob12@gmail.com>
2024-02-10 13:37:39 -05:00
Ben
23599cf46f change core voltage to default in config.cvs v2.0.7 2024-01-20 17:58:51 -05:00
Ben
f09d01d809 remove debug 2024-01-13 15:11:44 -05:00
Ben
c9b5b65275 set version mask on mining.configure 2024-01-13 15:08:56 -05:00
Ben
794af8d7b7 stratum password 2024-01-13 11:06:01 -05:00
Ben
ef344f236d added logic for barrel jack and voltage regulator switch, board version 2024-01-13 00:05:45 -05:00
Skot
174ef21b18
Changed order of stratum messages for #80 v2.0.6 2024-01-09 22:57:51 -05:00
Ben
45102fd8cb update the config.cvs.example boardversion to the latest 204 2024-01-08 18:59:55 -05:00
Ben
9f2817266f Merge branch 'master' of https://github.com/skot/ESP-Miner v2.0.5 2024-01-08 18:26:05 -05:00
Ben
205fbe9700 fixed wifi password, added links to latest firmware 2024-01-08 18:26:01 -05:00
Skot
dade418921
Network resets2 (#74)
Fixes #55
* added error log message and retry when stratum can't connect
* handle dns_gethostbyname() failures
2024-01-08 00:06:04 -05:00
Ben
a78045d550 add placeholder for wifi pass 2024-01-07 12:34:17 -05:00
Ben
e0a0ee8c49 Fix suggest difficulty (order matters) 2024-01-07 01:00:01 -05:00
Ben
9eee3ae359 Fix screen 1 breaking when share found 2024-01-07 00:55:17 -05:00
Ben
84c06110f6 remove password from GET
https://github.com/skot/ESP-Miner/issues/68
2024-01-06 23:21:41 -05:00
Ben
ae953b509d lower voltage danger message threshold 2024-01-06 22:56:56 -05:00
Ben
e987d7e710 add script to merge config into final bin 2024-01-06 20:50:34 -05:00
Ben
75f59be131 Merge branch 'master' of https://github.com/skot/ESP-Miner 2023-12-10 00:43:11 -05:00
Ben
d0f6f6ec87 remove wifi pass 2023-12-10 00:43:09 -05:00
Skot
ab2fe36bc3
Merge pull request #60 from WantClue/master
update readme to bitaxetool
2023-12-06 17:22:14 -05:00
johnny9
ef44903bbd bm1397: remove unnecessary loggin
Fixes #57
2023-11-29 22:23:10 -05:00
johnny9
407881c8e4 main: send mining.configure before mining.authorize and parse the result
This reverts commit e5009e14ab3f81d22ed2dd594712ed49da5257ea.

Fixes #50
2023-11-29 22:07:51 -05:00
Ben
fe97e568db only subscribe to websocket when needed v2.0.4 2023-11-26 00:06:34 -05:00
Ben
1879a84e1c IP validation 2023-11-25 23:17:27 -05:00
Ben
c685383114 Merge branch 'master' of https://github.com/skot/ESP-Miner 2023-11-25 23:08:37 -05:00
Ben
185ecf497f edge case of joining two swarms 2023-11-25 23:06:51 -05:00
johnny9
f018fc395a http_server: handle missing key/values in system settings updates 2023-11-25 22:30:10 -05:00
Ben
6cd5e2c950 sync swarm 2023-11-25 20:10:15 -05:00
Ben
91a224245b fix CORS 2023-11-25 18:53:00 -05:00
Ben
1fae8781d4 swarm refreshing 2023-11-25 15:58:16 -05:00
Ben
c1d92c7f13 swarm table and css 2023-11-25 11:43:59 -05:00
Ben
dd3a1dec87 swarm init 2023-11-25 00:19:15 -05:00
ozbibi
7abda9914c
Fix formula for automatic fan control and adjust minimum fan speed (#59)
* Fix formula for the automatic fan control
2023-11-24 23:38:50 -05:00
WantClue
c35d2e9594 update readme to bitaxetool 2023-11-23 22:26:06 +01:00