Commit Graph

161 Commits

Author SHA1 Message Date
XMRig
efd2e8d757 OpenCL backend disabled by default. 2019-09-23 05:51:46 +07:00
XMRig
e7846723e0 Added command line option --no-cpu 2019-09-23 05:08:59 +07:00
XMRig
0534f361b8 Removed option --http-enabled. 2019-09-23 04:53:33 +07:00
XMRig
477de6a212 Improved/restructured --help output. 2019-09-23 03:47:40 +07:00
XMRig
d3f86cb845 Optimized initialization. 2019-09-21 19:26:27 +07:00
XMRig
331cefa0b4 Updated default config example. 2019-09-20 15:09:24 +07:00
XMRig
3d754cc369 #1180 Fixed race condition in nonce reset. 2019-09-20 00:30:20 +07:00
XMRig
d2cc7075d4 OclLib improvements. 2019-09-13 10:35:32 +07:00
XMRig
cdb87d235b Merge branch 'dev' into feature-opencl 2019-08-31 09:36:58 +07:00
XMRig
ee105d7d7a Fixed, for Argon2 algorithms command line options, like --threads was ignored. 2019-08-30 18:55:53 +07:00
XMRig
b8982a4652 Start mining threads only after RandomX dataset initialization. 2019-08-25 20:28:15 +07:00
XMRig
56141741ac Added ConfigPrivate class. 2019-08-18 01:01:28 +07:00
XMRig
f9bdd6ae93 Merge branch 'dev' into feature-opencl 2019-08-17 23:33:48 +07:00
XMRig
c902b32e2e Updated default config. 2019-08-17 21:22:44 +07:00
XMRig
b4ea93d82d Added version field to config file. 2019-08-17 04:27:37 +07:00
XMRig
dcff5696bf Added OclBackend, OclConfig, OclLaunchData, OclThread and OclThreads stubs. 2019-08-13 19:47:22 +07:00
XMRig
8f070d7648 More flexible API handling for mining backends. 2019-08-13 02:38:10 +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
46c8202a83 #1106 Fixed hugepages field in API. 2019-08-09 01:50:31 +07:00
XMRig
3af6b81ea2 Added alternative object format for CPU threads. 2019-08-07 18:12:39 +07:00
XMRig
424ff6ceca Fixed warning. 2019-08-02 17:57:41 +07:00
XMRig
e40b9deb6d Always stop mining threads in RandomX dataset change upcoming. 2019-08-02 16:44:55 +07:00
XMRig
98378d072d Optimized RandomX initialization and switching. 2019-08-01 20:37:05 +07:00
XMRig
93001f6418 Use std::thread and std:mutex instead of uv_thread_t and uv_mutex_t. 2019-07-30 21:25:27 +07:00
XMRig
47572a44ed Added command line option --export-topology. 2019-07-30 09:06:50 +07:00
XMRig
c9410c09c4 Store highest hashrate separately for each algorithm. 2019-07-28 16:15:11 +07:00
XMRig
d20cd9a069 Fixed miner freeze when switch between RandomX variants. 2019-07-28 14:42:29 +07:00
XMRig
a37c5f767e Updated default config. 2019-07-28 11:42:36 +07:00
XMRig
a23333043e Added command line options "--randomx-init" and "--randomx-no-numa". 2019-07-28 11:01:30 +07:00
XMRig
4d4ad040d7 Cleanup. 2019-07-28 08:06:50 +07:00
XMRig
4b6b2f1d7d Added "randomx" object to config. 2019-07-28 07:46:59 +07:00
XMRig
70d9b6e793 Added support for allocate RandomX dataset on each NUMA node. 2019-07-27 19:41:59 +07:00
XMRig
b88e5ce20e Fixed dataset initialization speed on Linux if thread affinity was used. 2019-07-25 19:11:07 +07:00
XMRig
05cf7c21b5 Added Cpu::toJSON 2019-07-23 08:36:09 +07:00
XMRig
c5556b5e31 Strip extra spaces from CPU brand string and improved BasicCpuInfo. 2019-07-23 00:40:24 +07:00
XMRig
160a30e820 Better default config. 2019-07-20 16:20:11 +07:00
XMRig
412fd9b985 Updated default config example. 2019-07-20 05:57:58 +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
180064bc2a Fixed build. 2019-07-19 05:03:14 +07:00
XMRig
ca23430933 "GET /1/threads" replaced to "GET /2/backends". 2019-07-19 04:22:21 +07:00
XMRig
d0cc0fd27d Restored "GET /1/summary" endpoint. 2019-07-19 02:24:37 +07:00
XMRig
20907841b9 Restored algorithm verification. 2019-07-19 00:39:27 +07:00
XMRig
be10bb70f9 Fixed duplicated shares after donation round. 2019-07-18 23:48:16 +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
25dcbdee96 Removed unused code. 2019-07-17 15:28:59 +07:00
XMRig
98cd7a01ed Improved log. 2019-07-17 15:09:37 +07:00
XMRig
fb205e8cd3 Restored "CPU READY" message. 2019-07-17 14:54:08 +07:00