Use p2pool folder for p2pool on Windows

And set the correct file permissions on it so it can be run without administrator privileges.
This commit is contained in:
SChernykh
2022-05-28 12:13:13 +02:00
parent 3f3eb643e4
commit 432650008c
3 changed files with 22 additions and 12 deletions

View File

@@ -64,6 +64,7 @@ private:
std::unique_ptr<QProcess> m_p2poold;
QMutex m_p2poolMutex;
QString m_p2pool;
QString m_p2poolPath;
bool started = false;
mutable FutureScheduler m_scheduler;