1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-07-05 16:12:40 -04:00
Commit Graph

39 Commits

Author SHA1 Message Date
XMRig c4e1363148 #3245 Improved algorithm negotiation for donation rounds by sending extra information about current mining job. 2023-04-07 23:35:05 +07:00
XMRig 4c171bea1e Disable donate for astrobwt/v2. 2022-04-05 15:15:03 +07:00
XMRig 9580f5395f Removed shortName. 2021-08-11 22:26:34 +07:00
XMRig bbd3f05bf6 Implemented donate for KawPow. 2020-06-01 00:56:26 +07:00
XMRig 2fea4e72b5 Implemented donate over SOCKS5. 2020-02-18 17:58:14 +07:00
XMRig c6530e352f Code cleanup. 2020-01-07 10:13:01 +07:00
XMRig e9d2e194f3 Added SelfSelectClient stub. 2019-10-12 00:24:47 +07:00
XMRig 680081b93b #1202 Fixed algorithm verification in donate strategy. 2019-09-28 22:07:44 +07:00
XMRig 691b2fabbf Restored algorithm verification. 2019-07-19 00:39:27 +07:00
XMRig 0ab26a1619 Restored algo field in login request. 2019-07-18 22:35:15 +07:00
XMRig 62012a1a50 Added DaemonClient. 2019-04-12 03:25:21 +07:00
XMRig 9a6944d694 Add IClient and BaseClient. 2019-04-10 18:29:33 +07:00
XMRig 4c95136e6a Implemented donate over proxy. 2019-03-19 21:31:54 +07:00
XMRig 0907d1eb0c Added "donate-over-proxy" option. 2019-03-19 00:16:30 +07:00
XMRig 55686c7d57 Use new Timer inside DonateStrategy. 2019-03-18 13:40:56 +07:00
XMRig ba68fb6c53 Added real graceful exit. 2019-03-16 00:44:15 +07:00
XMRig ba01f2a9c4 Rename files. 2019-03-15 01:50:35 +07:00
XMRig ee667144e8 Move network classes into xmrig namespace. 2019-02-17 06:59:19 +07:00
XMRig dbdcc14672 Move Pool.h/Pool.cpp. 2019-02-16 09:56:08 +07:00
XMRig 1a2aaf210c Sync changes. 2019-02-08 16:55:21 +07:00
XMRig 0d197f8906 New donations proxy addresses with SSL/TLS support. 2018-09-26 20:35:27 +03:00
XMRig 48a214c3f1 Move files. 2018-06-05 07:34:58 +07:00
XMRig 45e8a0525c Prepare for per pool and per job algorithms. 2018-04-21 19:55:51 +07:00
XMRig 2d22f2aeff Move shared network code to common folder. 2018-04-20 13:44:30 +07:00
XMRig 36ef254c73 Rename class Url to Pool. 2018-04-11 06:09:34 +07:00
XMRig 673a1291e1 Randomized donation start time. 2018-03-24 09:41:32 +07:00
XMRig 8aa73318c8 Backport changes from proxy. 2018-03-24 00:10:39 +07:00
XMRig 1cf1d616c6 DonateStrategy now use FailoverStrategy internally and possible to use any other IStrategy. 2018-03-17 14:33:30 +07:00
XMRig c46c019c83 Unify network strategies with upcoming proxy. 2018-03-17 05:03:14 +07:00
XMRig a2f747fb0c Pass all options to network strategies in constructor. 2018-03-17 04:16:08 +07:00
XMRig 244ca93aa4 Change donation address to separate old and new versions. 2018-03-09 13:15:55 +07:00
XMRig 9e9cddedc5 Added results statistics to API. 2017-09-01 08:02:56 +03:00
XMRig 9975b4e4cd Backport unified client timer from proxy project. 2017-08-14 08:41:54 +03:00
XMRig a3988374f0 Fixed graceful shutdown. 2017-07-18 05:20:36 +03:00
XMRig 66d3e96a1a Sync changes with upcoming xmrig-proxy project. 2017-07-17 21:57:03 +03:00
XMRig 074db6bb72 Add nice messages for accepted and rejected shares with diff and latency. 2017-07-02 05:33:10 +03:00
XMRig 7e17f77c11 Implemented DonateStrategy. 2017-06-30 03:20:50 +03:00
XMRig 25faeabd61 Implemented SinglePoolStrategy. 2017-06-29 01:48:23 +03:00
XMRig bd8776b7ee Add classes SinglePoolStrategy, DonateStrategy, IStrategy, IStrategyListener. 2017-06-28 06:17:02 +03:00