mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
XMRig: Donate level 1
Signed-off-by: dsc <dsc@xmr.pm>
This commit is contained in:
parent
fa6ee35fb0
commit
a44087b750
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue