Archived
1
0
Fork 0

gnu: xmrig: Update to 6.19.2.

* gnu/packages/finance.scm (xmrig): Update to 6.19.2.
  [description]: Fix typos.
This commit is contained in:
Ahmad Draidi 2023-05-21 09:53:42 +02:00 committed by Guillaume Le Vaillant
parent 7ddc239fc3
commit 7b3f571fc8
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2265,7 +2265,7 @@ and manipulation.")
(define-public xmrig (define-public xmrig
(package (package
(name "xmrig") (name "xmrig")
(version "6.19.0") (version "6.19.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2273,7 +2273,7 @@ and manipulation.")
(url "https://github.com/xmrig/xmrig") (url "https://github.com/xmrig/xmrig")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (base32 "10vaq6ld4sddnpmv9dg71fjvw1jrfaddrp3bq6p3dxhsl153khm4")) (sha256 (base32 "1hgcfq79d5060iryr34bpwf1dvgqmbmn9mm4ccfvp896r10j482h"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; TODO: Try to use system libraries instead of bundled ones in ;; TODO: Try to use system libraries instead of bundled ones in
@ -2307,16 +2307,15 @@ and manipulation.")
(home-page "https://xmrig.com/") (home-page "https://xmrig.com/")
(synopsis "Monero miner") (synopsis "Monero miner")
(description (description
"XMRig is a high performance, cross platform RandomX, KawPow, "XMRig is a high-performance, cross-platform RandomX, KawPow,
CryptoNight, AstroBWT and GhostRider unified CPU/GPU miner and RandomX CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark.
benchmark.
Warning: upstream, by default, receives a percentage of the mining time. This Warning: upstream, by default, receives a percentage of the mining time. This
anti-functionality has been neutralised in Guix, but possibly not in all other anti-functionality has been neutralized in Guix, but possibly not in all other
distributions. distributions.
Warning: this software, because of it's nature, has high energy consumption. Warning: this software, because of its nature, has high energy consumption.
Also, the energy expenses might be higher that the cryptocurrency gained by Also, the energy expenses might be higher than the cryptocurrency gained by
mining.") mining.")
(license license:gpl3+))) (license license:gpl3+)))