MoneroOcean
|
4cb8bc4dde
|
Fixed hashrate race condition
|
2018-10-11 15:44:25 +02:00 |
|
MoneroOcean
|
4fafee2e93
|
Added timer start/stop during algo switch
|
2018-10-11 13:48:17 +02:00 |
|
MoneroOcean
|
af96ca4f46
|
Fixed semantic error
|
2018-10-11 13:35:27 +02:00 |
|
MoneroOcean
|
893aef7c42
|
Fixed race condition with soft_stop and onTick
|
2018-10-11 13:32:21 +02:00 |
|
MoneroOcean
|
021cf75b10
|
Merge from xmrig-2.8.0-rc
|
2018-10-02 07:06:41 +02:00 |
|
XMRig
|
143da8380e
|
Add "autosave" config option.
|
2018-09-27 19:07:04 +03:00 |
|
XMRig
|
1a3de05096
|
Added ASM code for double hash mode, thanks @SChernykh.
|
2018-09-25 09:25:47 +03:00 |
|
XMRig
|
c2fcf23855
|
Implemented "asm" option.
|
2018-09-24 14:19:26 +03:00 |
|
XMRig
|
ba65a34a01
|
Initial ASM wrapper.
|
2018-09-24 09:51:21 +03:00 |
|
XMRig
|
ee4d980955
|
Old static class Cpu replaced to interface ICpuInfo.
|
2018-09-23 17:51:56 +03:00 |
|
XMRig
|
812cd9760f
|
Added debug thread log.
|
2018-09-15 16:48:57 +03:00 |
|
XMRig
|
bb3990a076
|
Rewrite automatic variant handling.
|
2018-09-03 15:39:55 +03:00 |
|
XMRig
|
a3873930a0
|
Fixed automatic variant.
|
2018-09-01 00:31:31 +03:00 |
|
SChernykh
|
36a562e1f1
|
Cryptonight variant 2 support
Reference code: https://github.com/monero-project/monero/pull/4218
|
2018-08-28 23:42:15 +02:00 |
|
MoneroOcean
|
1a819c6189
|
Fixed memory leak
|
2018-08-22 21:49:57 +02:00 |
|
MoneroOcean
|
541ecc4e4b
|
Fixed memory leak
|
2018-08-22 21:48:22 +02:00 |
|
MoneroOcean
|
bd56b8892c
|
Typo fix
|
2018-08-06 11:01:10 +02:00 |
|
MoneroOcean
|
feeb226507
|
Moved benchmark config save flag to the benchmark class
|
2018-08-06 10:58:35 +02:00 |
|
MoneroOcean
|
67ed81f1ec
|
Moved from PerfAlgo to Algo in threads to removed not really used cn-fast threads setup
|
2018-08-06 10:40:55 +02:00 |
|
MoneroOcean
|
846eca9743
|
Removed --save-config option and added calibrate algo control options to config file
|
2018-08-04 11:31:42 +02:00 |
|
MoneroOcean
|
0bc9d775c6
|
Added --calibrate-algo-time command line switch support
|
2018-08-04 10:40:03 +02:00 |
|
MoneroOcean
|
30a4f53c8f
|
Calibrate and save algo-perf and threads automatically
|
2018-08-01 18:01:16 +02:00 |
|
MoneroOcean
|
2dd5fe5e48
|
Fixed std has no member to_string error on MSVS
|
2018-07-31 09:30:37 +02:00 |
|
MoneroOcean
|
2ceb9c8749
|
Switched from value to reference in switch_algo xmrig::Algorithm param
|
2018-07-28 11:30:24 +02:00 |
|
MoneroOcean
|
684feb38fd
|
Improved benchmark precision based on xmrig-amd findings
|
2018-07-26 19:59:39 +02:00 |
|
MoneroOcean
|
9951bd756d
|
Added algo performance calibration (benchmarking) functionality
|
2018-07-18 16:49:09 +02:00 |
|
XMRig
|
dac12a122f
|
Add cn-heavy/tube.
|
2018-07-09 20:21:53 +07:00 |
|
XMRig
|
2702b6ffc8
|
Add reference hashes for cn/xao and cn/rto.
|
2018-07-09 16:54:39 +07:00 |
|
XMRig
|
25bac30862
|
Added "cn/xao" and "cn/rto".
|
2018-07-09 16:12:45 +07:00 |
|
XMRig
|
dab4239aca
|
Added support for cn-heavy/xhv.
|
2018-06-11 12:00:59 +07:00 |
|
XMRig
|
8908c2c027
|
Added support for "cn/msr" also known as "cn-fast".
|
2018-06-10 19:48:34 +07:00 |
|
XMRig
|
5d6a622b18
|
New detailed hashrate report.
|
2018-06-01 02:33:21 +07:00 |
|
XMRig
|
009bd1a507
|
Sync changes with amd miner and update summary.
|
2018-06-01 01:48:31 +07:00 |
|
XMRig
|
d7d3fec058
|
#614 Fix display issue with huge pages percentage when colors disabled.
|
2018-05-08 02:39:11 +07:00 |
|
XMRig
|
dfe20e116b
|
Fix color issues.
|
2018-05-04 01:01:05 +07:00 |
|
XMRig
|
3df99fbced
|
Add Stellite (XTL) support as cn/xtl.
|
2018-04-27 00:28:52 +07:00 |
|
XMRig
|
85f9bd97f1
|
Verify & send algorithm name.
|
2018-04-26 23:27:53 +07:00 |
|
XMRig
|
41e8c4f887
|
Send supported algorithms to pool in login request.
|
2018-04-26 15:02:01 +07:00 |
|
XMRig
|
230962230f
|
Better algorithm validation.
|
2018-04-25 22:03:26 +07:00 |
|
XMRig
|
ba5f92c6dd
|
Added support for cn-lite/ipbc.
|
2018-04-25 18:31:18 +07:00 |
|
XMRig
|
ca149d2eed
|
Sync changes with proxy.
|
2018-04-25 14:48:32 +07:00 |
|
XMRig
|
b9fec2fcc4
|
Added support for "rig id" protocol extension.
|
2018-04-23 13:20:43 +07:00 |
|
XMRig
|
54c3cd5494
|
Merge branch 'dev' into feature-algo
|
2018-04-23 00:42:36 +07:00 |
|
XMRig
|
45e8a0525c
|
Prepare for per pool and per job algorithms.
|
2018-04-21 19:55:51 +07:00 |
|
Ange
|
f9dbd7bc78
|
valgrind showed some conditional jumps when printing the hashrate
|
2018-04-21 00:36:58 +02:00 |
|
XMRig
|
8fe264bbd7
|
Move Job to common.
|
2018-04-20 23:44:32 +07:00 |
|
XMRig
|
36a612af9a
|
Move logging code to common folder.
|
2018-04-20 18:54:58 +07:00 |
|
XMRig
|
2d22f2aeff
|
Move shared network code to common folder.
|
2018-04-20 13:44:30 +07:00 |
|
XMRig
|
bc67216f7f
|
Added API docs and bug fixes.
|
2018-04-18 09:58:06 +07:00 |
|
XMRig
|
d04a1fcb8f
|
Add extra information to threads API.
|
2018-04-17 14:36:32 +07:00 |
|