Commit Graph

158 Commits

Author SHA1 Message Date
C.S
e6647344ba fix osx machine stater 2020-08-20 20:42:42 -07:00
cryptonote-social
3dff9834ea win machine stater fixes 2020-08-20 20:20:47 -07:00
cryptonote-social
0643c871f3 screen -> machine stater 2020-08-20 20:13:30 -07:00
cryptonote-social
5a42c68d78 make battery state detection work on windows 2020-08-20 19:58:19 -07:00
cryptonote-social
1c2f8c770c battery power status on windows 2020-08-20 15:39:19 -07:00
cryptonote-social
37d526e481 more logging cleanup 2020-08-20 12:09:43 -07:00
C.S
fb26927e76 removing and cleaning up info/debug logging 2020-08-20 11:02:38 -07:00
cryptonote-social
7508389985 revert accidental checkin 2020-08-19 21:44:09 -07:00
cryptonote-social
d0017d7ec1 getting read for v0.2.0 release 2020-08-19 21:19:23 -07:00
cryptonote-social
89ee6edcd2 have submitWork return miner & pool stats 2020-08-18 20:38:12 -07:00
cryptonote-social
d8a9a5cf73 reuse http client instead of reallocating anew 2020-08-18 07:23:12 -07:00
cryptonote-social
4f49bda761 simplify client implementation to fix race condition 2020-08-17 21:38:55 -07:00
cryptonote-social
827030daed remove deprecated startdiff command line flag 2020-08-17 19:17:20 -07:00
cryptonote-social
5ee381c3e3 call pokeJobDispatcher in fresh goroutine to avoid blocking 2020-08-17 19:17:00 -07:00
cryptonote-social
0c14cb7846 worker threads shouldn't wait on dead clients: moved dead client waiting into the submit goroutine 2020-08-17 17:00:17 -07:00
cryptonote-social
5f784fb6e5 debugging stuff for client sync issues 2020-08-17 15:26:52 -07:00
cryptonote-social
548c44028b fix potential deadlock if poollogin called during reconnection attempt 2020-08-17 11:58:14 -07:00
cryptonote-social
b1ac1c72ea make test.c use the new empty string idiom instead of null 2020-08-17 11:56:23 -07:00
cryptonote-social
1b0db4dd60 add aggressive stats polling to test script 2020-08-17 10:51:10 -07:00
cryptonote-social
1f645f1280 empty strings instead of nulls 2020-08-16 17:19:02 -07:00
cryptonote-social
f56eae1134 make sure pool username and logged in username match when getting stats 2020-08-16 16:49:18 -07:00
cryptonote-social
faea137ff2 recent stats fixes 2020-08-16 16:31:54 -07:00
cryptonote-social
a97298f709 return extra duration info for stats 2020-08-16 12:35:13 -07:00
cryptonote-social
1803122a24 make recent hashrate more accurate 2020-08-16 11:54:06 -07:00
cryptonote-social
3a15204dc0 removed stray debug logging 2020-08-16 11:38:17 -07:00
cryptonote-social
ec2ba5566b improvements to recent hashrate computation 2020-08-16 11:35:52 -07:00
cryptonote-social
63e611cac8 better done channel handling 2020-08-16 09:00:18 -07:00
cryptonote-social
81e428de5f moved to done channels for syncing dispatch loops 2020-08-15 17:33:49 -07:00
cryptonote-social
af379def2c stop any active worker threads before starting a new mining loop 2020-08-15 16:36:18 -07:00
cryptonote-social
fbdcb961e0 tweak locking 2020-08-15 16:25:09 -07:00
cryptonote-social
a0df6f931c fix possible double free 2020-08-15 16:24:14 -07:00
cryptonote-social
1caf52f1df state management and changes to reconnection logic 2020-08-15 16:08:48 -07:00
cryptonote-social
fad7376959 fixes for thread increase/decrease 2020-08-15 12:44:08 -07:00
cryptonote-social
2d05589c74 increase/decrease threads 2020-08-15 12:01:21 -07:00
cryptonote-social
37551b3721 refresh pool stats w/ each share found 2020-08-15 11:02:55 -07:00
cryptonote-social
bbe6810422 add stdlib.h header 2020-08-15 08:37:09 -07:00
cryptonote-social
d41d337be3 added get_miner_state to C api 2020-08-13 14:30:58 -07:00
cryptonote-social
7a8f9ab5d0 stats improvements n sync improvements 2020-08-12 18:27:47 -07:00
cryptonote-social
64e33fbf4e move stats into own package 2020-08-12 16:47:00 -07:00
cryptonote-social
14dec3b86f fix successful login message 2020-08-12 12:17:27 -07:00
cryptonote-social
09f195de74 make test keep running even if login fails 2020-08-12 12:11:53 -07:00
cryptonote-social
bdabbed6ea yuuge progress on minerlib refactoring 2020-08-12 12:01:50 -07:00
cryptonote-social
cbf938a52c fix address & agent caching in client 2020-08-11 22:46:15 -07:00
cryptonote-social
07a6e9794d fix locking errors 2020-08-11 22:41:17 -07:00
cryptonote-social
3498d7c1bc put client locking into client itself instead of outside 2020-08-11 21:54:39 -07:00
cryptonote-social
e1332018d3 bump version number to 0.1.3 2020-08-11 16:43:40 -07:00
cryptonote-social
c83e47baf3 move guilib stuff into a new minerlib package 2020-08-11 15:31:07 -07:00
cryptonote-social
021568e9ad remove unintended os.Exit on connection failure 2020-08-11 15:30:08 -07:00
C.S
cda4723329 add missing newline 2020-08-11 13:06:55 -07:00
C.S
35602793b4 update make_test_osx for start_miner 2020-08-11 13:03:34 -07:00