MoneroOcean
a8376bb512
Correct call of setZeroDonateLevel
2019-06-18 11:49:59 -07:00
MoneroOcean
5c0e89241f
Correct call of setZeroDonateLevel
2019-06-18 11:46:53 -07:00
MoneroOcean
506c5b4356
Correct call of setZeroDonateLevel
2019-06-18 11:46:23 -07:00
MoneroOcean
ebf7f67b72
Added implementation of setZeroDonateLevel
2019-06-18 11:45:43 -07:00
MoneroOcean
41c8408014
Moved setDonateLevel to Pools
2019-06-18 11:38:31 -07:00
MoneroOcean
8dd283a9f0
Moved setDonateLevel to pool
2019-06-18 11:36:48 -07:00
MoneroOcean
c600d5da44
Added Config.h include
2019-06-18 11:35:46 -07:00
MoneroOcean
f49e566a9c
Fixed Log usage
2019-06-18 11:30:58 -07:00
MoneroOcean
378292e84e
Adjusted Config.h location
2019-06-18 11:24:48 -07:00
MoneroOcean
25f35b7e77
Removed not needed setDonateLevel copy
2019-06-18 11:22:43 -07:00
MoneroOcean
58de9772f3
Merge branch 'random_wow' of https://github.com/SChernykh/xmrig
2019-06-18 11:17:08 -07:00
MoneroOcean
cbcfab0144
Draft merge
2019-06-18 11:17:00 -07:00
SChernykh
53c9e5fe0e
Merge remote-tracking branch 'upstream/feature-randomx' into random_wow
2019-06-18 19:53:26 +02:00
SChernykh
e8ac01d289
RandomX fixes
...
- Fixed possible infinite loop when updating RandomX dataset
- Fixed used memory display
- Allocate dataset and VM for RandomX only when it's actually used
2019-06-18 19:53:11 +02:00
XMRig
34e39e9946
Use canonical name for RandomX, because official RandomWOW repo not rename lib or headers, still need some solution to separate it in future.
2019-06-18 05:13:51 +07:00
SChernykh
d0ce60a73a
Fixed auto-config
2019-06-15 23:50:31 +02:00
SChernykh
202d44c147
Fixed gcc compilation
2019-06-15 23:29:13 +02:00
SChernykh
ac1b554282
RandomWOW support
2019-06-15 22:53:03 +02:00
XMRig
277f188cd5
v2.15.4-beta
2019-06-02 14:30:09 +07:00
XMRig
833a532e7a
Merge branch 'dev' into evo
2019-05-31 23:20:35 +07:00
XMRig
3dde8cacff
v2.14.5-dev
2019-05-31 22:50:39 +07:00
XMRig
2d8e8c92ab
v2.14.4
2019-05-30 12:16:19 +07:00
XMRig
1d4bc030fb
v2.14.4-dev
2019-05-26 19:28:28 +07:00
XMRig
10165da53e
Removed obsolete automatic variants.
2019-05-26 18:54:47 +07:00
XMRig
51b92f66cf
Sync changes.
2019-05-25 10:58:35 +07:00
XMRig
6fb014d0b1
Fixed MSVC 2019 version detection.
2019-05-21 12:14:20 +07:00
XMRig
ffb282a11a
Added global uptime and extended connection information for API.
2019-05-13 00:11:57 +07:00
XMRig
a000544fdc
Return current algorithm in API response.
2019-05-01 22:07:13 +07:00
XMRig
378bc504fc
Use null for unknown hashrate in API.
2019-04-25 02:22:53 +07:00
XMRig
304d7bd09a
v2.15.4-evo
2019-04-18 20:59:14 +07:00
XMRig
8b0d35b619
#1014 Fixed regression, default value for algo
option was not applied.
2019-04-18 15:23:36 +07:00
XMRig
e46a2a508a
v2.15.2-beta
2019-04-18 00:25:37 +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
XMRig
f9f7ef26b8
#1012 Added checks for _rotr.
2019-04-16 01:20:50 +07:00
XMRig
ee1d61d117
Fix Linux build.
2019-04-14 03:24:14 +07:00
XMRig
a3b303e885
Added checking for top_block_hash/hash.
2019-04-14 03:21:23 +07:00
XMRig
074b3869d2
Added JsonRequest.
2019-04-14 01:10:24 +07:00
XMRig
c0e668f36f
Move files.
2019-04-13 23:58:58 +07:00
XMRig
21798edb8b
Sync changes.
2019-04-13 19:09:22 +07:00
XMRig
23b0e3799e
Fixed build on some systems.
2019-04-12 22:32:45 +07:00
XMRig
83a7a88b11
Fixed build without TLS support.
2019-04-12 19:25:03 +07:00
XMRig
867478b983
Added command line option --daemon and --daemon-poll-interval
2019-04-12 18:30:08 +07:00
XMRig
5e369a5af8
Fixed daemon support over HTTPS.
2019-04-12 04:25:47 +07:00
XMRig
62012a1a50
Added DaemonClient.
2019-04-12 03:25:21 +07:00
stoffu
cf7ce13986
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
0d496aaf2f
Prepare for daemon support.
2019-04-11 00:18:33 +07:00
XMRig
9a6944d694
Add IClient and BaseClient.
2019-04-10 18:29:33 +07:00
XMRig
1bd8d63508
64bit diff support.
2019-04-10 03:42:00 +07:00
XMRig
c41889477c
Fix build.
2019-04-10 00:10:02 +07:00