UpstreamData
|
8091617ee2
|
feature: add supports_power_modes flag.
|
2024-02-12 09:26:09 -07:00 |
|
John-Paul Compagnone
|
a76d1c6149
|
add ePIC UMC S21 support, fix HB generation by using capabilities
|
2024-02-10 19:36:07 -05:00 |
|
Brett Rowan
|
b6a2a5054b
|
bug: fix goldshell sleep mode again.
|
2024-02-10 16:45:29 -07:00 |
|
Brett Rowan
|
07d1c48e33
|
bug: fix goldshell config/power modes.
|
2024-02-10 15:46:55 -07:00 |
|
Brett Rowan
|
e4a0f2451a
|
Attempt to fix goldshell mode issues.
|
2024-02-10 15:39:00 -07:00 |
|
b-rowan
|
3632c2c4d8
|
feature: add support for goldshell shutdown.
|
2024-02-10 14:25:42 -07:00 |
|
b-rowan
|
09bc9686ae
|
feature: add support for goldshell mode settings.
|
2024-02-10 14:23:17 -07:00 |
|
b-rowan
|
34584ab098
|
feature: add support for KDBoxPro and KDBoxII.
|
2024-02-10 13:56:00 -07:00 |
|
UpstreamData
|
554d99ca08
|
bug: update API unlocker format.
|
2024-02-09 14:25:14 -07:00 |
|
UpstreamData
|
5c5d688ffa
|
Update api opener.
|
2024-02-09 13:39:48 -07:00 |
|
b-rowan
|
5e5516bfb3
|
bug: fix serial numbers for antminer.
|
2024-02-07 20:15:38 -07:00 |
|
UpstreamData
|
203f199aec
|
feature: add wmt.pyasic.org.
|
2024-02-07 11:09:27 -07:00 |
|
b-rowan
|
8a64ff3559
|
bug: swap to asyncio.read() in base RPC to try to handle possible missed messages.
|
2024-02-03 00:36:03 -07:00 |
|
UpstreamData
|
4dec329f11
|
bug: Try to return something when checking vnish fw version.
|
2024-02-02 10:06:33 -07:00 |
|
UpstreamData
|
b563ed118e
|
bug: fix vnish firmware version bug.
|
2024-02-02 10:05:34 -07:00 |
|
UpstreamData
|
75b2ec40b1
|
bug: fix ePIC config parsing to use hashrate tuning instead of power tuning.
|
2024-01-31 09:21:32 -07:00 |
|
b-rowan
|
9343308f41
|
feature: Add support for new whatsminers, and try to handle whatsminer errors when receiving data.
|
2024-01-30 21:41:10 -07:00 |
|
UpstreamData
|
be45eb7400
|
bug: fix issues with bosminer multicommand, and update X17 to use BOSMiner instead of BOSer.
|
2024-01-30 13:34:00 -07:00 |
|
b-rowan
|
64196f9754
|
bug: update whatsminer set_target_freq to match docs.
|
2024-01-29 20:56:36 -07:00 |
|
UpstreamData
|
3838c4f2f9
|
bug: fix missing validation import for BTMiner.
|
2024-01-29 12:47:30 -07:00 |
|
UpstreamData
|
30cd8b5cfe
|
bug: fix some issues with rpc renaming.
|
2024-01-29 12:32:54 -07:00 |
|
b-rowan
|
c443170f78
|
refactor: improve epic web send_command implementation.
|
2024-01-27 09:42:35 -07:00 |
|
b-rowan
|
4f0eb49a02
|
bug: fix some issues with epic send config.
|
2024-01-27 09:25:20 -07:00 |
|
John-Paul Compagnone
|
3c7679a22d
|
fix send_config for ePIC
|
2024-01-27 10:50:37 -05:00 |
|
UpstreamData
|
a52737e236
|
refactor: add some type hints for epic config.
|
2024-01-26 13:58:08 -07:00 |
|
UpstreamData
|
e8bbf22aa7
|
bug: fix a bug with epic mining mode configs.
|
2024-01-26 13:55:54 -07:00 |
|
UpstreamData
|
6c14902484
|
Add ePIC send_config and config.as_epic (#101)
* feature: Add epic send_config.
* feature: remove UID from epic config.
* feature: add default for temp configs in epic.
|
2024-01-26 12:47:19 -07:00 |
|
UpstreamData
|
96aa346f00
|
refactor: rename miner.api to miner.rpc. Add miner.api property linked to miner.rpc.
|
2024-01-26 10:15:20 -07:00 |
|
UpstreamData
|
c2b6cc7468
|
refactor: improve validate_command_output, and move it out of the miner rpc api.
|
2024-01-26 09:51:09 -07:00 |
|
UpstreamData
|
ac7f41be44
|
refactor: move bind addr to init in MinerListener.
|
2024-01-25 16:34:46 -07:00 |
|
UpstreamData
|
718b87fd12
|
refactor: rename overwritten method.
|
2024-01-25 16:32:33 -07:00 |
|
UpstreamData
|
5ad23c6cd0
|
refactor: remove unused imports.
|
2024-01-25 16:31:19 -07:00 |
|
UpstreamData
|
66be443dc3
|
refactor: re-arrange some imports.
|
2024-01-25 16:25:25 -07:00 |
|
UpstreamData
|
a9135e21d4
|
docs: update docs.
|
2024-01-25 14:35:31 -07:00 |
|
UpstreamData
|
dd4c087749
|
refactor: move base classes to base.py in their directories, move data locations to miners.data, and rename types to models.
|
2024-01-25 14:26:53 -07:00 |
|
UpstreamData
|
aa1d7c1b6f
|
refactor: make web handlers much more consistent across types, remove graphql, and make luci and grpc the dedicated web apis for BOSer and BOSMiner respectively.
|
2024-01-25 13:50:04 -07:00 |
|
UpstreamData
|
b328a27f04
|
refactor: Update config to use future annotations and move merge_dicts to misc.
|
2024-01-25 11:32:03 -07:00 |
|
UpstreamData
|
c5eed797ec
|
refactor: update type annotations in config.
|
2024-01-25 10:07:19 -07:00 |
|
b-rowan
|
3226d47846
|
Merge branch 'dev_fluxos'
|
2024-01-24 18:39:12 -07:00 |
|
b-rowan
|
6c1931fe7e
|
bug: fix some naming issues with auradine, and add chip count for AT1500.
|
2024-01-24 18:37:29 -07:00 |
|
b-rowan
|
1dd87ac102
|
feature: add expected chips for M50S++VK10
|
2024-01-24 18:32:50 -07:00 |
|
b-rowan
|
95d1e40b4f
|
bug: fix auradine fan config parsing.
|
2024-01-24 18:28:10 -07:00 |
|
b-rowan
|
31682b7fae
|
bug: fix auradine fan data and config parsing.
|
2024-01-24 18:22:28 -07:00 |
|
b-rowan
|
e6523fc7d5
|
bug: fix auradine wattage data.
|
2024-01-24 18:18:11 -07:00 |
|
b-rowan
|
91de12467b
|
bug: add multicommand flag to auradine multicommand output.
|
2024-01-24 18:08:22 -07:00 |
|
b-rowan
|
d81e3e9f88
|
bug: fix auradine multicommand format for get_data.
|
2024-01-24 18:05:32 -07:00 |
|
b-rowan
|
49fc0f3c54
|
bug: fix auradine hashboards.
|
2024-01-24 17:55:47 -07:00 |
|
b-rowan
|
4b36044e56
|
bug: fix auradine web api token format.
|
2024-01-24 17:45:42 -07:00 |
|
b-rowan
|
90fb67f586
|
bug: fix auradine web api token.
|
2024-01-24 17:38:49 -07:00 |
|
b-rowan
|
edf31ae7df
|
bug: fix auradine identification.
|
2024-01-24 17:33:41 -07:00 |
|