Wownero

Guides => Support => Topic started by: jc_denton on Jun 06, 2021, 10:18 PM

Title: Cannot read MSR 0xc0011020 FAILED TO APPLY MSR MOD, HASHRATE WILL BE LOW
Post by: jc_denton on Jun 06, 2021, 10:18 PM
Mining in Wowlet on Linux gives me this message. How do I fix it?
Title: Re: Cannot read MSR 0xc0011020 FAILED TO APPLY MSR MOD, HASHRATE WILL BE LOW
Post by: squishee on Jun 07, 2021, 06:41 AM
this script (https://github.com/xmrig/xmrig/blob/master/scripts/randomx_boost.sh)
Title: Re: Cannot read MSR 0xc0011020 FAILED TO APPLY MSR MOD, HASHRATE WILL BE LOW
Post by: ram1967 on Jun 08, 2021, 09:50 AM
have you tried '**sudo ./xmrig**' from terminal in xmrig folder ?
Title: Re: Cannot read MSR 0xc0011020 FAILED TO APPLY MSR MOD, HASHRATE WILL BE LOW
Post by: jrswab on Jun 08, 2021, 07:23 PM
I had this same message when mining with XMRig after changing `wrmnr`

from "true"

to

["0xc0011020:0x0", "0xc0011021:0x60", "0xc0011022:0x510000", "0xc001102b:0x1808cc16"]

The issue on my end was that I missed one of the numbers in the first index (set of characters)

After I fixed that everything has been golden since.

P.S. - I found that change here: https://www.reddit.com/r/MoneroMining/comments/ijal60/randomx_stability_troubleshooting_guide/
Title: Re: Cannot read MSR 0xc0011020 FAILED TO APPLY MSR MOD, HASHRATE WILL BE LOW
Post by: jc_denton on Jun 08, 2021, 07:56 PM
How to I use this script?
Title: Re: Cannot read MSR 0xc0011020 FAILED TO APPLY MSR MOD, HASHRATE WILL BE LOW
Post by: squishee on Jun 08, 2021, 08:14 PM
    curl https://raw.githubusercontent.com/xmrig/xmrig/master/scripts/randomx_boost.sh | sudo bash