Search Criteria
Package Details: cgminer 4.11.1-10
Package Actions
Git Clone URL: | https://aur.archlinux.org/cgminer.git (read-only, click to copy) |
---|---|
Package Base: | cgminer |
Description: | Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin |
Upstream URL: | http://ck.kolivas.org/apps/cgminer/ |
Licenses: | GPL3 |
Submitter: | arojas |
Maintainer: | None |
Last Packager: | SimPilotAdamT |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2021-05-08 09:04 (UTC) |
Last Updated: | 2022-03-09 09:37 (UTC) |
Dependencies (4)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- jansson (jansson-gitAUR)
- libusb (libusb-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
SimPilotAdamT commented on 2022-03-09 09:38 (UTC)
@bobpaul
fixed
bobpaul commented on 2022-03-07 22:08 (UTC) (edited on 2022-03-07 22:08 (UTC) by bobpaul)
This was broken in
d1294987d
.Bash lists are white-space separated. There needs to be a spaces between the items in
arch
likearch=('x86_64' 'i386' 'armv7h')
.