Commit Graph

132 Commits

Author SHA1 Message Date
XMRig
b4ea93d82d Added version field to config file. 2019-08-17 04:27:37 +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
XMRig
2a3b27be06 Merge branch 'evo' into feature-per-pool-algo 2019-07-06 10:49:31 +07:00
XMRig
bbac7fc3fb Fixed, client was stuck on some pools. 2019-07-02 22:38:09 +07:00
SChernykh
7d10b6b71f Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
XMRig
aa04150ec7 Added class CpuConfig. 2019-06-28 22:28:40 +07:00
XMRig
8eb1cc8731 Merge branch 'evo' into feature-per-pool-algo 2019-06-26 15:44:52 +07:00
XMRig
f8cbb0061e Sync changes with proxy. 2019-06-25 10:35:10 +07:00
XMRig
5d4287296e Merge branch 'feature-randomx' into evo 2019-06-18 05:33:30 +07:00
SChernykh
a46d190b54 RandomWOW support 2019-06-15 22:53:03 +02:00
XMRig
84ce5f01df Allow null algorithm for pools. 2019-06-16 03:50:22 +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
0704625d89 Merge branch 'dev' into evo 2019-05-31 23:20:35 +07:00
XMRig
922d33a2b0 Added global uptime and extended connection information for API. 2019-05-13 00:11:57 +07:00
XMRig
18855bb22b Return current algorithm in API response. 2019-05-01 22:07:13 +07:00
XMRig
c3d52238c2 #1014 Fixed regression, default value for algo option was not applied. 2019-04-18 15:23:36 +07:00
XMRig
9c0661f5b2 Fix Linux build. 2019-04-14 03:24:14 +07:00
XMRig
7d4314d85e Added checking for top_block_hash/hash. 2019-04-14 03:21:23 +07:00
XMRig
1607533f4c Added JsonRequest. 2019-04-14 01:10:24 +07:00
XMRig
941e2e8d18 Move files. 2019-04-13 23:58:58 +07:00
XMRig
726aa72cda Sync changes. 2019-04-13 19:09:22 +07:00
XMRig
f0e509a8d1 Fixed build on some systems. 2019-04-12 22:32:45 +07:00
XMRig
afbc354b54 Fixed build without TLS support. 2019-04-12 19:25:03 +07:00
XMRig
68846d0777 Added command line option --daemon and --daemon-poll-interval 2019-04-12 18:30:08 +07:00