XMRig
|
84ff8af4bd
|
Optimized RandomX initialization and switching.
|
2019-08-01 20:37:05 +07:00 |
|
XMRig
|
962f0cdd8e
|
Use std::thread and std:mutex instead of uv_thread_t and uv_mutex_t.
|
2019-07-30 21:25:27 +07:00 |
|
XMRig
|
bd739d217b
|
Added command line option --export-topology.
|
2019-07-30 09:06:50 +07:00 |
|
XMRig
|
28cb6f67e1
|
Store highest hashrate separately for each algorithm.
|
2019-07-28 16:15:11 +07:00 |
|
XMRig
|
ab02bd9847
|
Fixed miner freeze when switch between RandomX variants.
|
2019-07-28 14:42:29 +07:00 |
|
XMRig
|
b915fa97f2
|
Updated default config.
|
2019-07-28 11:42:36 +07:00 |
|
XMRig
|
bbcacbc1d4
|
Added command line options "--randomx-init" and "--randomx-no-numa".
|
2019-07-28 11:01:30 +07:00 |
|
XMRig
|
a39e0e05e9
|
Cleanup.
|
2019-07-28 08:06:50 +07:00 |
|
XMRig
|
d10527036e
|
Added "randomx" object to config.
|
2019-07-28 07:46:59 +07:00 |
|
XMRig
|
828fc065b0
|
Added support for allocate RandomX dataset on each NUMA node.
|
2019-07-27 19:41:59 +07:00 |
|
XMRig
|
d4772cbd5d
|
Fixed dataset initialization speed on Linux if thread affinity was used.
|
2019-07-25 19:11:07 +07:00 |
|
XMRig
|
73558a0eaa
|
Added Cpu::toJSON
|
2019-07-23 08:36:09 +07:00 |
|
XMRig
|
b02e596853
|
Strip extra spaces from CPU brand string and improved BasicCpuInfo.
|
2019-07-23 00:40:24 +07:00 |
|
XMRig
|
e2a5bfa0b4
|
Better default config.
|
2019-07-20 16:20:11 +07:00 |
|
XMRig
|
3d7598b28d
|
Updated default config example.
|
2019-07-20 05:57:58 +07:00 |
|
XMRig
|
3fb180f04e
|
Removed --variant option, use --algo instead.
|
2019-07-20 05:24:21 +07:00 |
|
XMRig
|
222cebba71
|
Fixed command line config and removed --max-cpu-usage and --safe.
|
2019-07-20 00:37:15 +07:00 |
|
XMRig
|
2fc54d240a
|
Fixed build.
|
2019-07-19 05:03:14 +07:00 |
|
XMRig
|
1d78e7d60d
|
"GET /1/threads" replaced to "GET /2/backends".
|
2019-07-19 04:22:21 +07:00 |
|
XMRig
|
d9164c0b7b
|
Restored "GET /1/summary" endpoint.
|
2019-07-19 02:24:37 +07:00 |
|
XMRig
|
691b2fabbf
|
Restored algorithm verification.
|
2019-07-19 00:39:27 +07:00 |
|
XMRig
|
88edde804f
|
Fixed duplicated shares after donation round.
|
2019-07-18 23:48:16 +07:00 |
|
XMRig
|
0ab26a1619
|
Restored algo field in login request.
|
2019-07-18 22:35:15 +07:00 |
|
XMRig
|
f590cf58fb
|
Added support for threads restart if config changed.
|
2019-07-18 19:11:45 +07:00 |
|
XMRig
|
6f93b7b38d
|
Removed unused code.
|
2019-07-17 15:28:59 +07:00 |
|
XMRig
|
630a5dce67
|
Improved log.
|
2019-07-17 15:09:37 +07:00 |
|
XMRig
|
8ce00adda4
|
Restored "CPU READY" message.
|
2019-07-17 14:54:08 +07:00 |
|
XMRig
|
2bf5ffb2df
|
Class Mem replaced to VirtualMemory.
|
2019-07-17 04:57:58 +07:00 |
|
XMRig
|
5699147aab
|
Restored printable hashrate.
|
2019-07-17 01:28:42 +07:00 |
|
XMRig
|
27f3008d79
|
Added initial support for new style threads launch method.
|
2019-07-16 22:10:50 +07:00 |
|
XMRig
|
ee434a5708
|
Move files.
|
2019-07-13 22:15:53 +07:00 |
|
XMRig
|
dc87ef6062
|
Removed xmrig.h.
|
2019-07-13 19:10:17 +07:00 |
|
XMRig
|
8b3f2d8fff
|
Move Platform.
|
2019-07-13 16:48:14 +07:00 |
|
XMRig
|
4643742d13
|
Refactoring
|
2019-07-13 00:49:17 +07:00 |
|
XMRig
|
6f27037f07
|
Added new nonce allocation method for dynamic/variable threads.
|
2019-07-11 16:15:51 +07:00 |
|
XMRig
|
f42adafee0
|
Added classes Rx, RxAlgo, RxCache, RxDataset.
|
2019-07-10 01:53:05 +07:00 |
|
XMRig
|
b92807e8d8
|
Added support for multi-algorithm CPU threads settings.
|
2019-07-02 22:56:28 +07:00 |
|
XMRig
|
62edb2fc0a
|
Move CPU information classes to new location.
|
2019-06-29 09:51:23 +07:00 |
|
XMRig
|
dd875c7c37
|
Added class CpuConfig.
|
2019-06-28 22:28:40 +07:00 |
|
XMRig
|
66d62de681
|
Merge Assembly enum and Asm class.
|
2019-06-28 13:08:08 +07:00 |
|
XMRig
|
188338c493
|
Merge branch 'evo' into feature-per-pool-algo
|
2019-06-26 15:44:52 +07:00 |
|
XMRig
|
cf61f49746
|
Use better source for AES settings in RandomX threads.
|
2019-06-23 14:23:29 +07:00 |
|
XMRig
|
3d17ba6af6
|
Merge branch 'feature-randomx' into evo
|
2019-06-18 05:33:30 +07:00 |
|
SChernykh
|
d0ce60a73a
|
Fixed auto-config
|
2019-06-15 23:50:31 +02:00 |
|
XMRig
|
1f0e3e501c
|
Implemented new style algorithm definitions (except ARM), removed Algo and Variant enums.
|
2019-06-13 22:08:52 +07:00 |
|
XMRig
|
d7f42d54ad
|
Added initial support for per pool algo option (mining code is broken).
|
2019-06-10 20:46:29 +07:00 |
|
XMRig
|
d9eb700e03
|
Renamed macros for enable/disable algorithms.
|
2019-06-09 15:29:26 +07:00 |
|
XMRig
|
d587eebaf2
|
Move files.
|
2019-06-04 19:20:33 +07:00 |
|
XMRig
|
ff6544a14c
|
Updated default config.
|
2019-04-17 19:03:15 +07:00 |
|
XMRig
|
d77e404439
|
Merge branch 'dev' into evo
|
2019-04-17 17:42:22 +07:00 |
|