1
0
mirror of https://github.com/skot/ESP-Miner.git synced 2025-03-26 09:41:43 +01:00

98 Commits

Author SHA1 Message Date
WantClue
d925d615ce
Merge pull request from eandersson/websocket_fix
Fix websocket logs causing device to crash 
2024-09-06 10:01:18 +02:00
WantClue
a46aa108ef remove duplication 2024-09-06 09:54:37 +02:00
Erik Olof Gunnar Andersson
037b4f52d4 Removed accidental tabs 2024-09-05 00:21:21 +02:00
Erik Olof Gunnar Andersson
1d4d71dab3 Fix websocket crash 2024-09-05 00:16:36 +02:00
Skot
b307e8825e update default frequency and core voltage droppdowns for UI. add BM1370_SMALL_CORE_COUNT to http_server.c 2024-08-29 23:03:28 -04:00
Skot
7bfaf979d3 merge overheat_mode UI changes with BM1370 changes 2024-08-29 21:26:24 -04:00
Skot
4cd7a38b9f rebasing gamma-support on 2.1.10 2024-08-15 18:51:05 -04:00
WantClue
2653c8c046 overheat mode webui button enable 2024-08-13 21:51:12 +02:00
WantClue
20a1d6598b including mutex protection 2024-08-13 11:23:13 +02:00
WantClue
65586d051f Ignoring Pre-Releases from now on. 2024-08-12 17:25:04 +02:00
Skot
349b5cbd35 reduce ASIC serial RX buf to 16 bytes (from 1024). make sure to free() after every nvs_config_get_string() 2024-08-09 16:27:29 -04:00
WantClue
7c46ad3ed0 fix naming discrepancy 2024-08-09 21:55:13 +02:00
WantClue
c8f0fb1176 typo 2024-08-03 14:01:19 +02:00
WantClue
4f394c4708 adding disable button if overheat mode is false 2024-08-03 13:01:35 +02:00
WantClue
93916fd80d update set setting 2024-08-01 23:13:59 +02:00
WantClue
f3a344f2a4
Merge pull request from skot/master
update overheat branch
2024-08-01 23:00:41 +02:00
WantClue
95fb4775ef overheat mode init 2024-08-01 22:58:19 +02:00
WantClue
3c3cb6c042 adding ckpool to quicklink 2024-07-25 16:48:44 +02:00
WantClue
d56a2d873c
Merge pull request from harrr1/quicklink_solo_d_central_tech 2024-07-14 22:38:36 +02:00
RYUU SEIU
30b9f29c20
fix some axe-os ui problems () 2024-07-12 14:09:27 -04:00
harrr1
e497a1ddae
Fix typo 2024-07-10 17:00:45 +02:00
harrr1
630d77db0c
Add quick link to stats when mining on solo.d-central.tech 2024-07-10 16:59:22 +02:00
Skot
08b7ad5409 round the ASIC temp to 1 fixed. 2024-06-21 00:12:07 -04:00
Benjamin Wilson
af8dc0cd12 add current for context of updates 2024-06-20 20:32:20 -04:00
Benjamin Wilson
9140d09111 https://github.com/skot/ESP-Miner/issues/225 2024-06-20 20:17:33 -04:00
Benjamin Wilson
c0a1f0f15a https://github.com/skot/ESP-Miner/issues/237 2024-06-20 19:59:56 -04:00
tommywatson
c011895dff
Fixed fan speed web update ()
* Fixed fan speed web update 

These changes fix fan rpm/percent requested and update both on the web

* fix readme

* refactor self_test to be modular for new hardware

* Supra 402 ()

* port TCH Supra 402 branch

* refactor TMP1075 (unused?) driver using i2c_master module

* pulled in @Bitmaker-hub stratum_task.c DNS changes from PR 

* removing serial debug

---------

Co-authored-by: Skot <skot@bitnet.cx>

* adjust share accpeted/rejected functions to take higher level GLOBAL_STATE to fix share accounting.

* Code clean resulting from looking into  ()

* Code clean resulting from looking into 

* Fixed asic count

Set canary value for invalid device's asic_count

---------

Co-authored-by: tommy <tommy@tommywatson.com>

* fix another pointer error

* Changes efficiency metric display in AxeOS ()

Fixes https://github.com/skot/ESP-Miner/issues/230

* try to explain nonce space duration from paramters ()

* try to explain nonce space duration from paramters

* Fix Nonce Space duration for BM1397 (no version-rolling)

* fixed issue with version mask on 1397. added easy serial debugging on 1397

* cleanup jobID debugs

---------

Co-authored-by: Skot <skot@bitnet.cx>

* Update bm1397.c to increase the max frequency to 650Mhz ()

* Update bm1397.c to increase the max frequency to 650Mhz

The original version was setting everything above 500Mhz to 500Mhz, the update increases the limit to 650Mhz.
No changes to the web interface - drop-down still shows up to 575Mhz

* Update edit.component.ts to include higher freqeuncy for BM1397

* Updated BM1397 frequencies to above 500Mhz

* Update bm1397.c

* Update bm1397.c

* UN-Update readme.md

* Update bm1397.c

* Update bm1397.c

* Update bm1397.c

* fix: add recovery page ()

Adds a recovery web interface to enable users
to recover from a failed www.bin update.
Partial fix for Issue .

* refactor: unify merge_bin scripts ()

Combines the functionality of merge_bin_update.sh
and merge_bin_with_config.sh into merge_bin.sh.
Also adds more verbose usage printing.

* fix: check www.bin size before updating ()

Adds a basic sanity check for www.bin uploading.
Returns 400 if upload is attempted on a file larger
than the available partition space.

---------

Co-authored-by: tommy <tommy@tommywatson.com>
Co-authored-by: Georges Palauqui <g.palauqui@gptechinno.com>
Co-authored-by: Skot <skot@bitnet.cx>
Co-authored-by: Nathan Day <87125117+dadofsambonzuki@users.noreply.github.com>
Co-authored-by: yanir99 <32940160+yanir99@users.noreply.github.com>
Co-authored-by: tdb3 <106488469+tdb3@users.noreply.github.com>
2024-06-20 17:23:53 -04:00
tdb3
50235ace39
fix: check www.bin size before updating ()
Adds a basic sanity check for www.bin uploading.
Returns 400 if upload is attempted on a file larger
than the available partition space.
2024-06-20 14:26:13 -04:00
tdb3
db49aa12b0
fix: add recovery page ()
Adds a recovery web interface to enable users
to recover from a failed www.bin update.
Partial fix for Issue .
2024-06-20 13:52:55 -04:00
yanir99
ff5b60b54e
Update bm1397.c to increase the max frequency to 650Mhz ()
* Update bm1397.c to increase the max frequency to 650Mhz

The original version was setting everything above 500Mhz to 500Mhz, the update increases the limit to 650Mhz.
No changes to the web interface - drop-down still shows up to 575Mhz

* Update edit.component.ts to include higher freqeuncy for BM1397

* Updated BM1397 frequencies to above 500Mhz

* Update bm1397.c

* Update bm1397.c

* UN-Update readme.md

* Update bm1397.c

* Update bm1397.c

* Update bm1397.c
2024-06-20 12:21:05 +02:00
Georges
9dc8c8cad3
try to explain nonce space duration from paramters ()
* try to explain nonce space duration from paramters

* Fix Nonce Space duration for BM1397 (no version-rolling)

* fixed issue with version mask on 1397. added easy serial debugging on 1397

* cleanup jobID debugs

---------

Co-authored-by: Skot <skot@bitnet.cx>
2024-06-19 15:29:45 +02:00
Nathan Day
e760af7831
Changes efficiency metric display in AxeOS ()
Fixes https://github.com/skot/ESP-Miner/issues/230
2024-06-19 10:08:03 +02:00
tommywatson
00a3a0ba3d
Code clean resulting from looking into ()
* Code clean resulting from looking into 

* Fixed asic count

Set canary value for invalid device's asic_count

---------

Co-authored-by: tommy <tommy@tommywatson.com>
2024-06-18 08:18:51 +02:00
Georges
10c331a400
Supra 402 ()
* port TCH Supra 402 branch

* refactor TMP1075 (unused?) driver using i2c_master module

* pulled in @Bitmaker-hub stratum_task.c DNS changes from PR 

* removing serial debug

---------

Co-authored-by: Skot <skot@bitnet.cx>
2024-06-14 16:09:08 -04:00
Georges Palauqui
c8789269f9
refactor GLOBAL_STATE argument instead of MODULE only 2024-06-12 15:05:14 +02:00
Georges Palauqui
525beb7379
dynamic Hashrate calculation in AxeOS (with multi chip support) 2024-06-07 15:26:36 +02:00
Georges Palauqui
8756581da6
add support for multi asic in multi voltage domain 2024-06-07 15:24:54 +02:00
Georges Palauqui
bc365e6301
make a better usage of vcore module 2024-06-07 14:36:15 +02:00
wizkid057
f2fda4e5f1
Add quick link to stats when mining on OCEAN ()
Lgtm
2024-06-04 21:10:20 -04:00
Georges Palauqui
22393a4f68
avoid strcmp 2024-06-04 17:06:45 +02:00
Benjamin Wilson
00d5a7386f bug fixes for ws logs and restart request 2024-05-26 14:34:47 -04:00
MoellerDi
afd4a30985
add best difficulty since system boot () 2024-05-23 22:57:00 -04:00
pixel::doc
e4fcfdca83
Add more Logging to esp_restart () 2024-05-23 22:55:31 -04:00
MoellerDi
0072a0f5c8
add option to configure hostname () 2024-05-23 22:54:39 -04:00
pixel::doc
6a1c814928
API: Change similar / duplicate JSON Key fanSpeed and fanspeed
Change fanSpeed to fanSpeedRpm
2024-04-25 10:38:47 +02:00
Ben
a5daff7b01 401 configs 2024-03-18 00:59:35 -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 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