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
XMRig
bd5a42ce84
Class Mem replaced to VirtualMemory.
2019-07-17 04:57:58 +07:00
XMRig
8afd3f1c76
Restored printable hashrate.
2019-07-17 01:28:42 +07:00
XMRig
fe2ae04f8d
Added initial support for new style threads launch method.
2019-07-16 22:10:50 +07:00
XMRig
87b2ad178f
Move files.
2019-07-13 22:15:53 +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
facdd99acc
Added new nonce allocation method for dynamic/variable threads.
2019-07-11 16:15:51 +07:00
XMRig
e1edfa3312
Added classes Rx, RxAlgo, RxCache, RxDataset.
2019-07-10 01:53:05 +07:00
XMRig
7fa6ac5d38
Added support for multi-algorithm CPU threads settings.
2019-07-02 22:56:28 +07:00
XMRig
7287119d60
Move CPU information classes to new location.
2019-06-29 09:51:23 +07:00
XMRig
aa04150ec7
Added class CpuConfig.
2019-06-28 22:28:40 +07:00
XMRig
14a937cf70
Merge Assembly enum and Asm class.
2019-06-28 13:08:08 +07:00
XMRig
8eb1cc8731
Merge branch 'evo' into feature-per-pool-algo
2019-06-26 15:44:52 +07:00
XMRig
5aca3c38e6
Use better source for AES settings in RandomX threads.
2019-06-23 14:23:29 +07:00
XMRig
5d4287296e
Merge branch 'feature-randomx' into evo
2019-06-18 05:33:30 +07:00
SChernykh
93f6e8ec7d
Fixed auto-config
2019-06-15 23:50:31 +02:00
XMRig
bbd28e8535
Implemented new style algorithm definitions (except ARM), removed Algo and Variant enums.
2019-06-13 22:08:52 +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
6ed03b8b01
Renamed macros for enable/disable algorithms.
2019-06-09 15:29:26 +07:00
XMRig
254a2f86f8
Move files.
2019-06-04 19:20:33 +07:00
XMRig
ee949dc89c
Updated default config.
2019-04-17 19:03:15 +07:00
XMRig
cb960bf953
Merge branch 'dev' into evo
2019-04-17 17:42:22 +07:00
XMRig
68846d0777
Added command line option --daemon and --daemon-poll-interval
2019-04-12 18:30:08 +07:00
stoffu
05ef3a8da6
Config: fix std::max issue with msvc2017
...
to fix the following errors:
xmrig\src\core\Config.cpp(165): error C2065: 'max': undeclared identifier
xmrig\src\core\Config.cpp(165): error C2275: 'size_t': illegal use of this type as an expression
2019-04-11 14:01:07 +09:00
XMRig
fea6e2bcfa
Fix build without ASM.
2019-04-06 20:07:20 +07:00
XMRig
f0cf850fdc
Sync changes.
2019-04-06 18:32:24 +07:00
XMRig
52f939d275
New config subsystem
2019-04-05 22:14:01 +07:00