Package Details: xmrig-cuda 6.21.1-1

Git Clone URL: https://aur.archlinux.org/xmrig-cuda.git (read-only, click to copy)
Package Base: xmrig-cuda
Description: NVIDIA CUDA plugin for XMRig miner.
Upstream URL: https://github.com/xmrig/xmrig-cuda
Keywords: cryptocurrency gpu miner monero
Licenses: GPL
Submitter: hv15
Maintainer: hv15
Last Packager: hv15
Votes: 6
Popularity: 0.000012
First Submitted: 2019-11-14 12:06 (UTC)
Last Updated: 2024-03-25 19:18 (UTC)

Pinned Comments

hv15 commented on 2022-10-14 16:33 (UTC)

Hi all, I no longer use this package and have no interest in maintaining it. Before disowning it I'd ideally like to make someone a co-maintainer. Please reach out if you're interested. Thanks!

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

hv15 commented on 2021-05-20 07:54 (UTC)

@iyanmv, yes gcc10 works, will update PKGBUILD to use CUDA default compiler from now on.

iyanmv commented on 2021-05-19 23:43 (UTC)

Actually they just changed that two days ago.

https://github.com/archlinux/svntogit-community/commit/dff4428549f55c32b4dc26d201a8bdc915869433#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a

I confirm that it builds just fine with GCC 10.

iyanmv commented on 2021-05-19 23:42 (UTC)

I think the problem is that CUDA uses GCC 10 and not 11 in Archlinux [1]. Maybe you can change the PKGBUILD to

cmake .. \
  -DCMAKE_C_COMPILER=/usr/bin/gcc-10 \
  -DCMAKE_CXX_COMPILER=/usr/bin/g++-10

[1] https://archlinux.org/packages/community/x86_64/cuda/

hv15 commented on 2021-05-19 06:14 (UTC)

@core_contingency it looks like this is an issue with GCC 11.1; I'm still on 10, and can build this fine. You should report this upstream.

core_contingency commented on 2021-05-19 01:25 (UTC)

@hv15 Retested the build with makepkg -si with the default Arch Linux kernel, and upgraded my NVIDIA driver to the newest version, 465.31, and the build still fails.

core_contingency commented on 2021-05-19 01:03 (UTC)

@hv15 I also cannot build this package, whether with makepkg -si, or in a clean CHROOT. I am using a GTX 1070 Mobile, with the 465.27 NVIDIA drivers installed from tk-glitch.

Build logs are here: https://paste.rs/N6Q

Should this be reported upstream?

hv15 commented on 2021-05-18 06:34 (UTC)

@iyanmv can you paste the error message/build log?

iyanmv commented on 2021-05-17 21:41 (UTC)

I cannot build this anymore. Anyone else having issues? I have a GTX 1070.

hv15 commented on 2019-11-19 09:53 (UTC)

@Ketchup901 in a way, this is a plugin which provides NVIDIA GPU support and is used directly by the main XMRig mining program.