XMRig: Donate level 1

Signed-off-by: dsc <dsc@xmr.pm>
This commit is contained in:
dsc 2020-10-21 18:06:31 +02:00
parent fa6ee35fb0
commit a44087b750
No known key found for this signature in database
GPG Key ID: 521F1E7991AA42DC
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ void XmRig::start(const QString &path,
arguments << "-x" << QString("%1:%2").arg(Tor::torHost).arg(Tor::torPort);
if(tls)
arguments << "--tls";
arguments << "--donate-level" << "1";
QString cmd = QString("%1 %2").arg(path, arguments.join(" "));
emit output(cmd.toUtf8());
m_process.start(path, arguments);