Server improvements and remote machine reboot (#213)
* Add remote reboot feature to Dashboard, Server & Miner * Integrated Pushover push notifications for Offline miners and periodical stats
This commit is contained in:
parent
408e7d3670
commit
de9f64e515
22 changed files with 288 additions and 40 deletions
|
@ -39,8 +39,8 @@ public:
|
|||
|
||||
static void init();
|
||||
|
||||
static void optimizeParameters(size_t& threadsCount, size_t& hashFactor, Options::Algo algo,
|
||||
size_t maxCpuUsage, bool safeMode);
|
||||
static void optimizeParameters(size_t& threadsCount, size_t& hashFactor, Options::Algo algo, PowVariant powVariant,
|
||||
size_t maxCpuUsage, bool safeMode);
|
||||
|
||||
static int setThreadAffinity(size_t threadId, int64_t affinityMask);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue