1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-25 04:47:31 -04:00

Added RandomX option "wrmsr" with command line equivalent --randomx-wrmsr=N.

This commit is contained in:
XMRig
2019-12-10 23:57:29 +07:00
parent 3b4b230cab
commit 96cfdda9a1
14 changed files with 257 additions and 192 deletions

View File

@@ -56,6 +56,9 @@ public:
static RxDataset *dataset(const Job &job, uint32_t nodeId);
static void destroy();
static void init(IRxListener *listener);
private:
static void osInit(const RxConfig &config);
};