Upstream Data
c0dbafb198
version: bump version number
v0.65.0
2024-12-10 09:21:34 -07:00
Upstream Data
97d2c4ac34
feature: add more hiveon functionality
2024-12-10 09:21:11 -07:00
Upstream Data
055d633c91
bug: fix hiveon identification in some cases
2024-12-10 08:43:39 -07:00
Upstream Data
68c57f265f
feature: add supports presets flag
2024-12-10 07:44:34 -07:00
Upstream Data
1ba0f8ed83
feature: parse vnish presets
2024-12-10 07:44:34 -07:00
Upstream Data
7f74b083d3
feature: add mining mode preset option to config
2024-12-10 07:44:34 -07:00
Wilfred Allyn
97c20dae0a
bug: fix boser rpc
2024-12-08 08:54:31 -07:00
Upstream Data
09c7aff640
version: bump version number
v0.64.14
2024-12-04 10:05:32 -07:00
Upstream Data
7e7cdc9615
docs: fix some docstrings and type annotations
2024-12-04 10:03:33 -07:00
Upstream Data
b6fb0fd2b9
docs: more documentation improvements and fixes
2024-12-04 09:56:42 -07:00
Upstream Data
46788e7d14
docs: use different docs theme, update docs and examples, and improve docs build
2024-12-04 09:46:01 -07:00
Upstream Data
5b4f84a241
refactor: improve handling of user_suffix in pools
2024-12-04 09:43:01 -07:00
Upstream Data
0c56bfdf9e
bug: fix vnish appending scheme to nonexistant pool
2024-12-04 09:32:05 -07:00
Upstream Data
4a5d793cd6
version: bump version number
v0.64.13
2024-12-02 15:14:36 -07:00
Upstream Data
1894ff1aea
feature: add hiveon web API
2024-12-02 15:14:23 -07:00
Upstream Data
3ab9294000
version: bump version number
v0.64.12
2024-12-02 15:12:19 -07:00
Upstream Data
5e0641634b
bug: fix MRO for hiveon
2024-12-02 15:11:59 -07:00
Upstream Data
a1975bc9b8
version: bump version number
v0.64.11
2024-12-02 13:43:09 -07:00
kdmukai
6a265f03f7
cleanup debugging
2024-12-02 13:42:42 -07:00
Upstream Data
c3658f028f
version: bump version number
v0.64.10
2024-12-02 10:34:08 -07:00
Upstream Data
ba3c653a29
bug: fix chains: [] which doesnt work with vnish
2024-12-02 10:33:53 -07:00
Upstream Data
61fbc132ed
version: bump version number
v0.64.9
2024-12-02 10:31:15 -07:00
Upstream Data
3f9f232990
bug: fix pool URL for vnish parser
2024-12-02 10:30:57 -07:00
Upstream Data
29c2398846
version: bump version number
v0.64.8
2024-12-02 10:16:23 -07:00
Upstream Data
ecc161820d
bug: fix vnish overclock setting
2024-12-02 10:16:04 -07:00
Upstream Data
5fec3052f6
version: bump version number
v0.64.7
2024-12-02 09:22:18 -07:00
Upstream Data
437ee774ab
bug: type convert to int for vnish config
2024-12-02 09:22:00 -07:00
Upstream Data
aed9e0e406
version: bump version number
v0.64.6
2024-12-02 09:14:05 -07:00
Upstream Data
be96428823
bug: skip vnish boards with 0 freq
2024-12-02 09:13:46 -07:00
Upstream Data
446881b237
version: bump version number
v0.64.5
2024-12-02 09:00:15 -07:00
Upstream Data
ceab8e55b5
feature: add send_config support for vnish
2024-12-02 08:59:58 -07:00
Upstream Data
e12f85c94d
version: bump version number
v0.64.4
2024-11-28 15:09:28 -07:00
Upstream Data
0c85f53177
bug: fix some issues with pool URLs
2024-11-28 15:05:04 -07:00
Upstream Data
0b524f9bd0
version: bump version number
v0.64.3
2024-11-28 14:40:01 -07:00
Upstream Data
95db852636
docs: update docs
2024-11-28 14:39:46 -07:00
Upstream Data
93fa02412a
feature: add support for Hiveon S19j Pro
2024-11-28 14:38:30 -07:00
Upstream Data
edb77e9cd8
bug: fix hiveon identification
2024-11-28 14:33:52 -07:00
Upstream Data
cbf7eeb08d
version: bump version number
v0.64.2
2024-11-26 08:26:26 -07:00
Upstream Data
d34b35a82d
bug: add luxos.supports_shutdown value
2024-11-26 08:25:25 -07:00
Upstream Data
5d57f35475
bug: fix possible case where unidentified miner type can raise and error
2024-11-25 13:00:49 -07:00
Brett Rowan
c95491ea45
version: bump version number
v0.64.1
2024-11-22 10:49:47 -07:00
Brett Rowan
e9ec43fac9
bug: fix some more issues with type hints causing warnings
2024-11-22 10:49:24 -07:00
Brett Rowan
42bde081c4
bug: fix some issues with type hints causing warnings
2024-11-22 10:44:09 -07:00
Brett Rowan
bfb72aec1b
bug: fix LookupError with AntminerOld
2024-11-22 10:41:34 -07:00
Brett Rowan
b2f36b2f0b
bug: fix type hints
2024-11-22 10:41:12 -07:00
Upstream Data
f75c07401b
refactor: remove unused imports
2024-11-21 15:32:30 -07:00
Upstream Data
01b96227e0
refactor: more optimizations to hashrate types with metaclass
2024-11-21 15:30:01 -07:00
Upstream Data
82552390c8
refactor: optimize hashrate algo units slightly
2024-11-21 14:55:04 -07:00
Upstream Data
b0651e26b8
version: bump version number
v0.64.0
2024-11-21 13:44:48 -07:00
Brett Rowan
c00802e311
feature: add alternate algorithm handlers ( #240 )
...
* feature: handle all hashrate algorithm conversions for antminers
* feature: handle all hashrate algorithm conversions for auradine
* feature: handle all hashrate algorithm conversions for avalonminers
* feature: handle all hashrate algorithm conversions for bitaxe
* feature: handle all hashrate algorithm conversions for epic
* feature: handle all hashrate algorithm conversions for goldshell
* refactor: clean up imports
* feature: handle all hashrate algorithm conversions for hammer
* feature: handle all hashrate algorithm conversions for iceriver
* feature: handle all hashrate algorithm conversions for innosilicon
* feature: handle all hashrate algorithm conversions for whatsminer
* tests: update tests to check if miners have board, fan, and algo values
* feature: finish updating all miners with boards, fans, and algos
* feature: update algorithm default values
* feature: add algorithm hashrate values
* feature: improve hashrate types, and use `self.algo` inside miners
---------
Co-authored-by: Upstream Data <brett@upstreamdata.ca >
2024-11-21 13:44:17 -07:00