Added cn/half algo support
This commit is contained in:
parent
a78c014511
commit
3ca70e2276
6 changed files with 14 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue