Commit Graph

139 Commits

Author SHA1 Message Date
XMRig
12296d6664 Added class Json. 2019-02-14 18:14:38 +07:00
SChernykh
4baa8ee4b5 CryptonightR support for Wownero 2019-02-10 15:21:17 +01:00
XMRig
e20e641c27 #749 Use HWCAP to detect AES feature on ARMv8, thanks @lhirlimann. 2019-02-04 03:03:10 +07:00
XMRig
8f0621f093 Allow override ARM arch detection and support for ARMv8 without crypto extension. 2019-02-04 02:23:05 +07:00
XMRig
7fa2d93701 Added reference implementation for cn/gpu (cn-gpu). 2019-02-03 14:44:23 +07:00
XMRig
93763c3919 #904 Initial support for "cn-pico/trtl". 2019-01-20 19:52:44 +07:00
Emanuel Haupt
96390c6f71 FreeBSD needs pthread
FreeBSD needs the pthread linker flag.
2019-01-16 10:55:45 +01:00
XMRig
c53617f8bf Sync changes. 2018-11-11 03:18:56 +07:00
XMRig
390d9306d7 Sync changes with proxy. 2018-11-06 00:50:28 +07:00
XMRig
a12d0aa9e4 #839 Fixed FreeBSD compile. 2018-10-24 09:55:40 +07:00
XMRig
512cd05284 Implemented "asm" option. 2018-09-24 14:19:26 +03:00
XMRig
d9de80fcea Initial ASM wrapper. 2018-09-24 09:51:21 +03:00
XMRig
241a9d45eb Initial compile with ASM. 2018-09-23 20:16:33 +03:00
XMRig
af65e1aee9 Old static class Cpu replaced to interface ICpuInfo. 2018-09-23 17:51:56 +03:00
XMRig
84ae098a22 Enable TLS by default. 2018-09-17 09:24:18 +03:00
XMRig
88c857bd65 Fix Linux build. 2018-09-17 06:37:53 +03:00
XMRig
c0302c5dae Initial TLS support. 2018-09-16 03:06:54 +03:00
XMRig
6139950fbf Add WITH_DEBUG_LOG CMake option. 2018-09-03 01:26:19 +03:00
XMRig
a3fa97407f Sync changes with AMD miner. 2018-07-20 03:37:07 +07:00
XMRig
3f24209599 Move files. 2018-06-05 07:34:58 +07:00
XMRig
4535f3d1ee Sync changes with amd miner and update summary. 2018-06-01 01:48:31 +07:00
XMRig
bafd02fb69 Small fix in CMakeLists.txt. 2018-05-20 14:27:46 +07:00
XMRig
81303d7a12 Sync changes with proxy. 2018-04-25 14:48:32 +07:00
XMRig
57c856ec5c Basic cryptonight-ipbc definition. 2018-04-21 00:19:33 +07:00
XMRig
77b1c7087d Move Job to common. 2018-04-20 23:44:32 +07:00
XMRig
8372ad01e8 Move logging code to common folder. 2018-04-20 18:54:58 +07:00
XMRig
2393b537f2 Move keccak to common code. 2018-04-20 14:45:51 +07:00
XMRig
f93726ab01 Move shared network code to common folder. 2018-04-20 13:44:30 +07:00
XMRig
b15a4e06b8 Added API docs and bug fixes. 2018-04-18 09:58:06 +07:00
XMRig
198a014474 Fixed automatic threads mode for --av above 4 2018-04-17 09:42:53 +07:00
XMRig
31c786b5c3 Rewrite memory allocation. 2018-04-15 11:08:47 +07:00
XMRig
50e9045825 Added class MultiWorker and remove classes SingleWorker and DoubleWorker. 2018-04-14 22:14:57 +07:00
XMRig
c07d9bd83a Move Platform. 2018-04-13 07:23:01 +07:00
XMRig
85731f5f39 Move common parts of API. 2018-04-13 07:12:53 +07:00
XMRig
41292a41a1 Move xmrig.h to common/xmrig.h. 2018-04-13 07:00:51 +07:00
XMRig
892cd83e0d Changed directory structure. 2018-04-13 06:38:18 +07:00
XMRig
e4ea5fdd3e Rename class Url to Pool. 2018-04-11 06:09:34 +07:00
XMRig
dfe42f68bf Refactoring. 2018-04-11 03:52:23 +07:00
XMRig
453febc38d #502 Fixed build without libmicrohttpd. 2018-04-07 00:44:48 +07:00
XMRig
c04c10f69d Move selfTest to threads, remove legacy CryptoNight.cpp. 2018-04-03 14:51:05 +07:00
XMRig
e0c83777a8 New style function selector. 2018-04-03 02:55:28 +07:00
XMRig
3a11cd6e21 Added classes IThread, CpuThread and API endpoint "GET /1/threads". 2018-04-01 22:49:21 +07:00
XMRig
dd415a3be1 Added client storage from proxy. 2018-03-31 18:12:52 +07:00
XMRig
33600bd923 Options class replaced to xmrig::Config. 2018-03-31 16:29:47 +07:00
XMRig
34714ef6bb Added initial next gen config support from proxy. 2018-03-31 13:48:06 +07:00
XMRig
49c15117ed Background http changes from proxy. 2018-03-27 14:01:38 +07:00
XMRig
c0a556bf15 Fix. 2018-03-14 17:17:36 +07:00
xmrig
69c1fa2a76 Merge pull request #442 from kpcyrd/static
Add -DBUILD_STATIC=ON for static builds
2018-03-13 22:35:06 +07:00
kpcyrd
d0270cf3b7 Add -DBUILD_STATIC=ON for static builds
See #238
2018-03-12 21:03:04 +01:00
XMRig
cb63e8e7d0 Better v1 PoW implementation, added variant option. 2018-03-12 22:29:44 +07:00