mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
Fix nicehash support, please note --nicehash option now specified per pool.
This commit is contained in:
@@ -44,7 +44,7 @@ class Workers
|
||||
public:
|
||||
static Job job();
|
||||
static void setJob(const Job &job);
|
||||
static void start(int64_t affinity, bool nicehash);
|
||||
static void start(int64_t affinity);
|
||||
static void submit(const JobResult &result);
|
||||
|
||||
static inline bool isOutdated(uint64_t sequence) { return m_sequence.load(std::memory_order_relaxed) != sequence; }
|
||||
|
||||
Reference in New Issue
Block a user