BitMaker
|
c41099e76e
|
Merge pull request #531 from WantClue/nerdnos
Nerdnos improvements + fixes
|
2024-12-02 00:38:38 +01:00 |
|
WantClue
|
1166bf696f
|
update nerdnos temps
|
2024-11-16 13:53:56 +01:00 |
|
WantClue
|
93d88d19e9
|
add share counter to display
|
2024-11-12 14:26:17 +01:00 |
|
shufps
|
744fd1bf9a
|
trying hashrate reported by ASIC
|
2024-11-12 14:24:55 +01:00 |
|
shufps
|
84ea82b43d
|
renamed, refactored a bit
|
2024-11-12 14:24:19 +01:00 |
|
shufps
|
49033e3661
|
cleaned up a bit
|
2024-11-12 14:24:19 +01:00 |
|
shufps
|
f74ef91deb
|
job interval
|
2024-11-12 14:24:19 +01:00 |
|
shufps
|
c6ea378eb0
|
higher baud rate working, tx and rx task split and pinned to different cpu cores
|
2024-11-12 14:24:19 +01:00 |
|
WantClue
|
d0c642e0f8
|
fix BD on Display
|
2024-11-11 23:29:11 +01:00 |
|
WantClue
|
34ebcb35e7
|
add share counter to display
|
2024-11-11 23:06:26 +01:00 |
|
WantClue
|
f7ffc980c4
|
fix DNS issues
|
2024-11-11 22:58:41 +01:00 |
|
WantClue
|
7b903bca54
|
adjust temp hystersis
|
2024-11-11 22:54:51 +01:00 |
|
WantClue
|
0c086cb554
|
add temp to display
|
2024-11-11 22:51:02 +01:00 |
|
Thomas Shufps
|
14f4efce72
|
Merge pull request #7 from BitMaker-hub/nerdnos
Nerdnos screens
|
2024-09-18 18:10:33 +02:00 |
|
BitMaker
|
a94f3ff151
|
Merge branch 'nerdnos' of https://github.com/BitMaker-hub/NerdMiner_v2 into nerdnos
|
2024-09-16 03:10:32 +02:00 |
|
BitMaker
|
30075fb015
|
NerdNos screens
|
2024-09-16 03:09:35 +02:00 |
|
BitMaker
|
df06ff17eb
|
Merge pull request #490 from shufps/nerdnos
Nerdnos
|
2024-09-16 03:06:44 +02:00 |
|
Thomas Shufps
|
a05f666031
|
Merge pull request #6 from shufps/non-blocking-rx
uses non-blocking read for asic response
|
2024-09-14 10:56:58 +02:00 |
|
shufps
|
93cc2a1a88
|
uses non-blocking read for asic response
|
2024-09-14 10:55:34 +02:00 |
|
shufps
|
de10ecad99
|
avoid using serial while mutex is locked
|
2024-09-14 09:39:16 +02:00 |
|
Thomas Shufps
|
4df5d3615e
|
Merge pull request #5 from shufps/fix-chip-id-response
fixes chip id response of bm1397
|
2024-09-14 07:26:53 +02:00 |
|
shufps
|
fb36c60738
|
fixes chip id response of bm1397
|
2024-09-14 07:26:07 +02:00 |
|
Thomas Shufps
|
6a04694180
|
Merge pull request #4 from WantClue/temperature-failsafe
Add temperature reading to Asic run and disable if overheat
|
2024-09-14 07:09:03 +02:00 |
|
WantClue
|
f7932e97e6
|
Add temperature reading to Asic run and disable if overheat
|
2024-09-13 22:52:25 +02:00 |
|
Thomas Shufps
|
8251f462a1
|
Merge pull request #3 from shufps/debug-output
Debug output
|
2024-09-13 20:45:11 +02:00 |
|
shufps
|
2f288edbe6
|
removed additional debugging again
|
2024-09-13 20:43:08 +02:00 |
|
shufps
|
745a971684
|
show mV without decimal places
|
2024-09-13 20:38:40 +02:00 |
|
shufps
|
8efa73b1ca
|
fixed history timestamps (uint64_t instead of uint32_t)
|
2024-09-13 20:37:46 +02:00 |
|
shufps
|
087253656f
|
removed global receive buffer to not loose nonces
|
2024-09-13 19:09:52 +02:00 |
|
shufps
|
def93a8579
|
copied merkle tree for nerdnos
|
2024-09-13 18:22:41 +02:00 |
|
shufps
|
c772ac4a91
|
debug output on malformed merkle tree branch
|
2024-09-13 15:50:34 +02:00 |
|
shufps
|
901be540f5
|
fix memoryleak, thx @wantclue
|
2024-09-10 17:34:36 +02:00 |
|
shufps
|
9056765b21
|
removed white space in log output
|
2024-09-09 20:45:17 +02:00 |
|
shufps
|
1545cfabb4
|
added vCore to log output
|
2024-09-09 20:44:15 +02:00 |
|
shufps
|
df42d18944
|
temperature monitoring of 10k ntc
|
2024-09-09 20:37:16 +02:00 |
|
shufps
|
eb9ad3c75a
|
fixed overflowing 32bit us in history
|
2024-09-09 18:51:15 +02:00 |
|
shufps
|
4b7a6d8146
|
seems to be working
|
2024-09-09 15:10:08 +02:00 |
|
shufps
|
0931960ac1
|
proper job management
|
2024-09-09 07:38:02 +02:00 |
|
shufps
|
62503f4af8
|
nerdnos first working version
|
2024-09-07 20:05:10 +02:00 |
|
BitMaker
|
2043b09157
|
Merge pull request #428 from julio-matarranz/dev
fix : release automatically set as latest
|
2024-06-11 00:24:33 +02:00 |
|
Julio
|
fc5303996b
|
fix : release automatically set as latest
|
2024-06-11 00:21:47 +02:00 |
|
BitMaker
|
2ea20ab143
|
Merge branch 'pr/420' into dev
|
2024-06-10 22:10:19 +02:00 |
|
BitMaker
|
3cf36a4c59
|
Merge branch 'dev' of https://github.com/BitMaker-hub/NerdMiner_v2 into dev
|
2024-06-10 22:04:12 +02:00 |
|
BitMaker
|
858e198f4c
|
Merge pull request #423 from julio-matarranz/chore/cleanup
chore : cleanup bin that are available on prerelease and soon on release and managed on webflasher
|
2024-06-10 22:02:50 +02:00 |
|
BitMaker
|
865bf4f363
|
Merge branch 'master' into dev
|
2024-06-10 21:37:20 +02:00 |
|
BitMaker
|
f174d623e9
|
Enable external 5V power on TDisplayS3
|
2024-06-10 21:24:30 +02:00 |
|
BitMaker
|
559861bda3
|
Merge pull request #421 from alexandresanlim/master
fix: miner screen size for ttgo 1.14
|
2024-06-10 21:17:16 +02:00 |
|
BitMaker
|
f75fd09ccb
|
Merge pull request #416 from julio-matarranz/chore/upgrade-libs
chore : upgrade libs and specify tags when it wasn't the case
nerdminer-prerelease-V1.7.0
|
2024-06-10 21:15:59 +02:00 |
|
BitMaker
|
4531c784d1
|
Merge pull request #424 from julio-matarranz/feat/release
feat : release
|
2024-06-07 09:50:30 +02:00 |
|
Julio MATARRANZ
|
203a1b095b
|
feat : release
|
2024-06-06 21:31:46 +02:00 |
|