Commit Graph

64 Commits

Author SHA1 Message Date
XMRig
f8e4fe30e0 Update base 2020-11-29 18:45:52 +07:00
XMRig
39f38d5c69 Added --token command line option. 2020-11-10 21:29:13 +07:00
XMRig
9415fb14fd Added BenchConfig class. 2020-10-22 17:33:41 +07:00
XMRig
c5b118ab4c New Async wrapper. 2020-10-21 08:09:44 +07:00
SChernykh
a046437d5f Added benchmark and stress test
Easy to use and zero configuration embedded benchmark/stress test.
2020-10-14 19:45:05 +02:00
XMRig
9829da5d4e Added command line option --pause-on-battery and renamed config option. 2020-07-23 15:45:01 +07:00
XMRig
3526c1335d Added command line options --cache-qos (--randomx-cache-qos) and --argon2-impl (--cpu-argon2-impl). 2020-07-20 09:17:59 +07:00
XMRig
5cf7fb0e4c #1708 Added "title" option. 2020-06-06 00:24:58 +07:00
XMRig
c2e8686818 Implemented donate for KawPow. 2020-06-01 00:56:26 +07:00
XMRig
4ec1f814b3 Network code cleanup (WIP). 2020-05-30 01:22:22 +07:00
XMRig
2771cf3582 Add 3rdparty prefix to all rapidjson includes. 2020-04-29 14:55:04 +07:00
XMRig
a1bd9ccd93 Update base. 2020-04-29 14:17:33 +07:00
XMRig
77ca9aecde Reduced memory consumption on network level. 2020-03-20 20:53:27 +07:00
XMRig
e1160b6db2 Added TLS support for API and many other TLS related changes. 2020-03-18 20:09:11 +07:00
XMRig
2b80ccd135 Added command line option --astrobwt-avx2 2020-03-12 00:04:07 +07:00
XMRig
4de00d017f Added command line option --data-dir. 2020-03-10 15:57:47 +07:00
XMRig
ed44b0c009 Move files. 2020-03-09 01:22:34 +07:00
XMRig
6e7d9cb5dc Added command line option --astrobwt-max-size 2020-03-08 00:13:47 +07:00
XMRig
e85014deba Added "-x" and "--proxy" command line options. 2020-02-18 21:42:01 +07:00
XMRig
fe3590ffa8 Implemented donate over SOCKS5. 2020-02-18 17:58:14 +07:00
XMRig
a2d1c5a371 Fixed unwanted resume after dataset change. 2020-01-03 05:36:22 +07:00
XMRig
1c18b3d942 Added --randomx-no-rdmsr command line option. 2019-12-21 23:57:25 +07:00
XMRig
f960d1cf16 Added RandomX option "wrmsr" with command line equivalent --randomx-wrmsr=N. 2019-12-10 23:57:29 +07:00
XMRig
4b3ab4f99a Added command line option --randomx-1gb-pages 2019-12-10 11:56:31 +07:00
XMRig
bc4e456ac1 Option "yield" enabled by default and added command line option --cpu-no-yield. 2019-12-04 08:50:54 +07:00
XMRig
b7e1d97d93 Added option "mode" (or --randomx-mode) for RandomX. 2019-11-29 13:00:17 +07:00
XMRig
61cc3f6fc6 Code cleanup. 2019-11-29 10:17:05 +07:00
XMRig
22b2ebafb7 Added "health-print-time" option. 2019-11-01 04:08:52 +07:00
XMRig
a1a7692072 Added command line options --cuda and --cuda-loader. 2019-10-29 00:42:49 +07:00
XMRig
f382cee3f9 Added send with callback. 2019-10-16 19:34:33 +07:00
XMRig
ae557af840 Self-select initial working implementation. 2019-10-12 19:48:18 +07:00
XMRig
ceaccf2b8a Added SelfSelectClient stub. 2019-10-12 00:24:47 +07:00
XMRig
33c1bcd30e Prepare for self select. 2019-10-11 14:55:12 +07:00
XMRig
a84c459f45 Added command line option --cpu-memory-pool. 2019-10-09 08:45:06 +07:00
XMRig
255f6cff6b Added config option "cpu/max-threads-hint" and command line option "--cpu-max-threads-hint". 2019-09-28 02:02:20 +07:00
XMRig
9694164318 Merge branch 'dev' into evo 2019-09-27 05:54:33 +07:00
XMRig
335092f70f Added coin option. 2019-09-27 05:41:45 +07:00
XMRig
1eccc037a7 Added command line option --opencl. 2019-09-24 03:14:35 +07:00
XMRig
477de6a212 Improved/restructured --help output. 2019-09-23 03:47:40 +07:00
XMRig
a23333043e Added command line options "--randomx-init" and "--randomx-no-numa". 2019-07-28 11:01:30 +07:00
XMRig
fa4d98483a Removed --variant option, use --algo instead. 2019-07-20 05:24:21 +07:00
XMRig
5471c5b18d Fixed command line config and removed --max-cpu-usage and --safe. 2019-07-20 00:37:15 +07:00
XMRig
20907841b9 Restored algorithm verification. 2019-07-19 00:39:27 +07:00
XMRig
b0d1ee0694 Restored algo field in login request. 2019-07-18 22:35:15 +07:00
XMRig
6838673ddb Added initial support for per pool algo option (mining code is broken). 2019-06-10 20:46:29 +07:00
XMRig
166c04b62f Moved Algorithm class. 2019-06-09 16:46:44 +07:00
XMRig
68846d0777 Added command line option --daemon and --daemon-poll-interval 2019-04-12 18:30:08 +07:00
XMRig
67ce7039fd Added DaemonClient. 2019-04-12 03:25:21 +07:00
XMRig
7b738b936a Prepare for daemon support. 2019-04-11 00:18:33 +07:00
XMRig
43524b2e42 Add IClient and BaseClient. 2019-04-10 18:29:33 +07:00