-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
error compiling 6.15.0 #119
Labels
bug
Something isn't working
Comments
I can second that. Same problem, mostly same errors:
|
RainbowMiner
added a commit
to RainbowMiner/RainbowMiner
that referenced
this issue
Aug 31, 2021
- Added automatic coin detection for daemon mining. - Added new algorithm RandomX Graft (rx/graft). - AstroBWT: added AVX2 Salsa20 implementation. - Added support for new CUDA plugin API (previous API still supported). - Currently bundled with CUDA plugin v6.12.0, since the new v6.15.0 has memory bug (xmrig/xmrig-cuda#118) and linux compilation fails (xmrig/xmrig-cuda#119), so no rx/graft for Nvidia, currently.
Should be fixed in dev branch. |
Yes. Now it compile ok, but has out of memory errorrs....but I see second issue opened with this error. |
This was referenced Sep 6, 2021
archlinux-github
pushed a commit
to archlinux/aur
that referenced
this issue
Jul 28, 2022
See xmrig/xmrig-cuda#119 for details.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Since this version I have compile issue.
How to fix this problem?
cd cmake && export PATH=/usr/local/cuda-10.0/bin:$PATH; cmake .. -DWITH_DRIVER_API=ON -DCUDA_LIB=/usr/local/cuda/lib64/stubs/libcuda.so && make -j12
The text was updated successfully, but these errors were encountered: