mrv777
35369aff81
fix: No need to use ***** for default password
2024-09-27 16:36:34 -05:00
mrv777
f56653791d
fix: Password visibility toggle
2024-09-27 15:58:25 -05:00
Erik Olof Gunnar Andersson
e30bbcad50
stratum mining.suggest_difficulty after auth to fix ckpool issue ( #353 )
...
Change the ordering to `mining.suggest_difficulty` after `mining.authorize`. ckpool doesn't like it the other way.
2024-09-27 16:12:20 -04:00
adasauce
b817e305b6
Add support for TPS546D24S DEVICE_ID ( #355 )
...
TPS546D24S is a drop in replacement for the TPS546D24A, but it has a different DEVICE_ID we need to check for.
2024-09-27 15:38:02 -04:00
Erik Olof Gunnar Andersson
1c3ec9753d
Update ckpool stats URL ( #354 )
2024-09-26 15:05:07 -04:00
adammwest
f130b05511
ASIC version mask now based on pool stratum version mask msg ( #349 )
...
* make set version mask a function call
* update name
* update init fuc to support version mask setting
* update parameter spec for bm1397
* parametrize set version rolling and update init func for BM136X +
* add default stratum mask
* update all bmchips with a new set_version_mask ASIC function which can be called in main
* update init func prototype params
* update self test to remove extra vmask call in init
* fix compiler errors
* fix compiler errors in main
* add version_mask_given bool to tell the next job to set a new version mask to the chip when a smg comes in
2024-09-26 11:30:06 -04:00
WhiteyCookie
dede86211d
WebUI fix for Power/Watts circle visualization ( #352 )
2024-09-25 19:54:32 -04:00
Erik Olof Gunnar Andersson
cfed4c51af
Allow empty wifi passwords
2024-09-24 23:42:31 +02:00
Erik Olof Gunnar Andersson
82113ab253
Allow empty wifi passwords
2024-09-24 23:41:49 +02:00
Erik Olof Gunnar Andersson
8aed54f442
Allow the password... password
2024-09-24 23:20:45 +02:00
Skot
8b22bb2762
Legacy selftest fixes ( #346 )
...
* make sure to VCORE_init() and VCORE_set_voltage() no matter what hw version.
* added "PRESS RESET" to selftest endscreen. pulled out magic numbers to #defines
* oops, cleanup
* update 402 power target
* 403+support
---------
Co-authored-by: Benjamin Wilson <admin@opensourceminer.com>
2024-09-23 16:11:53 -04:00
Benjamin Wilson
4cd50c9c53
601 config defaults, TPS546 corruption fix
2024-09-22 20:59:46 -04:00
Benjamin Wilson
d671ef0d65
improve gamma self tests
2024-09-21 14:17:54 -04:00
Benjamin Wilson
592b4b01b5
cleanup
2024-09-20 21:50:14 -04:00
Benjamin Wilson
b700c6bbf0
Fix overtemp and self tests for gamma ( #343 )
2024-09-20 19:30:20 -04:00
Skot
f795fc7df5
move job frequency constants to the respective ASIC include files
2024-09-18 11:03:15 -05:00
Erik Olof Gunnar Andersson
5e1e0ba247
Remove invalid IPv4 validation in DNS code
2024-09-07 22:08:19 +02:00
Erik Olof Gunnar Andersson
7202f4bd25
Increase the max number of log lines stored
2024-09-06 20:29:43 +02:00
WantClue
1c66c20561
add transition to power management
2024-09-06 10:37:04 +02:00
WantClue
d925d615ce
Merge pull request #318 from eandersson/websocket_fix
...
Fix websocket logs causing device to crash #277
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
be1242ec61
added TPS546 static power offset. Increased delay for power_management_task.c to start
2024-08-16 22:32:22 -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
52d0d818ac
changing logging output to comment
2024-08-13 11:50:56 +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
WantClue
67b03ce73d
fix queue startup reading
2024-08-10 16:38:11 +02:00
WantClue
c46218d63e
Merge pull request #281 from skot/overheat_moved
...
changing overheat check out of loop
2024-08-10 11:46:25 +02:00
WantClue
6350c8b4bb
changing overheat check out of loop
2024-08-09 23:41:08 +02:00
Skot
01ff379757
moved nvs_close in nvs_config_get_u16()
2024-08-09 16:56:18 -04: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 #266 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 #254 from harrr1/quicklink_solo_d_central_tech
2024-07-14 22:38:36 +02:00
mutatrum
e3ef2e55bd
Implement client.reconnect and reset stratum uid on reconnect ( #253 )
...
* Implement client.reconnect and reset stratum uid on reconnect
2024-07-12 14:11:48 -04:00
RYUU SEIU
30b9f29c20
fix some axe-os ui problems ( #256 )
2024-07-12 14:09:27 -04:00
mutatrum
d1f22b5902
Fix build failure due to missing import in asic_task.h ( #255 )
2024-07-11 16:26:05 -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
04c8b80287
WIP: Fix job interval timing ( #249 )
...
* add extended nonce debugging
* switch to semaphore for job timing
* clean up nonce debugging. hardcode 1366 job interval to 2s and show when new jobs are sent
* set nonce range to 0x0F0000 set job interval to 20s. better stratum debugging,
* testing out longer intervals on 1368
* looking at exact serial commands sent
* fix log value digit count
* add core from nonce debug
* set BM1366 initial chip difficulty to 32
* add version rolling debug
* improve debug printing again
* fix diff
* fix core_id extraction
* printf fix
* debug cleanup
* setup BM1368 for testing. reg10 to S21 default, job interval @ 0.5s
* set init diff on 1366 and 1368 back to 256
---------
Co-authored-by: Georges Palauqui <g.palauqui@gptechinno.com>
2024-07-07 09:05:31 -04:00