diff options
Diffstat (limited to 'xmrstak/jconf.cpp')
-rw-r--r-- | xmrstak/jconf.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmrstak/jconf.cpp b/xmrstak/jconf.cpp index 5a2d33a..6fad9b4 100644 --- a/xmrstak/jconf.cpp +++ b/xmrstak/jconf.cpp @@ -100,6 +100,9 @@ xmrstak_coin_algo coin_algos[] = { { "croat", cryptonight, cryptonight, 0u, nullptr }, { "cryptonight", cryptonight, cryptonight, 0u, nullptr }, { "cryptonight_lite", cryptonight_lite, cryptonight_lite, 0u, nullptr }, + { "cryptonight_heavy", cryptonight_heavy, cryptonight_heavy, 0u, nullptr }, + { "cryptonight_lite_v7", cryptonight_aeon, cryptonight_aeon, 0u, nullptr }, + { "cryptonight_v7", cryptonight_monero, cryptonight_monero, 0u, nullptr }, { "edollar", cryptonight, cryptonight, 0u, nullptr }, { "electroneum", cryptonight, cryptonight, 0u, nullptr }, { "graft", cryptonight_monero, cryptonight, 8u, nullptr }, |