From 5a2c4444a4e2b5ddc5e5dbf98990dcad45e32fe8 Mon Sep 17 00:00:00 2001 From: psychocrypt Date: Tue, 27 Mar 2018 20:54:47 +0200 Subject: POW AEON v7 - add new pow for AEON - fix missing cryptonight-heavy selection for multi hashes --- xmrstak/jconf.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xmrstak/jconf.hpp') diff --git a/xmrstak/jconf.hpp b/xmrstak/jconf.hpp index 6874d37..f81a3a2 100644 --- a/xmrstak/jconf.hpp +++ b/xmrstak/jconf.hpp @@ -49,6 +49,8 @@ public: bool TlsSecureAlgos(); inline xmrstak_algo GetMiningAlgo() { return mining_algo; } + + inline xmrstak_algo GetMiningAlgoRoot() { return mining_algo_root; } std::string GetMiningCoin(); @@ -91,4 +93,5 @@ private: bool bHaveAes; xmrstak_algo mining_algo; + xmrstak_algo mining_algo_root; }; -- cgit v1.1