Search Criteria
Package Details: xmrig-donateless 6.9.0-1
Git Clone URL: | https://aur.archlinux.org/xmrig-donateless.git (read-only, click to copy) |
---|---|
Package Base: | xmrig-donateless |
Description: | High Perf CryptoNote CPU and GPU (OpenCL, CUDA) miner - No Donate Version |
Upstream URL: | https://github.com/xmrig/xmrig |
Keywords: | monero |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ryant0000 |
Maintainer: | sum01 |
Last Packager: | sum01 |
Votes: | 12 |
Popularity: | 0.151555 |
First Submitted: | 2018-01-18 19:48 |
Last Updated: | 2021-02-21 17:48 |
Dependencies (8)
- hwloc (hwloc1)
- libmicrohttpd (libmicrohttpd-git)
- libuv (libuv-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- cmake>=2.8 (cmake-git) (make)
- cuda (cuda-11.0, cuda11.1) (optional) – Nvidia GPU mining
- ocl-icd (khronos-ocl-icd-git) (optional) – AMD GPU mining
- opencl-headers (opencl-headers-git) (optional) – AMD GPU mining
Required by (2)
- xmrig-cuda (requires xmrig)
- xmrig-proxy (requires xmrig) (optional)
Latest Comments
1 2 Next › Last »
xhyinne commented on 2020-10-16 05:46
Any plans to update this?
eadrom commented on 2020-08-18 07:49
@TheGoliath, would you be able to add a:
provides=('xmrig-donateless' 'xmrig')
like from https://aur.archlinux.org/packages/xmrig-donateless-git/ so that the xmrig-cuda package will accept your package as satisfying the xmrig dependency for building the cuda plugin?
Thank you for the consideration! o7
Depau commented on 2019-10-27 00:10
Hey, please notice that xmrig has added a minimum donate level:
Depau commented on 2019-09-25 17:43
@ryant0000 I suggest you make this a git package in order to have less maintainership burden.
ryant0000 commented on 2019-09-25 04:11
Apologies for not keeping this package up to date, if someone else wants ownership let me know. I've updated it to be current as of today.
MattScherbatsky commented on 2019-03-11 10:49
Can you change sha256sum of v2.14.1.tar.gz file? It has this sha256sum: 644168116cd76747c9e1358113598dd039cfac8fccd2b54f84b9d40a9b075c2b
marakasmalan commented on 2018-07-05 19:29
Thanks - works fine. Even on a raspberry pi!
marsoft commented on 2018-04-29 21:28
Another typo: "/etc/xmmrig" instead of "/etc/xmrig"
marsoft commented on 2018-04-29 21:25
Looks like there is an error with xmrig.sysusers file. It starts with "+u" modifier, and systemd-sysusers doesn't like it:
[/usr/lib/sysusers.d/xmrig.conf:1] Unknown modifier '+u'
I think it should be just "u" - at least that works fine.
Duckbuster commented on 2018-04-26 19:33
Seems like you made a error in your PKGBUILD for the /etc/xmrig location: install -Dm644 "src/config.json" "${pkgdir}/etc/xmmrig/xmrig.conf"
You typed xmmrig instead. Just letting you know!