-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5800u + win10 cannot set MSR #150
Comments
I have it sometimes too not launching correctly, It looks like your first launch, have you tried again? for me it works. |
I tried multiple times with no luck. Restarting computer doesn't help. :-( |
Have you tried running as administrator? Also. you may consider setting the number of threads total cpu threads - 1 so it leaves one for Windows and other apps. |
I tried with admin cmd, but still no luck... |
I have a new windows computer and I'm running into this as well. On one computer, I sometimes have to start the program, kill it and restart to get the MSR to be set, but that is not working on this computer.
Prepared for Windows - NTver: 0x601 [2021-12-09 13:05:45] Could not load 'tune_config' file |
Basically the only line you need from cpuminer.bat is: binaries\cpuminer-!CPU_INST!.exe --config=config.json Try running all of these (one at a time) and let me know which one starts and doesn't throw the error regarding the CPU features: binaries\cpuminer-avx512-sha-vaes.exe --config=config.json |
@Dyno1979 , |
The 11th Gen Intel Core i7-1165G7 is a 4 core and 8 thread processor configuration with 4.7GHz clock speed and 12MB L3 cache. The 11th Gen Intel Core i7-1165G7 is a "Tiger Lake" processor. Some of the prominent capabilities of the processor include SSE 4.2 + AVX + AVX2 + AES + VAES + Intel VT-d + FMA + RdRand + FSGSBASE + BMI2 + AVX-512 + AVX-512 VNNI / DL-BOOST Then you can create a bat file with that line. If you want to know what it attempts to run, you can add a line before the one that's run: :StartMiner Anyway, basically you can create cpuminer_run.bat with a single line: Also, if you still have issues with MSR, try to open whatever file explorer you use with "Run as Administrator" and then run the bat file. Good luck! |
'Run as Administrator' dosen't help. This looks like a windows only problem. I've built 2 5950X ubuntu boxes, they both allocated huge pages and set MSR correctly. |
I'm trying to mine on my hp 635g8 laptop running a 5800u and win10 home. I'm running cpuminer.bat as admin, huge pages are allocated but MSR cannot be set. No third-party anti-virus.
Binary is selected correctly:
The text was updated successfully, but these errors were encountered: