mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-15 02:52:38 -05:00
RandomX fixes
- Fixed possible infinite loop when updating RandomX dataset - Fixed used memory display - Allocate dataset and VM for RandomX only when it's actually used
This commit is contained in:
@@ -49,6 +49,8 @@ protected:
|
||||
void start() override;
|
||||
|
||||
private:
|
||||
void allocateRandomX_VM();
|
||||
|
||||
bool resume(const xmrig::Job &job);
|
||||
bool verify(xmrig::Variant variant, const uint8_t *referenceValue);
|
||||
bool verify2(xmrig::Variant variant, const uint8_t *referenceValue);
|
||||
|
||||
Reference in New Issue
Block a user