Commit Graph

142 Commits

Author SHA1 Message Date
cryptonote-social
4867187bcd moved file not required by client to the server repo 2021-01-04 14:53:16 -08:00
cryptonote-social
7168f017f6 bump version 2021-01-04 11:00:56 -08:00
cryptonote-social
895c0592d9 update version 2021-01-04 10:57:15 -08:00
cryptonote-social
a0a6279ffc fix bug in sending chats when diff=5000 2021-01-04 09:29:34 -08:00
cryptonote-social
de9ed276fb support for -dev flag 2021-01-04 09:28:39 -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
c61c6f1d1a Merge branch 'master' of https://github.com/cryptonote-social/csminer 2020-12-30 08:48:34 -08:00
cryptonote-social
033228cb04 log tweaks 2020-12-30 08:48:26 -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
153dcc1d7e show which chats are sent by you when unauthenticated 2020-12-28 08:29:06 -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
4d534cbe78 int -> int64 2020-12-26 11:44:47 -08:00
cryptonote-social
591b2cf06f typo fix 2020-12-26 11:18:38 -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
cryptonote-social
755be8eab5 new stuff to ignore 2020-12-25 18:18:17 -08:00
cryptonote-social
7c5fe3abac use C cast 2020-12-25 16:41:26 -08:00
cryptonote-social
9689c11682 change to const char* 2020-12-25 13:46:20 -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
29adb10295 bump up max limit on request size and change Error return type to interface{} since it can sometimes be a single string 2020-12-22 11:32:15 -08:00
cryptonote-social
6f8bed0f31 fix check for error indicating rejected share 2020-12-22 11:29:47 -08:00
cryptonote-social
d0de4e6ad6 fix missing word in error msg 2020-12-22 11:28:40 -08:00
cryptonote-social
4eafaa9b65 merge 2020-09-04 14:28:39 -07:00
cryptonote-social
45c0afad34 fix bug in hour range validity checking 2020-09-04 14:28:18 -07:00
C.S
e1764d89cd add min mac version flag 2020-08-23 10:14:57 -07:00
C.S
d34e2d3d31 fix size-reducing flags 2020-08-22 18:03:22 -07:00
cryptonote-social
3288f74124 build flags to shrink release library 2020-08-22 17:27:23 -07:00
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