-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Since commit 4a9db89 xmrig crashes instantly on Core2 6600 (and possibly other CPUs without SSE4.1) #1853
Comments
Fixed in dev branch. |
Can you also test that RandomX still works on this CPU in the dev branch? |
Yes, now I can run xmrig compiled from dev branch on my old CPUs to mine kawpow on AMD GPUs.
Of course. Unfortunately it seems that I cant mine RandomX (Monero) on my old CPUs with latest dev - xmrig crashes:
... but I can mine RandomX with the same config using older xmrig on this CPU:
|
Can you try again with the latest dev? |
Of course - yes, it works with latest dev (dfab81e):
Im happy to help to make xmrig better. |
I confirm, with the dev branch my e4600 now works. Thank you <3 |
Describe the bug
Since commit 4a9db89 xmrig crashes instantly on all my rigs.
Im using quite old CPUs (Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz according to /proc/cpuinfo) to mine kawpow on AMD GPUs (opencl). I was asked to try the dev branch to check that #1836 was fixed, but the xmrig crashed instantly as launched with:
Then I went trough trial and error over previos commits to find out which one starts to cause this, and I found its "4a9db89527dfac4e0c66892190fd3d642408d459 - RandomX: added SSE4.1-optimized Blake2b".
Xmrig build from previous commits starts normally so it seems that SSE4.1 optimisation is breaking xmrig for older CPUs (without SSE4.1 support, such as mentioned Core2 6600).
I found a way how to buid later commits to be able to mine kawpow over opencl on my old CPUs:
To Reproduce
Run xmrig build from source after commit 4a9db89 on Core2 6600 (which lacks SSE4.1) and try to launch it.
Expected behaviour
Xmrig should detect older CPUs and run on them as before 4a9db89 (at least to be able to mine algos which does not require SSE4.1)
Required data
The text was updated successfully, but these errors were encountered: