Commit Graph

301 Commits

Author SHA1 Message Date
XMRig
1db99da2d1 Use rapidjson to create job/login packets. 2018-04-25 12:42:54 +07:00
XMRig
26424fef3a Optimize summary output. 2018-04-25 00:54:24 +07:00
XMRig
732399463b Added Algorithm class. 2018-04-24 22:28:21 +07:00
XMRig
badef517c3 Added support for rigId extension. 2018-04-24 02:42:43 +07:00
XMRig
ff39153552 Use static storage for Miner class too. 2018-04-24 02:09:43 +07:00
XMRig
bc16a6507a Fix Linux build. 2018-04-23 23:30:49 +07:00
XMRig
72e27ffca7 Added rig id support (proxy <-> pool). 2018-04-23 20:03:45 +07:00
XMRig
4165ef3bbd Merge branch 'dev' into feature-algo 2018-04-23 00:54:18 +07:00
XMRig
ca8ba5ec81 Fix msvc build. 2018-04-22 20:12:30 +07:00
XMRig
95e9962b34 v2.5.3 2018-04-22 20:01:05 +07:00
XMRig
987edca758 Fixed build with libmicrohttpd older than 0.9.39. 2018-04-22 13:27:46 +07:00
XMRig
9745130545 Added FreeBSD 10 support (patch sent via email). 2018-04-22 11:54:00 +07:00
XMRig
d65e03be5a Sync changes with miner. 2018-04-21 21:07:51 +07:00
XMRig
afaa522a25 Move Job and JobResult. 2018-04-20 23:43:15 +07:00
XMRig
bc34364e28 Move logging to common code. 2018-04-20 18:20:20 +07:00
XMRig
e341f85f76 Move keccak to common code. 2018-04-20 14:51:09 +07:00
XMRig
eefdb4d99a Move Console.* to common. 2018-04-20 13:41:26 +07:00
XMRig
46b2d3720c Move most of network part to common. 2018-04-20 09:49:02 +07:00
XMRig
d20cbc07e8 Change directory structure. 2018-04-20 00:21:44 +07:00
XMRig
27831e4eb6 #178 Revert changes in Client::close to pre v2.5. 2018-04-19 10:25:25 +07:00
XMRig
08355390d1 More refactoring. 2018-04-12 03:28:19 +07:00
XMRig
0d7bd43b44 Sync changes with the miner. 2018-04-12 02:38:03 +07:00
XMRig
e06c44902d More code unification, used same CommonConfig with CPU miner. 2018-04-09 03:51:51 +07:00
XMRig
0092f741f2 Added configurable keepalive support, now possible override default timeout (60 seconds) via config file (only). 2018-03-29 14:27:08 +07:00
XMRig
0c6f414a74 Better handle client life cycle, prevent possible crashes. 2018-03-29 00:06:51 +07:00
XMRig
694446bb72 #152 Fixed build with old gcc. 2018-03-27 11:31:27 +07:00
XMRig
75e4943cba Fix wrong miners count in 32bit build. 2018-03-26 21:36:56 +07:00
XMRig
ffe5fa7af9 v2.5.2 2018-03-26 12:24:22 +07:00
XMRig
8036e3dfa9 Fixed totally broken reconnect. 2018-03-26 12:09:19 +07:00
XMRig
3b82aad213 #148 Fixed build without API. 2018-03-25 10:45:38 +07:00
XMRig
dc42d4b862 v2.5.0 release candidate 2018-03-24 14:24:48 +07:00
XMRig
f35e1fbbb8 Removed unused private field in FailoverStrategy class. 2018-03-24 14:03:33 +07:00
XMRig
48c72526a7 Removed unused private field in FailoverStrategy class. 2018-03-24 13:47:22 +07:00
XMRig
2ad6ff8acf Fix DonateStrategy and disable donation for simple mode. 2018-03-23 23:33:43 +07:00
XMRig
35f4eff2db Print pools summary if pools changed. 2018-03-23 19:29:23 +07:00
XMRig
c0d3e2306d Information about upstreams extended in new API endpoint GET /1/summary. 2018-03-23 13:53:58 +07:00
XMRig
1ea7ce452f Added new example config.json. 2018-03-22 21:14:29 +07:00
XMRig
da967ced1b Add IP address to accepted and rejected shares in proxy output. 2018-03-22 17:45:47 +07:00
XMRig
0263beb009 * Don't use dual stack for incoming connections and fix ip detection in IPv6 mode. 2018-03-22 12:51:13 +07:00
XMRig
79f580df4b Messages use pool now shown only in verbose mode. 2018-03-22 08:55:43 +07:00
XMRig
9efeb4a9b0 Added alternative working mode. 2018-03-22 07:54:08 +07:00
XMRig
883ac25b03 Unify FailoverStrategy and SinglePoolStrategy with recent miner code. 2018-03-18 09:20:57 +07:00
XMRig
2b190c30b9 #135 Added missing xmrig.h 2018-03-14 23:18:38 +07:00
XMRig
2e392069c2 Add option variant to config JSON output. 2018-03-13 20:36:44 +07:00
XMRig
636800fdac Enable IPv6 by default, replace command line option --api-ipv6 to --api-no-ipv6. 2018-03-13 20:34:59 +07:00
XMRig
7738b54de5 Added option variant. 2018-03-13 20:17:34 +07:00
XMRig
d8333c0ce8 Added per pool specified coin option. 2018-03-08 22:41:48 +07:00
XMRig
84041c8ef5 Fix crash. 2018-03-07 22:59:08 +07:00
XMRig
f2c14e9425 Added nicehash extension. 2018-03-07 22:10:07 +07:00
XMRig
f04995f67c Safe delete suspended upstreams. 2018-03-06 14:55:49 +07:00