b-rowan
936474ed3b
Merge pull request #84 from jpcomps/master
2023-12-23 13:07:47 -07:00
John-Paul Compagnone
2e28060e05
fixes, changes, and formatting
2023-12-23 15:01:42 -05:00
John-Paul Compagnone
07f92557c6
cover chiptune case
2023-12-22 23:35:13 -05:00
John-Paul Compagnone
6f6f5743cf
add get_config to ePIC backend
2023-12-22 23:35:13 -05:00
Upstream Data
b89ea1fa92
version: bump version number.
v0.44.2
2023-12-22 16:29:03 -07:00
Upstream Data
3588197741
dependencies: bump httpx version
2023-12-22 16:28:46 -07:00
Upstream Data
8adc3d2adf
version: bump version number.
v0.44.1
2023-12-22 15:47:25 -07:00
Upstream Data
040c0b6842
feature: add support for S19 Pro Hydro.
2023-12-22 15:40:23 -07:00
Upstream Data
550b4a97a1
bug: fix a bunch of missed instances of nominal_ naming.
2023-12-22 15:32:01 -07:00
UpstreamData
d84d95fe5f
version: bump version number.
v0.44.0
2023-12-21 15:25:57 -07:00
UpstreamData
0e5b811fb9
Add config attribute to data and refactor data naming ( #81 )
...
* feature: add config to MinerData. Remove related attributes.
* feature: rename ideal and nominal to expected to make data naming consistent across files.
* refactor: run isort on all files.
* docs: update docstrings.
2023-12-21 15:20:50 -07:00
UpstreamData
3d31179562
feature: add more BOS+ supported types.
2023-12-19 08:40:31 -07:00
UpstreamData
69f39bef0c
docs: update tagline
2023-12-19 08:18:06 -07:00
UpstreamData
1076dab7f5
Update README.md
2023-12-19 08:17:39 -07:00
UpstreamData
3ae1f700c2
docs: update README.md
2023-12-18 14:48:19 -07:00
UpstreamData
dc3f061b9b
docs: update shields.
2023-12-18 14:44:43 -07:00
UpstreamData
52758dd8b3
docs: update README.
2023-12-18 14:33:42 -07:00
UpstreamData
0e492f1cfd
tests: add more tests for miners.
2023-12-18 14:11:16 -07:00
UpstreamData
659dc55f3c
bug: add missing key to epic data locations.
2023-12-18 14:07:46 -07:00
UpstreamData
eb9b29aca1
tests: add tests for config and update tests.
2023-12-18 14:00:40 -07:00
UpstreamData
b045abe76e
bug: reorder config information and fix bad key.
2023-12-18 13:59:56 -07:00
Upstream Data
7a75818a20
version: bump version number.
v0.43.1
2023-12-17 09:09:00 -07:00
Upstream Data
d2be68d35e
bug: fix MinerConfig default values for 3.11+. Add MinerConfig.as_epic default implementation.
2023-12-17 09:08:14 -07:00
Upstream Data
c5c4bb10ee
version: bump version number.
v0.43.0
2023-12-16 10:59:23 -07:00
Upstream Data
c4dfdda448
Merge branch 'dev_bugs'
...
# Conflicts:
# pyasic/miners/miner_factory.py
# pyasic/miners/types/whatsminer/M6X/M60.py
# pyasic/miners/types/whatsminer/M6X/M60S.py
# pyasic/miners/types/whatsminer/M6X/M63.py
# pyasic/miners/types/whatsminer/M6X/M63S.py
# pyasic/miners/types/whatsminer/M6X/M66.py
# pyasic/miners/types/whatsminer/M6X/M66S.py
# pyasic/miners/types/whatsminer/M6X/__init__.py
# pyasic/miners/whatsminer/btminer/M6X/M60.py
# pyasic/miners/whatsminer/btminer/M6X/M60S.py
# pyasic/miners/whatsminer/btminer/M6X/M66S.py
# pyasic/miners/whatsminer/btminer/M6X/__init__.py
# pyasic/miners/whatsminer/btminer/__init__.py
2023-12-16 10:55:27 -07:00
Upstream Data
4459de2260
feature: add support for S19kProNoPIC BOS. Reformat.
2023-12-16 10:54:51 -07:00
UpstreamData
201cfd7ef9
docs: update documentation to be more readable on the main page.
2023-12-13 11:15:03 -07:00
UpstreamData
4201905fdd
bug: fix some tasks not being cancelled properly in miner factory.
2023-12-13 10:18:28 -07:00
checksum0
497ffb5bc0
Add all the currently known Whatsminer M6X machines ( #77 )
...
* Create new BTMiner M6X backend class to represent Whatsminer new M6X generation
* Add all new known types of Whatsminer M6X
* Ensure all new types are imported in their respective __init__.py
* Create all BTMiner API class for known types of new M6X generation
* Ensure all new BTMiner API class are imported in __init__.py
* Fix erroneous M6X models data
* Ensure M6X miners are imported and add them to their MinerTypes dictionary in miner_factory.py
2023-12-12 19:38:36 -07:00
checksum0
2f762c95db
Add all the currently known Whatsminer M6X machines ( #77 )
...
* Create new BTMiner M6X backend class to represent Whatsminer new M6X generation
* Add all new known types of Whatsminer M6X
* Ensure all new types are imported in their respective __init__.py
* Create all BTMiner API class for known types of new M6X generation
* Ensure all new BTMiner API class are imported in __init__.py
* Fix erroneous M6X models data
* Ensure M6X miners are imported and add them to their MinerTypes dictionary in miner_factory.py
2023-12-12 19:32:12 -07:00
UpstreamData
67aed79330
bug: fix mode spec in bosminer config.
2023-12-12 13:21:50 -07:00
UpstreamData
073e048726
bug: fix bosminer config missing format information.
2023-12-12 13:11:49 -07:00
UpstreamData
02234f3d1e
feature: improve dict merging speed
2023-12-12 09:25:43 -07:00
UpstreamData
dc22df0280
refactor: remove innosilicon pool comment, as it is correct.
2023-12-12 08:54:24 -07:00
UpstreamData
02056b8c88
refactor: remove config prints.
2023-12-11 15:36:02 -07:00
UpstreamData
3a43cd293c
bug: Fix improper naming of fan mode.
2023-12-11 15:18:23 -07:00
UpstreamData
6941d9f349
bug: add default case for work mode when there is no work mode returned from bitmain.
2023-12-11 15:08:57 -07:00
UpstreamData
f6b0b64d86
bug: set default quota to 1.
2023-12-11 14:07:17 -07:00
UpstreamData
8d68dd9dac
refactor: re-order config keys
2023-12-11 14:06:22 -07:00
UpstreamData
27368a9bd2
bug: fix some issues, and remove unused imports.
2023-12-11 13:48:26 -07:00
UpstreamData
c919b00312
feature: allow config conversion to and from dict.
2023-12-11 13:40:10 -07:00
UpstreamData
f162529883
feature: allow dps conversion for bos grpc.
2023-12-11 11:40:46 -07:00
Upstream Data
bb182bb22d
bug: fix some issues with return types and missing return statements.
2023-12-10 20:28:06 -07:00
Upstream Data
af15c4fbd1
bug: pin working betterproto version.
2023-12-10 20:25:27 -07:00
Upstream Data
47c2eb9f0e
feature: use betterproto + grpclib.
2023-12-10 20:10:11 -07:00
Upstream Data
1ab39f5873
bug: fix bosminer config parsing.
2023-12-10 17:40:39 -07:00
Upstream Data
43200a7354
feature: Add bosminer.toml parser.
2023-12-10 13:20:03 -07:00
Upstream Data
4fc57832e1
feature: Finish fixing get and send config handlers for miners.
2023-12-10 10:14:57 -07:00
Upstream Data
9ee63cc3ab
feature: Update get and send config methods for most miners, and add as_inno.
2023-12-10 10:10:55 -07:00
Upstream Data
b22b506d55
feature: Add whatsminer send_config.
2023-12-10 09:55:05 -07:00