From a5b0bc04ccbca16ca206554faa4c717f6cfd284c Mon Sep 17 00:00:00 2001 From: XMRig Date: Sun, 29 Dec 2019 15:36:05 +0700 Subject: [PATCH] Add "cn/ultra" alias for tlo-pool.raasu.org pool. --- src/crypto/common/Algorithm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/common/Algorithm.cpp b/src/crypto/common/Algorithm.cpp index 04f0cd888..2a5f7d5c2 100644 --- a/src/crypto/common/Algorithm.cpp +++ b/src/crypto/common/Algorithm.cpp @@ -102,6 +102,7 @@ static AlgoName const algorithm_names[] = { { "cryptonight-ultralite", "cn-ultralite", Algorithm::CN_PICO_0 }, { "cryptonight_turtle", "cn_turtle", Algorithm::CN_PICO_0 }, { "cryptonight-pico/tlo", "cn-pico/tlo", Algorithm::CN_PICO_TLO }, + { "cryptonight/ultra", "cn/ultra", Algorithm::CN_PICO_TLO }, { "cryptonight-talleo", "cn-talleo", Algorithm::CN_PICO_TLO }, { "cryptonight_talleo", "cn_talleo", Algorithm::CN_PICO_TLO }, # endif