XMRig: don't disable mining on Tails

This commit is contained in:
tobtoht 2020-11-25 16:55:29 +01:00
parent 841739cee9
commit 474ee2100c
2 changed files with 3 additions and 8 deletions

View file

@ -154,7 +154,6 @@ AppContext::AppContext(QCommandLineParser *cmdargs) {
// XMRig
#ifdef HAS_XMRIG
this->XMRig = new XmRig(this->configDirectory, this);
if(!this->isTails)
this->XMRig->prepare();
#endif

View file

@ -85,11 +85,7 @@ XMRigWidget::XMRigWidget(AppContext *ctx, QWidget *parent) :
ui->console->appendPlainText("Invalid path to XMRig binary detected. Please reconfigure on the Settings tab.");
else
ui->console->appendPlainText(QString("XMRig path set to %1").arg(path));
if(m_ctx->isTails) {
ui->console->appendPlainText("Mining not available on Tails.");
ui->btn_start->setEnabled(false);
}
else
ui->console->appendPlainText("Ready to mine.");
// username/password