Merge pull request 'XMRig: Donate level 1' (#110) from dsc/feather:xmrig-donate-level into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/110
Reviewed-by: tobtoht <tobtoht@noreply.gitgud.wownero.nl>
This commit is contained in:
dsc 2020-10-21 16:10:58 +00:00
commit 9b96ece2f9
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);