UpstreamData
3be3086a38
docs: fix issues with docs.
2024-01-16 15:55:01 -07:00
UpstreamData
aab8825997
refactor: rename API to rpc, and classes from {X}API to {X}RPCAPI to clarify naming.
2024-01-15 15:09:51 -07:00
UpstreamData
34006941ad
bug: add test to cross check function arguments, and fix some method implementations and naming.
2024-01-15 10:16:47 -07:00
b-rowan
ef9a026ee8
docs: update docs.
2024-01-14 12:58:11 -07:00
snyk-bot
84ac991685
fix: docs/requirements.txt to reduce vulnerabilities
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717
2024-01-11 16:00:03 +00:00
UpstreamData
69f39bef0c
docs: update tagline
2023-12-19 08:18:06 -07:00
UpstreamData
dc3f061b9b
docs: update shields.
2023-12-18 14:44:43 -07:00
UpstreamData
201cfd7ef9
docs: update documentation to be more readable on the main page.
2023-12-13 11:15:03 -07:00
JP Compagnone
8701bbe4e2
Feature - Add initial ePIC UMC support ( #71 )
...
* prelim support of ePIC UMC
* slowly adding things
* add most api calls
* add some guards
* fix post commands
* remove print
* catch when API returns error
* missing guard
* remove semicolon
* recommended changes
* add docs and changes
* respect ignore_errors
2023-11-28 10:49:49 -07:00
UpstreamData
7d1f125b0b
docs: update settings docs to list.
2023-11-27 11:07:43 -07:00
UpstreamData
e433902bd5
docs: update settings docs.
2023-11-27 10:57:13 -07:00
UpstreamData
47d76e325a
docs: update docs to include new information.
2023-11-27 10:37:38 -07:00
UpstreamData
5533135b05
docs: update supported miners.
2023-11-23 11:54:01 -07:00
UpstreamData
4bafde9da7
docs: update documentation.
2023-10-03 14:59:25 -06:00
UpstreamData
ad3a4ae414
docs: update some bad code, and add references to new miner types and API types.
2023-07-11 11:18:28 -06:00
UpstreamData
aa538d3079
docs: add miner docs generation file.
2023-06-28 11:21:19 -06:00
UpstreamData
e1500bb75c
docs: update docs.
2023-06-28 11:20:22 -06:00
UpstreamData
9057cde274
docs: add is_mining to docs.
2023-06-23 14:49:38 -06:00
UpstreamData
1ce5bd0566
Update miner data and fix various bugs related to the fix. ( #47 )
...
* feature: fix influxdb data.
* bug: fix an issue with some avalon stats parsing.
* bug: add chip count for 1166 Pro.
* bug: fix some issues with bosminer scanning and some data bugs.
* bug: remove print statement.
* bug: fix failed data gathering multicommand via graphql.
* feature: add partial support for M50S+VK20
* version: bump version number.
* bug: add chip count for M50S+VK20.
* version: bump version number.
* bug: attempt to fix offset check issue on BOS+.
* bug: fix NoneType subscription on BOS+.
* bug: add support for Vnish S17+.
* bug: remove web references for Avalons.
* bug: add support for VNish S17Pro.
* bug: Try secondary identification method for antminers.
* feature: fix a bunch of functionality for avalonminers.
* bug: fix avalonminer fan speed being set as str.
* bug: fix fans speeds being represented as strings.
* bug: fix some get_fan formatting.
* docs: update supported miners list, and fix A10X model name.
* docs: update MinerData docstrings.
* docs: update factory documentation.
2023-06-22 15:06:30 -06:00
UpstreamData
d4d48f5582
docs: update docs.
2023-04-04 09:22:36 -06:00
UpstreamData
aa6dc74471
minor: reformat a bunch of files to try to make backends more cohesive, add static dict for get_data instead of using inspect, refactored graphql into a bosminer web API, and added supports_autotuning and supports_shutdown attributes to miners.
2023-03-28 11:39:03 -06:00
UpstreamData
2d08b10076
feature: add support for S19L.
2023-03-14 09:53:05 -06:00
UpstreamData
92e972aa57
docs: update documentation.
2023-03-14 09:07:26 -06:00
UpstreamData
d8d8a050ce
docs: update docs to reflect new whatsminers.
2023-01-30 13:45:50 -07:00
UpstreamData
8423b64825
docs: update documentation.
2023-01-27 09:51:58 -07:00
UpstreamData
2d4c063dfa
Update get_data to us get_some_data sub functions. ( #27 )
2023-01-26 22:18:03 -07:00
UpstreamData
2d8c7eb4fd
feature: add support for whatsminer M30S+ VG40
2022-12-13 10:05:07 -07:00
UpstreamData
3bcfb14177
feature: add support for Whatsminer M31SV20, and fix a bug with miner factory not identifying the miners properly by removing a V prefix.
2022-12-03 14:20:37 -07:00
UpstreamData
abd4d18a01
feature: add whatsminer M31SV10 and V60.
2022-12-02 15:51:27 -07:00
UpstreamData
16399510fa
feature: add set_power_limit to all miners that support it.
2022-11-30 10:47:45 -07:00
UpstreamData
97d2023298
feature: add support for whatsminer M31S V70
2022-11-22 18:27:35 -07:00
UpstreamData
6051a46654
docs: update docs to show cls.fields()
2022-11-07 12:54:40 -07:00
UpstreamData
5b078b4b27
feature: add support for M34S+ and M34S+ VE10
2022-11-04 13:12:28 -06:00
Upstream Data
fb3dffb216
docs: add relative paths to supported miner types to fix read the docs not going to the correct page.
2022-10-21 18:39:15 -06:00
Colin Crossman
f4bbc2c3e5
Add support for M50
...
Received M50 units, added support for them.
2022-10-21 18:12:05 -06:00
UpstreamData
73b1a0493c
Add the ability to add MinerData together and sum them, as well as compute division and floor division on them.
2022-09-30 16:00:45 -06:00
UpstreamData
ad42251ee9
add S19 XP to docs
2022-09-29 14:09:26 -06:00
UpstreamData
3e96889976
improve poetry setup instructions and improve documentation
2022-09-28 12:54:04 -06:00
UpstreamData
f0a8b6e1c7
add support for whatsminer M31S+ V30
2022-09-28 10:05:28 -06:00
UpstreamData
03ecd118a3
add support for M31S+ V60 and V90
2022-09-26 11:51:47 -06:00
UpstreamData
eda9804dea
add support for some new whatsminers types, M31S+ v40 and v80, and improve documentation of supported types.
2022-09-26 11:32:55 -06:00
UpstreamData
03c93b4de1
added pause_mining and resume_mining to all miners, added get_errors to whatsminers, and improved get_errors type hinting
2022-09-22 10:06:27 -06:00
UpstreamData
8542acfb01
improve documentation
2022-09-13 09:11:15 -06:00
UpstreamData
0ff505bbb4
add support for innosilicon T3H+
2022-09-06 10:48:04 -06:00
UpstreamData
3fd1b41bec
add support for whatsminer VH60
2022-08-29 09:52:35 -06:00
UpstreamData
8e7d6751e2
update docs to include all currently supported miners including BOS devices.
2022-08-12 12:30:29 -06:00
UpstreamData
b77c4173c6
update supported miners in docs and add link to it in README.md
2022-08-12 12:22:49 -06:00
UpstreamData
3a5a76080b
add pre-commit hooks
2022-08-10 09:57:31 -06:00
UpstreamData
8379359caf
update documentation and make BaseMiner and BaseMinerAPI unable to be instantiated directly. Add more unittests for miners.
2022-08-08 13:19:59 -06:00
UpstreamData
9d3f2b5968
add support for M20 versions and update docs
2022-07-22 13:04:47 -06:00