Commit Graph

1023 Commits

Author SHA1 Message Date
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
7ed7434ca4 Merge branch 'dev' into evo 2019-09-27 23:40:36 +07:00
XMRig
ff98a1c305 Fixed coin option in daemon mode. 2019-09-27 23:39:57 +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
7e7a5c2eaa v4.2.0-evo 2019-09-27 02:56:22 +07:00
XMRig
86dcf36066 v4.1.0-beta 2019-09-27 02:14:32 +07:00
XMRig
a718e241e7 Fixed build with gcc 4.8. 2019-09-27 01:55:05 +07:00
XMRig
68cec11663 Reduced PciTopology class size. 2019-09-27 01:03:37 +07:00
XMRig
21ffdfad74 v4.1.0-evo 2019-09-26 23:41:11 +07:00
XMRig
c4130e1eb5 Added "restricted" field to "GET /1/summary" request. 2019-09-26 17:29:24 +07:00
XMRig
ac1e65f5b9 Advanced opencl options postponed. 2019-09-26 01:53:16 +07:00
XMRig
e5e2953ffe Added command line option --opencl-devices (hint mode) 2019-09-24 23:01:03 +07:00
XMRig
1afb606b29 Merge branch 'evo' of github.com:xmrig/xmrig into evo 2019-09-24 18:40:10 +07:00
XMRig
c9593bf44b Implemented --opencl-no-cache, --opencl-loader, --opencl-platform command line options. 2019-09-24 18:39:43 +07:00
xmrig
45761a1e73 Merge pull request #1191 from SChernykh/evo
Workaround for a bug in binutils-2.32-1 on ARM
2019-09-24 15:24:08 +07:00
SChernykh
1b33b073f3 Set scratchpad pointer to null by default
To avoid freeing random blocks of memory in some cases.
2019-09-24 08:53:00 +02:00
SChernykh
d346994fbd Workaround for a bug in binutils-2.32-1 on ARM
ldr/madd instruction sequence makes compiled binary crash, so separate them.
2019-09-23 23:12:40 +02:00
XMRig
1eccc037a7 Added command line option --opencl. 2019-09-24 03:14:35 +07:00
XMRig
c0d3d9686d Fixed potential truncation. 2019-09-24 00:03:50 +07:00
XMRig
efd2e8d757 OpenCL backend disabled by default. 2019-09-23 05:51:46 +07:00
XMRig
096020e2a8 Add support for initialize OpenCL in runtime. 2019-09-23 05:33:48 +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
4120529057 Use more JS friendly names. 2019-09-23 01:27:05 +07:00
XMRig
314168eb44 Extended OpenCL threads information. 2019-09-22 02:10:14 +07:00
XMRig
7303be4c46 Revert instructions_portable.cpp to avoid warning on gcc compilers. 2019-09-22 00:59:53 +07:00
XMRig
d3f86cb845 Optimized initialization. 2019-09-21 19:26:27 +07:00
XMRig
a6da9df824 Merge branch 'dev' into evo 2019-09-21 19:08:10 +07:00
XMRig
50f8805866 #1183 Fixed crash in background mode. 2019-09-21 19:05:52 +07:00
SChernykh
46ef04a4cf Added JIT compiler for RandomX on ARMv8 2019-09-21 10:10:52 +02: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
3c57337a6d v4.0.2-evo 2019-09-20 16:46:56 +07:00
XMRig
ed4d416f0d v3.1.4-dev 2019-09-20 16:45:17 +07:00
XMRig
351d0d1486 v4.0.1-beta 2019-09-20 15:48:23 +07:00
XMRig
331cefa0b4 Updated default config example. 2019-09-20 15:09:24 +07:00
XMRig
f97e62a249 v3.1.3 2019-09-20 15:02:20 +07:00
XMRig
1aee003e4a Backport fixes from v4. 2019-09-20 14:54:18 +07:00
XMRig
e9d7648fdb Added global backends hashrate to "GET /2/backends" endpoint. 2019-09-20 14:15:35 +07:00
XMRig
78637e4dc3 Fixed config file permissions after write (MSYS only). 2019-09-20 02:54:33 +07:00
XMRig
3d754cc369 #1180 Fixed race condition in nonce reset. 2019-09-20 00:30:20 +07:00
XMRig
5cdcd1ebdc [opencl] Better cn/r specific resource management. 2019-09-19 03:42:11 +07:00
XMRig
2ddd0e2cd8 Fixes for Intel OpenCL platform. 2019-09-19 02:05:42 +07:00
XMRig
b142a71573 #1177 Fixed unroll syntax for old drivers. 2019-09-18 23:46:51 +07:00
XMRig
d1d0ed7fe2 Allow partially started threads. 2019-09-17 02:22:59 +07:00
XMRig
88fd722ad3 Simplify code. 2019-09-16 23:53:39 +07:00
XMRig
4223e282d6 Improved thread self test error message. 2019-09-16 01:27:51 +07:00
XMRig
0d7967d493 v3.1.3-dev 2019-09-16 00:29:46 +07:00