Package Details: ccminer 2.3.1-1

Git Clone URL: https://aur.archlinux.org/ccminer.git (read-only, click to copy)
Package Base: ccminer
Description: Coin miner using CUDA for nVidia GPUs.
Upstream URL: http://ccminer.org/
Licenses: GPL3
Submitter: MarcinWieczorek
Maintainer: MarcinWieczorek
Last Packager: MarcinWieczorek
Votes: 12
Popularity: 0.000000
First Submitted: 2016-06-02 16:58 (UTC)
Last Updated: 2019-01-31 09:53 (UTC)

Pinned Comments

Pyrepenol commented on 2017-06-17 17:17 (UTC) (edited on 2017-06-17 17:54 (UTC) by Pyrepenol)

If you're having trouble getting this to work on an older video card, make sure that the proper flags are set ala https://github.com/tpruvot/ccminer/wiki/Compatibility for mine I had to add this to the pkgbuild: sed -i 's/#nvcc_ARCH += -gencode=arch=compute_30/nvcc_ARCH += -gencode=arch=compute_30/' Makefile.am

Latest Comments

« First ‹ Previous 1 2

MarcinWieczorek commented on 2016-09-20 21:52 (UTC)

Does this affect the usability of ccminer? I can't do much, I guess I should not actually. We should look for solution in the upstream.

csolisr commented on 2016-09-18 17:20 (UTC)

Hello, the current version (1.8.1-1) is having an issue when compiling. On the linking phase of compilation, LD outputs several errors in the following format: /usr/bin/ld: xx/xxx.o: relocation R_X86_64_32 against [`.bss'/`.rodata'/symbol `xxx'] can not be used when making a shared object; recompile with -fPIC Is the script missing a -fPIC parameter somewhere from upstream, or was it removed in this version?