From 0bfe501dacc873479d6d6be2d6dc98a2bef8e642 Mon Sep 17 00:00:00 2001 From: XMRig Date: Sun, 7 Jun 2020 15:22:05 +0700 Subject: [PATCH] Add "cn/conceal" alias for hashvault.pro pool. --- src/base/crypto/Algorithm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base/crypto/Algorithm.cpp b/src/base/crypto/Algorithm.cpp index 91c31d60..e71ca168 100644 --- a/src/base/crypto/Algorithm.cpp +++ b/src/base/crypto/Algorithm.cpp @@ -128,6 +128,7 @@ static AlgoName const algorithm_names[] = { { "kawpow/rvn", nullptr, Algorithm::KAWPOW_RVN }, # endif { "cryptonight/ccx", "cn/ccx", Algorithm::CN_CCX }, + { "cryptonight/conceal", "cn/conceal", Algorithm::CN_CCX }, };