You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LogPrintf("Boinc not installed in default location! ");
903
+
LogPrintf("BOINC not installed in default location! ");
887
904
//BoincInstalled=false;
888
905
std::string nicePath = GetBoincDataDir();
889
-
sBoincNarr = "Boinc is not installed in default location " + nicePath + "! Please set boincdatadir=c:\\programdata\\boinc\\to the correct path where Boincs programdata directory resides.";
906
+
sBoincNarr = "BOINC is not installed in the default location " + nicePath + "! Please set boincdatadir in the gridcoinresearch.conf file to the correct path where the BOINC client_state.xml file resides.";
890
907
}
891
908
892
909
bool ok;
893
910
boincemail = QInputDialog::getText(this, tr("New User Wizard"),
894
911
tr("Please enter your boinc E-mail address, or click <Cancel> to skip for now:"),
QString strMessage = tr("To get started with Boinc, run the boinc client, choose projects, then populate the gridcoinresearch.conf file in %appdata%\\GridcoinResearch with your boinc e-mail address. To run this wizard again, please delete the gridcoinresearch.conf file. ");
931
+
QString strMessage = tr("To get started with BOINC, run the BOINC client, choose projects, then populate the gridcoinresearch.conf file in %appdata%\\GridcoinResearch with your boinc e-mail address. To run this wizard again, please delete the gridcoinresearch.conf file. ");
914
932
QMessageBox::warning(this, tr("New User Wizard - Skipped"), strMessage);
915
933
}
916
934
// Read in the mapargs, and set the seed nodes 10-13-2015
0 commit comments