From: tobtoht Date: Tue, 17 Jan 2023 19:25:53 +0000 (+0100) Subject: xmrig: remove donate-level X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=f3ad96f812b11da125396540e2b48486d7d9e52b;p=gamesguru%2Ffeather.git xmrig: remove donate-level --- diff --git a/src/utils/xmrig.cpp b/src/utils/xmrig.cpp index d9606264..2c37fe51 100644 --- a/src/utils/xmrig.cpp +++ b/src/utils/xmrig.cpp @@ -78,7 +78,6 @@ void XmRig::start(const QString &path, int threads, const QString &address, cons if (tls) { arguments << "--tls"; } - arguments << "--donate-level" << "1"; QString cmd = QString("%1 %2").arg(path, arguments.join(" ")); emit output(cmd.toUtf8());