Commit Graph

74 Commits

Author SHA1 Message Date
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
cryptonote-social
3944a2fa6b Merge branch 'master' of https://github.com/cryptonote-social/csminer 2020-08-11 12:02:48 -07:00
cryptonote-social
0373e03d52 add StartMiner to niceapi, make sure it works on linux 2020-08-11 12:02:35 -07:00
C.S
8a3427e06d set install_name for osx dylib 2020-08-11 08:17:40 -07:00
cryptonote-social
2be8cb1efb merge 2020-08-10 19:55:53 -07:00
cryptonote-social
160b1e342a fix failure to pass in wallet if specified 2020-08-10 19:55:30 -07:00
C.S
3d2f607c19 build script for test.c that works on osx 2020-08-10 19:43:16 -07:00
cryptonote-social
dff56adc0b C API work 2020-08-10 19:30:20 -07:00
cryptonote-social
d3a4ca7f6f replace tabs w/ spaces in README 2020-08-06 13:18:30 -07:00
cryptonote-social
093b406aed client side error for putting wallet id in username field now that we have wallet flag 2020-08-06 13:13:05 -07:00
cryptonote-social
8bc1787e53 better printing of pool server warnings 2020-08-05 17:18:32 -07:00
cryptonote-social
78b4a44546 handle warnings from stratum server 2020-08-05 15:32:12 -07:00
cryptonote-social
e3eaecedeb clean up README to reflect new way of creating usernames 2020-08-05 10:57:25 -07:00
cryptonote-social
fbe3167b69 bump version number, add -wallet command line option, clean up miner config parameters 2020-08-05 10:49:35 -07:00
cryptonote-social
6f7d915d5f support for dynamically adjusting the number of threads 2020-08-04 09:44:17 -07:00
cryptonote-social
ab044e4287 exit mining if pool server returns login error 2020-08-03 17:54:24 -07:00
cryptonote-social
3571b0cbf4 more appropriately handle login failures and remove some duplicate code 2020-08-03 16:34:13 -07:00
cryptonote-social
3dcd23cdd7 make it cleaer that the boolean saver flag requires equals sign to work 2020-08-03 12:15:05 -07:00
C.S
15af0ccea0 add more notes on how to prevent mac from sleeping 2020-08-01 11:17:25 -07:00
cryptonote-social
8247ffef92 give small buffer to pokechannel 2020-08-01 10:58:05 -07:00
cryptonote-social
d08cb60d47 ignore keyboard mining overrides when on battery power 2020-08-01 10:55:45 -07:00
cryptonote-social
bfb1b9475c version number bump to 0.1.1 2020-08-01 10:39:56 -07:00
cryptonote-social
98c5b5eb70 make poke actions work appropriately if stratum client is dead 2020-08-01 10:39:12 -07:00
cryptonote-social
02958b3a2d reset recent stats whenever connection re-established 2020-08-01 10:32:08 -07:00
cryptonote-social
a6cc18133a fix continuation of outer loop on nil job 2020-08-01 10:27:23 -07:00
cryptonote-social
61990e4918 more fixes for stratum client locking, timeouts, etc 2020-08-01 10:23:08 -07:00
cryptonote-social
3e7568e0b5 clean up poking of job dispatch loop 2020-08-01 08:16:13 -07:00
cryptonote-social
e4c78caa61 restructure client locking strategy to avoid sending on closed channel panic 2020-07-31 14:09:26 -07:00
cryptonote-social
64378a3397 updated command line instructions string for new config flag 2020-07-31 12:35:26 -07:00
cryptonote-social
4fe54118a3 bump minor version number and start working on next version changes such as full config string support 2020-07-31 08:32:00 -07:00
cryptonote-social
9018847be7 fix example command lines to be .exe / windows specific 2020-07-31 07:49:26 -07:00
cryptonote-social
6a229bfa14 fix build for rxlib in its own repository 2020-07-27 11:26:10 -07:00
cryptonote-social
957779d190 move the rx cpp lib to its own repository 2020-07-27 11:22:58 -07:00
cryptonote-social
1a10583912 make windows csminer also detect active screensaver 2020-07-26 16:07:02 -07:00
cryptonote-social
0a176b48b4 removed unused const 2020-07-26 16:02:05 -07:00