Commit Graph

1820 Commits

Author SHA1 Message Date
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
e77cbc5415 added a bidirectional sort on table headers and changed to an "Open in web" button to make it less convoluted and buggy to sort the table 2022-01-05 14:00:36 -07:00
UpstreamData
5ecb87ec63 added the option to sort using the table headers and added a double click on the miners to open a web browser with that miner 2022-01-05 13:45:34 -07:00
UpstreamData
8ef135dfd7 reformatted and fixed a bunch of small formatting related issues 2022-01-05 13:00:55 -07:00
UpstreamData
c26a2cc99e added wattage for whatsminers when scanning 2022-01-05 11:58:42 -07:00
UpstreamData
e0d8078bf1 fixed a small bug with the ip table not resetting at the start of the scan 2022-01-05 11:22:02 -07:00
UpstreamData
4528060fd0 fixed a bug with the way the hashrate total works when getting new data on a small subset of miners 2022-01-05 10:39:36 -07:00
UpstreamData
595467487b fixed a bug with the way the hashrate total works when getting new data on a small subset of miners cfg_util-update 2022-01-05 09:42:37 -07:00
UpstreamData
8cba08a900 removed "Identifying..." from scanning 2022-01-05 09:31:09 -07:00
UpstreamData
89c009ab11 improved the functionality of the scan 2022-01-05 09:27:31 -07:00
UpstreamData
38f93fa212 improved the functionality of get data greatly 2022-01-05 09:17:45 -07:00
UpstreamData
eac2d64468 changed the 2 listboxes with IPs and data into a table, and fixed all functions using this 2022-01-05 08:59:38 -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
c075f3f66a added more doocstrings and improved the readme 2022-01-04 09:16:17 -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
b65badf097 improved the build process and added a readme that gets added into the cfg util and its builds 2022-01-03 13:17:32 -07:00
UpstreamData
cea71d8ca1 added a new window to generate configs 2022-01-03 13:16:38 -07:00
UpstreamData
e39b6a6f2b reformatted to prep for beta release first-release 2021-12-23 10:06:46 -07:00
UpstreamData
bff89139bf added a progress bar when configuring 2021-12-23 10:00:46 -07:00
UpstreamData
8c93e7fda9 added a progress bar when getting data 2021-12-22 17:19:17 -07:00
UpstreamData
06f274ba9c added a progress bar when scanning using a generator for scan and get_miner 2021-12-22 16:46:11 -07:00
UpstreamData
66d2b63ae6 added settings.toml file and used settings.py to get data from it 2021-12-22 12:39:20 -07:00
UpstreamData
8ea97d9cfe fixed a bug with configuring and scanning 2021-12-21 16:20:29 -07:00
UpstreamData
475fe1769d updated requirements.txt 2021-12-21 15:36:38 -07:00
UpstreamData
e936a11477 fixed some bugs with the new "threaded" approach 2021-12-21 12:49:41 -07:00
UpstreamData
df6858d718 added settings.py file for managing retries and "threads", as well as fixing some bugs in the APIs 2021-12-21 11:57:34 -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
b58d3cbb9b organized better, started the structure for different miner types 2021-12-20 11:20:16 -07:00
UpstreamData
2fe8df0c36 added btminer.py file for the whatsminer API. 2021-12-20 09:57:04 -07:00
UpstreamData
d4306586cf Merge remote-tracking branch 'origin/master' 2021-12-15 10:56:16 -07:00
UpstreamData
247362ca75 added export IPlist 2021-12-15 10:56:02 -07:00
UpstreamData
afca5c2464 Update README.md 2021-12-13 15:43:53 -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
UpstreamData
d55b7fc20b fixed type in readme 2021-11-29 15:38:02 -07:00
UpstreamData
b7d8539b7a added README.md 2021-11-29 15:28:23 -07:00
UpstreamData
a33bab81cb added a file to make executables of the cfg util 2021-11-29 14:49:25 -07:00
UpstreamData
a4442f82fd fixed an issue with safe parsing hashrates of 0 2021-11-29 09:43:08 -07:00
UpstreamData
513b63d725 fixed a bug with using safe parse api data not returning properly in the get formatted data function 2021-11-26 15:46:44 -07:00
UpstreamData
4062af0e19 added safe_parse_api_data, recursive function to make sure the api data is parsed safely 2021-11-26 13:40:59 -07:00
UpstreamData
d93c147fa2 Merge remote-tracking branch 'origin/master' 2021-11-18 12:50:27 -07:00
UpstreamData
5f8a269401 fixed asyncio scoket bug in main 2021-11-18 12:50:13 -07:00
UpstreamData
291e89dc74 fixed asyncio scoket bug in main 2021-11-18 12:48:34 -07:00
UpstreamData
eb8e91c7d7 fixed small bug with getting pool usernames 2021-11-18 12:05:45 -07:00
UpstreamData
b714dfe4a4 set up cgminer get hostname, and fixed the bug with asyncio trying to close non socket objects 2021-11-09 09:54:31 -07:00