Commit Graph

  • 1f3ffe96a1 refactored files and folders UpstreamData 2022-01-06 14:48:11 -07:00
  • e0505a31ca fixed a bug with the total miner count not showing when getting data and scanning together UpstreamData 2022-01-06 13:19:31 -07:00
  • 3ecc27b3f9 added the ability to copy a list of IP addresses directly from the table. UpstreamData 2022-01-06 13:15:08 -07:00
  • 5d66c539d4 fixed a bug with whatsminer temps UpstreamData 2022-01-06 12:46:34 -07:00
  • c751d53398 added warnings to notify when removing UpstreamData 2022-01-06 12:37:43 -07:00
  • ea1e8abeac Merge remote-tracking branch 'origin/master' UpstreamData 2022-01-06 11:19:09 -07:00
  • 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
  • f35adf0ae4 Delete custom.md UpstreamData 2022-01-06 10:42:24 -07:00
  • 848ac6ef7c Update issue templates UpstreamData 2022-01-06 10:41:39 -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
  • d138778f0a added BTMiner docstrings UpstreamData 2022-01-04 09:01:38 -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
  • d974be5329 finished bosminer docs UpstreamData 2022-01-03 15:17:09 -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
  • 475fe1769d updated requirements.txt UpstreamData 2021-12-21 15:36:38 -07:00
  • e936a11477 fixed some bugs with the new "threaded" approach UpstreamData 2021-12-21 12:49:41 -07:00
  • df6858d718 added settings.py file for managing retries and "threads", as well as fixing some bugs in the APIs UpstreamData 2021-12-21 11:57:34 -07:00
  • 43af332199 added documentation for the BMMiner API UpstreamData 2021-12-21 09:33:52 -07:00
  • 449bdfae69 added some docstrings to API, and added to miner types UpstreamData 2021-12-20 11:55:30 -07:00
  • b58d3cbb9b organized better, started the structure for different miner types UpstreamData 2021-12-20 11:20:16 -07:00
  • 2fe8df0c36 added btminer.py file for the whatsminer API. UpstreamData 2021-12-20 09:57:04 -07:00
  • d4306586cf Merge remote-tracking branch 'origin/master' UpstreamData 2021-12-15 10:56:16 -07:00
  • 247362ca75 added export IPlist UpstreamData 2021-12-15 10:56:02 -07:00
  • afca5c2464 Update README.md UpstreamData 2021-12-13 15:43:53 -07:00
  • 3cd42ba1f5 fixed a bug in BMMiner parsing where a comma was missing causing json errors UpstreamData 2021-12-08 17:00:56 -07:00
  • 407ded8dd0 fixed a bug in BMMiner parsing where a comma was missing causing json errors UpstreamData 2021-12-08 16:52:06 -07:00
  • d55b7fc20b fixed type in readme UpstreamData 2021-11-29 15:38:02 -07:00
  • b7d8539b7a added README.md UpstreamData 2021-11-29 15:28:23 -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
  • d93c147fa2 Merge remote-tracking branch 'origin/master' UpstreamData 2021-11-18 12:50:27 -07:00
  • 5f8a269401 fixed asyncio scoket bug in main UpstreamData 2021-11-18 12:48:34 -07:00
  • 291e89dc74 fixed asyncio scoket bug in main UpstreamData 2021-11-18 12:48:34 -07:00
  • eb8e91c7d7 fixed small bug with getting pool usernames UpstreamData 2021-11-18 12:05:45 -07:00
  • b714dfe4a4 set up cgminer get hostname, and fixed the bug with asyncio trying to close non socket objects UpstreamData 2021-11-09 09:54:31 -07:00
  • 201ba6829a fixed a bug in cgminer result handling UpstreamData 2021-11-08 11:35:39 -07:00
  • 6a8e48a433 fixed generate config, export config, and import config UpstreamData 2021-11-08 11:34:35 -07:00
  • 76dd98f909 fixed a bug with timeouts on get version UpstreamData 2021-11-05 08:43:26 -06:00
  • 4a733dd80a Merge pull request #3 from Dellsauce/master UpstreamData 2021-11-03 15:44:17 -06:00
  • 2b61c042b8 added comments and docstrings to some files Dellsauce 2021-11-03 14:39:28 -07:00
  • da8d45a9b1 updated some comments and improved general readability UpstreamData 2021-11-03 14:45:31 -06:00
  • e7ea0629a4 Merge remote-tracking branch 'origin/master' UpstreamData 2021-11-03 13:38:47 -06:00
  • 751bc1ee51 split out cfg_util into its own module UpstreamData 2021-11-03 13:38:39 -06:00
  • 8197599383 Merge pull request #2 from UpstreamData/imperium2 UpstreamData 2021-11-03 12:52:35 -06: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
  • 6868cafd95 fixed bugs UpstreamData 2021-10-26 20:16:57 -06:00
  • 44a0a63580 Merge remote-tracking branch 'origin/master' UpstreamData 2021-10-26 19:49:21 -06:00
  • 3e15fe8ead fixed miner factory to return the right kind of miner for CG and BM UpstreamData 2021-10-26 19:48:33 -06:00
  • 2acec11589 fixed miner factory to return the right kind of miner for CG and BM UpstreamData 2021-10-26 19:48:33 -06:00
  • f73f018c03 upload cgminer sample config M. Mackenzie 2021-10-26 16:50:21 -06:00
  • be213c202f added bos config -> general standard config UpstreamData 2021-10-26 16:42:46 -06:00
  • 1372183af8 fixed a bug with the async with statements UpstreamData 2021-10-26 13:29:28 -06:00
  • edbd1bbe94 fixed json decoding error, now raises APIError, and sorted IP List same as data list UpstreamData 2021-10-26 11:40:17 -06:00
  • f4500b88ac fixed requirements.txt, removed netifaces because installing it sucks UpstreamData 2021-10-26 10:23:22 -06:00
  • 75328dba5d added more features, and fixed a bug with multicommand UpstreamData 2021-10-26 10:04:49 -06:00
  • 50fde51396 merge from origin master. update result_handler murraymack 2021-10-25 10:59:11 -06:00
  • 4ddf86035a fixed a lot of bugs and optimized code in cgminer handler UpstreamData 2021-10-23 11:27:30 -06:00
  • 42dd10fb8f Merge remote-tracking branch 'origin/imperium2' into imperium2 murraymack 2021-10-22 14:35:10 -06:00
  • 9123de8c77 minor fix to get_config murraymack 2021-10-22 14:34:02 -06:00
  • 7facb95e16 added restart, reboot, start, stop, get_config murraymack 2021-10-22 14:29:28 -06:00
  • 3d67222941 Added reset, start, stop, get config murraymack 2021-10-22 14:34:02 -06:00
  • 6da8dce52d Added reset, start, stop, get config murraymack 2021-10-22 14:29:28 -06:00
  • 7310ada4a4 bug fixes UpstreamData 2021-10-22 12:45:29 -06:00
  • d57e6db0e5 added bmminer and cgminer functions for implementation UpstreamData 2021-10-21 15:09:38 -06:00
  • b11f992b43 added cache clearing on new network scan UpstreamData 2021-10-21 14:29:14 -06:00
  • 1ca39260b4 implemented getting hostnames for bosminers UpstreamData 2021-10-21 14:26:48 -06:00
  • f09ce7227f added an icon to config tool UpstreamData 2021-10-21 09:58:37 -06:00
  • f6ba3adde9 added basic config file UpstreamData 2021-10-20 16:20:18 -06:00
  • ea2ec6463e improved format and readability UpstreamData 2021-10-20 13:47:58 -06:00