-
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
Windows - wrong binary detection. #34
Comments
i have a temp solution for you. i made a new folder and made copies of sse2 and avx2 file. then i went and deleted the sse2 file in the main folder and renamed the avx 2 command the same as the sse 2 one. it still pops up saying "loading generic sse 2 " but in reality it then says sw supported avx and it will be much faster. |
you will def want to re - tune. i spend 6 hrs doing this today lol |
i also am running socket 1150, sorry i did not specify. running 4130 and 4570s for fun. |
thanks json85 ! yes i got it to work. my cludge was to edit the batch file - so that it runs the avx2 exes. the detection in the batch file misses the lga 1150 xeons not sure why. we have a LOT of cpus on raptoreum (since early july) . its never caused any trubble. i always do full tune. seen big uplift in performance on ryzen 3000 series with version 1.2.0 . but im not seeing big increase on the lga 1150 xeons with 8 meg cache on version 1.2.0 |
o/ Just add this in line 34 of cpuminer.bat and let me know what it gives you at the start of the script: |
Haswell models 60 (3Ch) and 69 (45h) are missing from the batch file. |
Thanks for the models. |
this is great. thank you Michal and chipcraft. i will add line 34 like you suggested and give you the output. we have a lot of different lga1150 xeons - from 1220 up to 1275, with all in between. |
4570s info family 6 model c stepping 3 ext fam 6 ext model 3c rev c0 both avx2 support 22nm haswell |
Ok, as far as im concerned version 1.2.1 has fixed the issue! very good, thank you. tried 1.2.1 on four different lga 1150 xeons - detects avx2 in each case. great. ticket closed? |
I would leave it there. Maybe others also have problems with some of their CPUs and it should be easier to find and just add comment here instead of creating new one for some users :) |
it should. Thanks for reporting. |
I can't mine with an Intel Pentium G3250 3.20GHz CPU. I run miner 1.2.4.1, it recognizes the processor model, and then I constantly get the message "If file is missing please check if Windows Defender or AV did not block / remove it from binaries folder". It should be noted that I have completely disabled Windows Defender and that no binary files were deleted, but nevertheless I cannot mine with that CPU. On the other hand... I did manage to configure other PC's correctly with the following processors: -Intel (R) Core (TM) i7-7500U CPU @ 2.70GHz 2.90 GHz -Intel (R) Core (TM) i3-10110U CPU @ 2.10GHz 2.59 GHz -AMD Ryzen 5 3600 6-Core Processor 3.60 GHz I have also tried versions 1.2.3 and 1.1.9, with the same result ...Attached image so you can check it. Does anyone know what this could be? Thanks! |
@Only-Ova Make sure your AV or Windows defender did not block or remove the avx2 binaries. |
Lack of tune_config file is coz you did not tune yet. |
Hi! When trying to mine in a Core I3 2120 in windows the CPU is recognized well and the bat file launch the "cpuminer-avx.exe" which I think is the correct one, but then a message saying " This SW build requires a CPU with AES!" is showed and exit the program. I can only make it works manually launching (with a new .bat file i mean) forcing the use of "cpuminer-sse42.exe", but with lower performance i think. Is an error in the binary or i miss something? Thank you in advance !!! |
Hello, thanks vor the great miner. With my second PC i had the problem that the miner give out the alert : the SW build requires a CPU with AES. |
"user" is where you put your wallet and workername |
Yes, this thing. Also, please remember this issue is for wrong binary detection. |
That is not Raptoreum but some weird fork |
LGA 1150 xeons are avx2 compatible. the batch file doesn't detect them and drops into sse2 binary. i can force avx2 by editing the batch file. (i change the catch all to avx2) then it runs fine. this behaviour happens on e3 1225 v3 and e3 1220 v3 and e3 1226 v3. this is windows 10 64 bit. your software runs great - this is just a minor niggle. thank you
The text was updated successfully, but these errors were encountered: