msr:FAILED TO APPLY MSR MOD...表示msr没有启用; 两处没设置好,算力只有1035H/S左右 操作1 控制面板→管理工具→本地安全策略→用户权限分配→锁定内存页→添加→Everyone→确定。 Windows家庭版没有本地安全策略选项,激活方法如下: 新建记事本,复制以下内容并保存。将.txt后缀改为.bat,管理员模运行即可。 @...
[2022-07-12 10:28:55.222] msr FAILED TO APPLY MSR MOD, HASHRATE WILL BE LOW [2022-07-12 10:28:55.223] randomx init dataset algo rx/0 (3 threads) seed 6b9d4c7053de0009... [2022-07-12 10:28:55.223] randomx allocated 2336 MB (2080+256) huge pages 0% 0/1168 +JIT (0 ms) ...
The worker web interfacecan be accessed here and has an intuitive interface on how to add workers and monitor them. FAILED TO APPLY MSR MOD, HASHRATE WILL BE LOW TL;DR, It won't be that bad, Machine configuration * ABOUT XMRig/6.16.2 gcc/5.4.0 * LIBS libuv/1.42.0 OpenSSL/1.1.1l...
msrregister values for "intel" preset has been set successfully(16 ms) With some hardware/software configurations is also need to disable Secure Boot to make MSR mod works, please checkissue #1891on github. Supported CPUs: Intel(Nehalem, Westmere, Sandy Bridge, Ivy Bridge, Haswell, Broadwell ...
if (msrInitialized) { msrDestroy(); msrInitialized = false; } return true; } if (isReady(job)) { return true; } if (!osInitialized) { if (!msrInitialized) { msrInit(config); msrInitialized = true; } if (!osInitialized) { setupMainLoopExceptionFrame(); osInitialized = true; } 0 ...