Skip to content

Commit

Permalink
Set donate quiet.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmrig committed May 2, 2018
1 parent 584a47f commit fa81b6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/strategies/DonateStrategy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ DonateStrategy::DonateStrategy(size_t id, xmrig::Controller *controller, IStrate
m_client = new Client(-1, Platform::userAgent(), this);
m_client->setPool(Pool("proxy.fee.xmrig.com", 9999, userId, nullptr));
m_client->setRetryPause(1000);
m_client->setQuiet(true);

m_target = random(3000, 9000);
}
Expand Down

0 comments on commit fa81b6b

Please sign in to comment.