mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-24 21:32:47 -05:00
Added cn/half algo support
This commit is contained in:
@@ -44,7 +44,7 @@ enum PerfAlgo {
|
||||
PA_INVALID = -1,
|
||||
PA_CN, /* CryptoNight (Monero) */
|
||||
PA_CN2, /* CryptoNight/2 (Monero) */
|
||||
PA_CN_FAST, /* CryptoNight-Fast (Masari) */
|
||||
PA_CN_HALF, /* CryptoNight-Half (Masari) */
|
||||
PA_CN_LITE, /* CryptoNight-Lite (AEON) */
|
||||
PA_CN_HEAVY, /* CryptoNight-Heavy (SUMO) */
|
||||
PA_MAX
|
||||
|
||||
Reference in New Issue
Block a user