XMRig
bb2faaddc0
Added short aliases for algorithm names: cn, cn-lite and cn-heavy.
2018-04-08 02:44:31 +07:00
xmrig
1c2b5acb2c
Update README.md
2018-04-08 02:31:04 +07:00
xmrig
89c095f79e
Update CHANGELOG.md
2018-04-07 01:21:56 +07:00
XMRig
dff7636701
Merge branch 'dev' of github.com:xmrig/xmrig into dev
2018-04-07 01:18:22 +07:00
XMRig
3b83fa530c
#499 Disabled IPv6 for internal HTTP API by default, was cause issues on some systems.
2018-04-07 01:17:58 +07:00
xmrig
bca087f111
Update CHANGELOG.md
2018-04-07 00:50:24 +07:00
XMRig
ae647699a4
#502 Fixed build without libmicrohttpd.
2018-04-07 00:44:48 +07:00
XMRig
3a67ee6d11
Small fixes.
2018-04-06 23:32:54 +07:00
XMRig
c227e3c7b4
Fix command line option --donate-level.
2018-04-04 00:10:53 +07:00
xmrig
6a1c52b904
Update README.md
2018-04-03 19:02:12 +07:00
XMRig
7003559c74
Merge branch 'feature-cryptonight-heavy' into dev
2018-04-03 18:23:17 +07:00
xmrig
6b710ff3b3
Update CHANGELOG.md
2018-04-03 18:12:24 +07:00
XMRig
4e8ef7c6ed
Added cryptonight-heavy support for ARM
2018-04-03 17:51:06 +07:00
XMRig
26e1b14020
Added test hashes for self test.
2018-04-03 17:19:01 +07:00
XMRig
d4123b8fa6
Quick fix, temporary use old style affinity.
2018-04-03 17:06:03 +07:00
XMRig
dd6bc339bf
First working cryptonight-heavy.
2018-04-03 16:55:41 +07:00
XMRig
7d5a97137d
Fix autoconfig and memory allocation for heavy algo.
2018-04-03 16:08:15 +07:00
XMRig
5c6ec587ac
Move selfTest to threads, remove legacy CryptoNight.cpp.
2018-04-03 14:51:05 +07:00
XMRig
d7c5630509
Fix nonce allocation in DoubleWorker.
2018-04-03 03:27:44 +07:00
XMRig
c1bc6acd26
Fix DoubleWorker.
2018-04-03 03:01:04 +07:00
XMRig
903b243308
New style function selector.
2018-04-03 02:55:28 +07:00
XMRig
72cd6d168e
Now used IThread to start threads, cpu-affinity broken, nonce allocation in double mode probably broken too.
2018-04-02 15:03:56 +07:00
XMRig
6c970612bf
Transform affinity and av to internal representation.
2018-04-02 14:05:16 +07:00
XMRig
a042cbf885
Added classes IThread, CpuThread and API endpoint "GET /1/threads".
2018-04-01 22:49:21 +07:00
XMRig
44d56393db
Fix Linux build.
2018-03-31 20:26:07 +07:00
XMRig
edd47b12a8
Update CHANGELOG.md and version.
2018-03-31 19:43:16 +07:00
XMRig
6e51b4191e
Merge branch 'feature-controller' into dev
2018-03-31 19:15:22 +07:00
XMRig
8d4d1a3285
Added API endpoint "GET /1/config".
2018-03-31 19:00:31 +07:00
XMRig
341557c34e
Added client storage from proxy.
2018-03-31 18:12:52 +07:00
XMRig
af0a6fdf20
Small fixes.
2018-03-31 17:51:33 +07:00
XMRig
7f5d7cf7dd
Fix Linux build.
2018-03-31 16:52:58 +07:00
XMRig
aac7b0404a
Options class replaced to xmrig::Config.
2018-03-31 16:29:47 +07:00
XMRig
aad19f1a35
Added initial next gen config support from proxy.
2018-03-31 13:48:06 +07:00
vodkar
b23a511e1a
Bit shifting
...
This code causes undefined behavior if the N value is higher than 32. You cannot use this code to write a value higher than 0x80000000 into the 'X' variable.
2018-03-30 03:07:38 +05:00
XMRig
872148c35c
Merge branch 'feature-http-in-main-loop' into dev
2018-03-29 17:55:10 +07:00
xmrig
d24babb96e
Update README.md
2018-03-29 17:15:41 +07:00
XMRig
9fe863b5d7
Background http changes from proxy.
2018-03-27 14:01:38 +07:00
XMRig
f1bc06473f
Merge branch 'dev' of github.com:xmrig/xmrig into dev
2018-03-27 12:13:44 +07:00
XMRig
bab6a63822
Merge branch 'master' into dev
2018-03-27 12:13:21 +07:00
xmrig
1bd05d136b
Update README.md
2018-03-26 13:59:20 +07:00
XMRig
ec08550fd9
v2.5.2
2018-03-26 13:34:04 +07:00
XMRig
6f4ed5f66d
#478 Fixed totally broken reconnect.
2018-03-26 11:47:01 +07:00
xmrig
f852996f97
Update README.md
2018-03-25 15:14:19 +07:00
xmrig
38da8ef86c
Update README.md
2018-03-25 15:04:00 +07:00
XMRig
dd7f70d6e8
Fix error in config.json
2018-03-24 13:55:45 +07:00
XMRig
89608ade3b
Removed unused private field in FailoverStrategy class.
2018-03-24 13:45:54 +07:00
XMRig
f8f89a0946
v2.5.1 release candidate.
2018-03-24 13:04:04 +07:00
xmrig
e99928aa44
Update CHANGELOG.md
2018-03-24 11:02:04 +07:00
XMRig
1011fd4891
Partial fix for ARMv7
2018-03-24 10:14:21 +07:00
XMRig
673a1291e1
Randomized donation start time.
2018-03-24 09:41:32 +07:00