Commit Graph

31 Commits

Author SHA1 Message Date
UpstreamData
247cf0ccc2 added fault light option to the board utility 2022-04-29 10:18:16 -06:00
UpstreamData
59ab6e6c8a reformatted and clarified some code 2022-04-21 10:09:30 -06:00
UpstreamData
c57a523553 reformatted all files to use the Black formatting style 2022-03-31 11:27:57 -06:00
UpstreamData
4038dae446 fixed some bugs on linux with pipes 2022-03-18 12:02:42 -06:00
UpstreamData
57bd606f21 add logging to base miner API 2022-03-16 10:56:33 -06:00
UpstreamData
a93027369e added Hive get bad boards, and started on a bad board utility 2022-01-21 16:15:46 -07:00
UpstreamData
01a64e63c6 fixed more bugs with avalonminers 2022-01-10 13:48:25 -07:00
UpstreamData
c751d53398 added warnings to notify when removing 2022-01-06 12:37:43 -07:00
UpstreamData
1148946a29 added temperatures to the tool, and fixed a bug with multicommand not removing bad commands if they were adjacent to each other in the list 2022-01-05 15:33:56 -07:00
UpstreamData
8ef135dfd7 reformatted and fixed a bunch of small formatting related issues 2022-01-05 13:00:55 -07:00
UpstreamData
cf3aefc201 updated btminer API to use cryptography instead of pycryptodome because it's painful to set up, and updated requirements.txt 2022-01-03 16:18:57 -07:00
UpstreamData
8c147283ba fixed a bug with sending commands which led to a pattern of recursive commands blocking the program forever 2022-01-03 15:13:33 -07:00
UpstreamData
2fe8df0c36 added btminer.py file for the whatsminer API. 2021-12-20 09:57:04 -07:00
UpstreamData
3cd42ba1f5 fixed a bug in BMMiner parsing where a comma was missing causing json errors 2021-12-08 17:00:56 -07:00
UpstreamData
407ded8dd0 fixed a bug in BMMiner parsing where a comma was missing causing json errors 2021-12-08 16:52:06 -07:00
Dellsauce
2b61c042b8 added comments and docstrings to some files 2021-11-03 14:39:28 -07:00
UpstreamData
da8d45a9b1 updated some comments and improved general readability 2021-11-03 14:45:31 -06:00
UpstreamData
7f0bd87ed1 improved api.__init__ formatting and readability 2021-11-03 12:03:33 -06:00
UpstreamData
027423242d fixed a bug with multicommand on S19 where it doesnt work with the '+'.join(*commands) 2021-11-03 11:41:12 -06:00
UpstreamData
26ecdde6d4 fixed some of the issues with newer whatsminers not scanning properly because of their API, still a bug with asyncio 2021-10-28 09:55:33 -06:00
UpstreamData
edbd1bbe94 fixed json decoding error, now raises APIError, and sorted IP List same as data list 2021-10-26 11:40:17 -06:00
UpstreamData
75328dba5d added more features, and fixed a bug with multicommand 2021-10-26 10:04:49 -06:00
UpstreamData
ea2ec6463e improved format and readability 2021-10-20 13:47:58 -06:00
UpstreamData
62ea4578a2 Added sort function 2021-10-19 16:48:55 -06:00
UpstreamData
f9cae8017c Added current pool username to get data 2021-10-19 15:17:42 -06:00
UpstreamData
4778aa957b Created get_commands for each api 2021-10-07 15:55:27 -06:00
UpstreamData
5f835021d1 added basic network functionality 2021-10-07 14:33:53 -06:00
UpstreamData
e3bc84455d added more type hinting for returns 2021-09-23 12:09:17 -06:00
UpstreamData
5ba768d0bc added multicommand function 2021-09-23 12:03:34 -06:00
UpstreamData
5cdf04e62e fixed minor bugs in the API implmentation 2021-09-23 10:55:54 -06:00
UpstreamData
e82b7ec9bf completed bmminer api and moved APIs to package 2021-09-23 10:34:39 -06:00