Commit Graph

31 Commits

Author SHA1 Message Date
XMRig 17f28667b3 Code-style/copyright cleanup. 2019-01-15 02:15:36 +07:00
SChernykh 56cacbd5bc Fixes for Visual Studio 2019-01-14 16:38:28 +01:00
SChernykh 8b9d5cff91 Added ASM code patching when loading
For CNv2 variants with different iterations and memory size.
2019-01-14 15:34:55 +01:00
XMRig 492449e9fb #899 Add ASM implementation for cn/half. 2019-01-14 18:09:16 +07:00
XMRig 67863a427d Rename "cn/xtlv9" to "cn/half". 2019-01-13 19:42:27 +07:00
XMRig 84c2cadc50 #899 Initial support for "cn/xtlv9" (C++ only). 2019-01-13 15:03:36 +07:00
XMRig 06a84499d7 Fixed MSYS2 build & copyright 2018-10-22 23:08:29 +07:00
SChernykh 4b91978af6 Added asm optimized code for AMD Bulldozer 2018-10-21 18:29:03 +02: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 812cd9760f Added debug thread log. 2018-09-15 16:48:57 +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
XMRig 25bac30862 Added "cn/xao" and "cn/rto". 2018-07-09 16:12:45 +07:00
XMRig 8908c2c027 Added support for "cn/msr" also known as "cn-fast". 2018-06-10 19:48:34 +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 45e8a0525c Prepare for per pool and per job algorithms. 2018-04-21 19:55:51 +07:00
XMRig 2d22f2aeff Move shared network code to common folder. 2018-04-20 13:44:30 +07:00
XMRig b32ec5342e Fixed automatic threads mode for --av above 4 2018-04-17 09:42:53 +07:00
XMRig dba1acd302 Finalize config changes. 2018-04-15 21:41:03 +07:00
XMRig c81401ab2d Basic advanced config reader, only single hash supported. 2018-04-14 07:01:12 +07:00
XMRig c44b299750 Added reader for advanced threads. 2018-04-13 17:59:27 +07:00
XMRig f197f6b1eb Changed directory structure. 2018-04-13 06:38:18 +07:00
XMRig 1ebaf677e0 Move static algo name conversions to Pool class. 2018-04-11 06:39:24 +07:00
XMRig 5b664f3681 Fix nonce calculation for --av 4. 2018-04-09 21:21:46 +07:00
XMRig 903b243308 New style function selector. 2018-04-03 02:55:28 +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