Commit Graph

841 Commits

Author SHA1 Message Date
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
UpstreamData
201ba6829a fixed a bug in cgminer result handling 2021-11-08 11:35:39 -07:00
UpstreamData
6a8e48a433 fixed generate config, export config, and import config 2021-11-08 11:34:35 -07:00
UpstreamData
76dd98f909 fixed a bug with timeouts on get version 2021-11-05 08:43:26 -06:00
UpstreamData
4a733dd80a Merge pull request #3 from Dellsauce/master
added comments and docstrings to some files
2021-11-03 15:44:17 -06: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
e7ea0629a4 Merge remote-tracking branch 'origin/master' 2021-11-03 13:38:47 -06:00
UpstreamData
751bc1ee51 split out cfg_util into its own module 2021-11-03 13:38:39 -06:00
UpstreamData
8197599383 Merge pull request #2 from UpstreamData/imperium2
merge from origin master. update result_handler
2021-11-03 12:52:35 -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
9c3faca667 fixed a bug with get_hashrate 2021-11-03 09:49:21 -06:00
UpstreamData
3fb37f2741 added a braiinsUpdate in main and added HR total in config tool 2021-11-03 09:36:03 -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
1ba5199acd set up import config and config to convert between general config and bos config 2021-10-27 09:47:39 -06:00
UpstreamData
6868cafd95 fixed bugs 2021-10-26 20:16:57 -06:00
UpstreamData
44a0a63580 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	miners/miner_factory.py
2021-10-26 19:49:21 -06:00
UpstreamData
3e15fe8ead fixed miner factory to return the right kind of miner for CG and BM 2021-10-26 19:49:10 -06:00
UpstreamData
2acec11589 fixed miner factory to return the right kind of miner for CG and BM 2021-10-26 19:48:33 -06:00
M. Mackenzie
f73f018c03 upload cgminer sample config 2021-10-26 16:50:21 -06:00
UpstreamData
be213c202f added bos config -> general standard config 2021-10-26 16:42:46 -06:00
UpstreamData
1372183af8 fixed a bug with the async with statements 2021-10-26 13:29:28 -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
f4500b88ac fixed requirements.txt, removed netifaces because installing it sucks 2021-10-26 10:23:22 -06:00
UpstreamData
75328dba5d added more features, and fixed a bug with multicommand 2021-10-26 10:04:49 -06:00
murraymack
50fde51396 merge from origin master. update result_handler 2021-10-25 10:59:11 -06:00
UpstreamData
4ddf86035a fixed a lot of bugs and optimized code in cgminer handler 2021-10-23 11:27:30 -06:00
murraymack
42dd10fb8f Merge remote-tracking branch 'origin/imperium2' into imperium2 2021-10-22 14:35:10 -06:00
murraymack
9123de8c77 minor fix to get_config 2021-10-22 14:35:00 -06:00