From d35893d926c74893d7c85d1b87b24ffa55744649 Mon Sep 17 00:00:00 2001 From: fireice-uk Date: Thu, 9 Nov 2017 22:43:08 +0000 Subject: Multi-pool final version (#90) * Multi-pool first draft * Fix wspace from new IDE * Better TLS error message * Fix TLS bug * Don't put dev pool on stats + pool change-back * bug fixes * Error message work * fix win build * add per-pool nicehash setting * Fix bugs * rm debug msg * Multipool guided setup * Support TLS and Nicehash in config * prelim jconf changes * final multipool changes * increase default retry_time to 30, fix mac erro * rm debug dev pool settings * Fix another source of connect runaway --- xmrstak/backend/cpu/jconf.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmrstak/backend/cpu/jconf.hpp') diff --git a/xmrstak/backend/cpu/jconf.hpp b/xmrstak/backend/cpu/jconf.hpp index 3c7da49..f843ed4 100644 --- a/xmrstak/backend/cpu/jconf.hpp +++ b/xmrstak/backend/cpu/jconf.hpp @@ -31,9 +31,6 @@ public: bool GetThreadConfig(size_t id, thd_cfg &cfg); bool NeedsAutoconf(); - - - private: jconf(); static jconf* oInst; -- cgit v1.1