KawPow: reduced stale/expired shares

This commit is contained in:
SChernykh
2020-05-31 18:22:21 +02:00
parent 4bf7b05933
commit afdf26616e
22 changed files with 218 additions and 104 deletions

View File

@@ -52,6 +52,7 @@ protected:
size_t intensity() const override;
size_t roundSize() const override { return intensity(); }
size_t processedHashes() const override { return intensity(); }
void jobEarlyNotification(const Job&) override {}
protected:
bool callWrapper(bool result) const;