Changed donate address (not used anyway for MO pool)
This commit is contained in:
parent
021cf75b10
commit
46517bc906
2 changed files with 3 additions and 3 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue