1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-30 17:12:40 -04:00

Merge xmrig v6.16.1 into master

This commit is contained in:
MoneroOcean
2021-11-29 15:34:55 +00:00
121 changed files with 1944 additions and 1118 deletions

View File

@@ -134,12 +134,12 @@ private:
if (read(chain, config)) {
return config.release();
}
chain.addFile(Process::location(Process::HomeLocation, "." APP_ID ".json"));
if (read(chain, config)) {
return config.release();
}
chain.addFile(Process::location(Process::HomeLocation, ".config" XMRIG_DIR_SEPARATOR APP_ID ".json"));
if (read(chain, config)) {
return config.release();