Commit Graph

55 Commits

Author SHA1 Message Date
C.S
2f466b1544 remove debugging log message 2021-01-31 11:36:14 -08:00
C.S
b0fc7c9212 remove straty debug logging 2021-01-25 14:18:13 -08:00
cryptonote-social
4f3fca0ee0 fix recent stats bug on keyboard-induced activity status change 2021-01-18 20:52:34 -08:00
cryptonote-social
7be039d4f9 allow stats to be returned from chat requests, and chats to be returned from submitting work 2021-01-10 18:48:39 -08:00
cryptonote-social
a0a6279ffc fix bug in sending chats when diff=5000 2021-01-04 09:29:34 -08:00
cryptonote-social
13f698be07 fix reconnect issue when using TLS 2021-01-04 08:57:04 -08:00
cryptonote-social
3e7e434f83 added dev option to connect to dev server 2021-01-04 08:21:19 -08:00
cryptonote-social
e38fac56a6 Removing debug log message 2021-01-03 10:56:24 -08:00
cryptonote-social
cba689ce45 make sure we have non-zero hashcount for valid hashrate calculation 2020-12-29 18:35:37 -08:00
cryptonote-social
3fc4844855 capi to use TLS and make -tls option actually work in minerlib 2020-12-28 09:38:51 -08:00
cryptonote-social
d5e4d7aecf ability to batch & send multiple chats per share 2020-12-28 08:30:07 -08:00
cryptonote-social
96ea5f3c9c cleaning up some chat logging 2020-12-27 08:19:13 -08:00
cryptonote-social
8ef2262545 update no_login comment 2020-12-26 20:16:49 -08:00
cryptonote-social
764bd70c18 fix failure to return after chat retrieval error 2020-12-26 14:57:08 -08:00
cryptonote-social
cb1871fea4 more chat stuff 2020-12-26 10:54:22 -08:00
cryptonote-social
25333c6e38 increased chat fetching 2020-12-26 08:32:54 -08:00
C.S
5e9ccf42a3 chat fixes 2020-12-24 17:11:24 -08:00
cryptonote-social
d908527792 initial client work for chat support 2020-12-24 16:49:37 -08:00
cryptonote-social
6f8bed0f31 fix check for error indicating rejected share 2020-12-22 11:29:47 -08:00
cryptonote-social
45c0afad34 fix bug in hour range validity checking 2020-09-04 14:28:18 -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
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
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
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
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