mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-09 00:33:33 -05:00
Changed donate address (not used anyway for MO pool)
This commit is contained in:
@@ -257,7 +257,7 @@ xmrig::Algorithm::Algorithm(const xmrig::PerfAlgo pa) {
|
||||
switch (pa) {
|
||||
case PA_CN:
|
||||
m_algo = xmrig::CRYPTONIGHT;
|
||||
m_variant = xmrig::VARIANT_1;
|
||||
m_variant = xmrig::VARIANT_2;
|
||||
break;
|
||||
case PA_CN_FAST:
|
||||
m_algo = xmrig::CRYPTONIGHT;
|
||||
|
||||
@@ -52,10 +52,10 @@ DonateStrategy::DonateStrategy(int level, const char *user, xmrig::Algo algo, IS
|
||||
Job::toHex(hash, 32, userId);
|
||||
|
||||
# ifndef XMRIG_NO_TLS
|
||||
m_pools.push_back(Pool("donate.ssl.xmrig.com", 443, userId, nullptr, false, true, true));
|
||||
m_pools.push_back(Pool("xmrig.moneroocean.stream", 20001, userId, nullptr, false, true, true));
|
||||
# endif
|
||||
|
||||
m_pools.push_back(Pool("donate.v2.xmrig.com", 3333, userId, nullptr, false, true));
|
||||
m_pools.push_back(Pool("xmrig.moneroocean.stream", 10001, userId, nullptr, false, true));
|
||||
|
||||
for (Pool &pool : m_pools) {
|
||||
pool.adjust(xmrig::Algorithm(algo, xmrig::VARIANT_AUTO));
|
||||
|
||||
Reference in New Issue
Block a user