Commit Graph

51 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
ed4122fb21 added better logging to testbench 2022-04-19 10:29:13 -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
2380b94db1 update unknown API docstring 2022-03-14 14:12:31 -06:00
UpstreamData
d8e59afee0 Upsdated bosminer API docstrings, and fixed some errors in CGMiner API docstings 2022-03-14 14:07:17 -06:00
UpstreamData
908594970e disabled the buttons that can break each other when another coroutine is running 2022-02-18 10:59:10 -07:00
UpstreamData
d58aa871b5 updated CGMiner and BMMiner docstrings 2022-02-11 11:06:35 -07:00
UpstreamData
4f90eb65ad updated btminer docstrings 2022-02-11 10:50:04 -07:00
UpstreamData
b50da98322 fixed some issues in CFG-Util-README.md, and started reformatting docstrings and cleaning API code. 2022-01-31 15:35:08 -07:00
UpstreamData
3178083533 added whatsminer get bad boards 2022-01-26 14:53:51 -07:00
UpstreamData
a93027369e added Hive get bad boards, and started on a bad board utility 2022-01-21 16:15:46 -07:00
UpstreamData
cdc6c898ae reformatted, added a bunch of comments to improve readability, and added a whatsminer admin password in settings 2022-01-12 09:04:15 -07:00
UpstreamData
01a64e63c6 fixed more bugs with avalonminers 2022-01-10 13:48:25 -07:00
UpstreamData
48aa7232b1 added actual miners versions and types to the factory 2022-01-07 09:34:05 -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
8a2cef15b2 fixed a bug with the build because importing from passlib is buggy 2022-01-04 10:23:08 -07:00
UpstreamData
d138778f0a added BTMiner docstrings 2022-01-04 09:01:38 -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
d974be5329 finished bosminer docs 2022-01-03 15:17:09 -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
f72ba6582d added docstrings for CGMiner API, and improved BMMiner docstrings 2022-01-03 13:44:15 -07:00
UpstreamData
e39b6a6f2b reformatted to prep for beta release 2021-12-23 10:06:46 -07:00
UpstreamData
43af332199 added documentation for the BMMiner API 2021-12-21 09:33:52 -07:00
UpstreamData
449bdfae69 added some docstrings to API, and added to miner types 2021-12-20 11:55:30 -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
3fa822de3a improved miner types, added a generalized API to unknown 2021-10-08 13:41:27 -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
315b6d2fb9 completed cgminer API 2021-09-23 11:28:56 -06:00
UpstreamData
5cdf04e62e fixed minor bugs in the API implmentation 2021-09-23 10:55:54 -06:00
UpstreamData
d460547591 completed bosminer api 2021-09-23 10:42:43 -06:00