Commit Graph

155 Commits

Author SHA1 Message Date
XMRig
d3f86cb845 Optimized initialization. 2019-09-21 19:26:27 +07:00
XMRig
3b90cc5c2c Merge branch 'dev' into evo 2019-09-21 03:24:34 +07:00
XMRig
724e2d8e7f #1183 Disable stdin handler if not available. 2019-09-21 03:22:19 +07:00
XMRig
1aee003e4a Backport fixes from v4. 2019-09-20 14:54:18 +07:00
XMRig
78637e4dc3 Fixed config file permissions after write (MSYS only). 2019-09-20 02:54:33 +07:00
XMRig
1699443520 Merge branch 'dev' into feature-opencl 2019-09-12 13:16:42 +07:00
XMRig
e9b20fff81 Implemented VM mode for OpenCL RandomX. 2019-09-12 00:01:03 +07:00
XMRig
c4b49d4213 OpenCL RandomX WIP 2019-09-11 15:48:02 +07:00
XMRig
d948d8d06b cn/r part 2 of 2. 2019-09-04 11:23:04 +07:00
XMRig
bf513b3425 #1158 Potential fix for segmentation fault. 2019-09-03 15:31:32 +07:00
XMRig
cdb87d235b Merge branch 'dev' into feature-opencl 2019-08-31 09:36:58 +07:00
XMRig
8274dc3ef8 Fixed command line options for single pool, free order allowed again. 2019-08-31 06:18:32 +07:00
XMRig
df5fd65a45 Merge branch 'dev' into feature-opencl 2019-08-30 16:47:51 +07:00
XMRig
e08d07aab7 #1141 Fixed log in background mode. 2019-08-30 14:46:38 +07:00
XMRig
3a768f2eb0 #1138 Fixed reconnect. 2019-08-30 10:04:12 +07:00
XMRig
1949a1f812 Fixed bug in keepalive feature. 2019-08-30 07:09:14 +07:00
XMRig
dd52e4de02 #1133 Fixed syslog regression. 2019-08-23 00:16:11 +07:00
XMRig
609dbbe403 Added platform option. 2019-08-19 22:35:58 +07:00
XMRig
ffa69921dc Improved --print-platforms option. 2019-08-19 02:49:43 +07:00
XMRig
3f0ede6345 Added OclPlatform class. 2019-08-18 04:36:34 +07:00
XMRig
56aaf271f2 Move files. 2019-08-18 04:02:31 +07:00
XMRig
f9bdd6ae93 Merge branch 'dev' into feature-opencl 2019-08-17 23:33:48 +07:00
XMRig
b4ea93d82d Added version field to config file. 2019-08-17 04:27:37 +07:00
XMRig
79315bad8a Added initial OpenCL stub. 2019-08-13 01:44:52 +07:00
XMRig
c40c6b3e77 Added pause and resume methods via JSON RPC 2.0 API. 2019-08-12 21:13:38 +07:00
XMRig
8ffd4017ac Common API code moved to base/api. 2019-08-12 16:52:16 +07:00
XMRig
e9408d659f Name for reference RandomX configuration changed to rx/text to avoid potential conflicts in future. 2019-08-09 14:26:00 +07:00
XMRig
ff9e1c5c94 Added "/2/config" alias for config API. 2019-08-06 13:21:39 +07:00
XMRig
f840ccb8a0 Fixed crash and added error message about seed_hash field. 2019-08-05 17:48:12 +07:00
XMRig
fefce7cc89 More compact JSON formatting. 2019-08-04 22:07:05 +07:00
XMRig
e40b9deb6d Always stop mining threads in RandomX dataset change upcoming. 2019-08-02 16:44:55 +07:00
XMRig
2b853431dc Fixed 32-bit. 2019-08-02 10:54:00 +07:00
XMRig
98378d072d Optimized RandomX initialization and switching. 2019-08-01 20:37:05 +07:00
XMRig
47572a44ed Added command line option --export-topology. 2019-07-30 09:06:50 +07:00
XMRig
a23333043e Added command line options "--randomx-init" and "--randomx-no-numa". 2019-07-28 11:01:30 +07:00
XMRig
b85505dd30 Better method to get hwloc version. 2019-07-23 14:19:41 +07:00
XMRig
1e1876ed54 HWLOC_VERSION not always defined. 2019-07-23 08:06:04 +07:00
XMRig
fb8ac767b1 Added hwloc version display. 2019-07-23 07:45:00 +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
9e2c93c9ba Removed class ApiRouter. 2019-07-19 04:41:48 +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
db971991fb Added support for threads restart if config changed. 2019-07-18 19:11:45 +07:00
XMRig
fe2ae04f8d Added initial support for new style threads launch method. 2019-07-16 22:10:50 +07:00
XMRig
e3bb94ea1d Removed CPU specific code from Worker class. 2019-07-14 00:35:38 +07:00
XMRig
e31433928f Removed xmrig.h. 2019-07-13 19:10:17 +07:00
XMRig
f5c907b9cc Move Platform. 2019-07-13 16:48:14 +07:00
XMRig
95a5b23f53 Refactoring 2019-07-13 00:49:17 +07:00
XMRig
e1edfa3312 Added classes Rx, RxAlgo, RxCache, RxDataset. 2019-07-10 01:53:05 +07:00