8d3f6a3c06
fixed a bug with getting data and scanning where the progress bar would not update if no miners were found
UpstreamData
2022-01-06 11:16:53 -07:00
6db7cd4a1f
added X19 temp support
UpstreamData
2022-01-06 10:12:18 -07:00
23d465a733
clicking get data with no ip addresses scanned now scans the network then gets data
UpstreamData
2022-01-05 15:54:15 -07:00
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
UpstreamData
2022-01-05 15:33:56 -07:00
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
UpstreamData
2022-01-05 14:00:36 -07:00
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
UpstreamData
2022-01-05 13:45:34 -07:00
8ef135dfd7
reformatted and fixed a bunch of small formatting related issues
UpstreamData
2022-01-05 13:00:55 -07:00
c26a2cc99e
added wattage for whatsminers when scanning
UpstreamData
2022-01-05 11:58:42 -07:00
e0d8078bf1
fixed a small bug with the ip table not resetting at the start of the scan
UpstreamData
2022-01-05 11:22:02 -07:00
4528060fd0
fixed a bug with the way the hashrate total works when getting new data on a small subset of miners
UpstreamData
2022-01-05 10:39:36 -07:00
595467487b
fixed a bug with the way the hashrate total works when getting new data on a small subset of miners
cfg_util-update
UpstreamData
2022-01-05 09:42:37 -07:00
8cba08a900
removed "Identifying..." from scanning
UpstreamData
2022-01-05 09:31:09 -07:00
89c009ab11
improved the functionality of the scan
UpstreamData
2022-01-05 09:27:31 -07:00
38f93fa212
improved the functionality of get data greatly
UpstreamData
2022-01-05 09:17:45 -07:00
eac2d64468
changed the 2 listboxes with IPs and data into a table, and fixed all functions using this
UpstreamData
2022-01-05 08:59:38 -07:00
8a2cef15b2
fixed a bug with the build because importing from passlib is buggy
UpstreamData
2022-01-04 10:23:08 -07:00
c075f3f66a
added more doocstrings and improved the readme
UpstreamData
2022-01-04 09:16:17 -07:00
cf3aefc201
updated btminer API to use cryptography instead of pycryptodome because it's painful to set up, and updated requirements.txt
UpstreamData
2022-01-03 16:18:57 -07:00
8c147283ba
fixed a bug with sending commands which led to a pattern of recursive commands blocking the program forever
UpstreamData
2022-01-03 15:13:33 -07:00
f72ba6582d
added docstrings for CGMiner API, and improved BMMiner docstrings
UpstreamData
2022-01-03 13:44:15 -07:00
b65badf097
improved the build process and added a readme that gets added into the cfg util and its builds
UpstreamData
2022-01-03 13:17:32 -07:00
cea71d8ca1
added a new window to generate configs
UpstreamData
2022-01-03 13:16:38 -07:00
e39b6a6f2b
reformatted to prep for beta release
first-release
UpstreamData
2021-12-23 10:06:46 -07:00
bff89139bf
added a progress bar when configuring
UpstreamData
2021-12-23 10:00:46 -07:00
8c93e7fda9
added a progress bar when getting data
UpstreamData
2021-12-22 17:19:17 -07:00
06f274ba9c
added a progress bar when scanning using a generator for scan and get_miner
UpstreamData
2021-12-22 16:46:11 -07:00
66d2b63ae6
added settings.toml file and used settings.py to get data from it
UpstreamData
2021-12-22 12:39:20 -07:00
8ea97d9cfe
fixed a bug with configuring and scanning
UpstreamData
2021-12-21 16:20:29 -07:00
a33bab81cb
added a file to make executables of the cfg util
UpstreamData
2021-11-29 14:49:25 -07:00
a4442f82fd
fixed an issue with safe parsing hashrates of 0
UpstreamData
2021-11-29 09:43:08 -07:00
513b63d725
fixed a bug with using safe parse api data not returning properly in the get formatted data function
UpstreamData
2021-11-26 15:46:44 -07:00
4062af0e19
added safe_parse_api_data, recursive function to make sure the api data is parsed safely
UpstreamData
2021-11-26 13:40:59 -07:00
7f0bd87ed1
improved api.__init__ formatting and readability
UpstreamData
2021-11-03 12:03:33 -06:00
027423242d
fixed a bug with multicommand on S19 where it doesnt work with the '+'.join(*commands)
UpstreamData
2021-11-03 11:41:12 -06:00
9c3faca667
fixed a bug with get_hashrate
UpstreamData
2021-11-03 09:49:21 -06:00
3fb37f2741
added a braiinsUpdate in main and added HR total in config tool
UpstreamData
2021-11-03 09:36:03 -06:00
26ecdde6d4
fixed some of the issues with newer whatsminers not scanning properly because of their API, still a bug with asyncio
UpstreamData
2021-10-28 09:55:33 -06:00
1ba5199acd
set up import config and config to convert between general config and bos config
UpstreamData
2021-10-27 09:47:39 -06:00