From: Maxime Devos <maximedevos@telenet.be>
To: Justin Veilleux <terramorpha@cock.li>, 54068@debbugs.gnu.org
Subject: [bug#54068] [PATCH] Add xmrig and p2pool
Date: Sun, 20 Feb 2022 11:14:28 +0100 [thread overview]
Message-ID: <03ebf85429e892ee4700824023506ec24b945a51.camel@telenet.be> (raw)
In-Reply-To: <356b1509-0df9-6579-d440-95bc74c9f2e3@cock.li>
[-- Attachment #1: Type: text/plain, Size: 1713 bytes --]
Justin Veilleux schreef op za 19-02-2022 om 18:12 [-0500]:
> + #~(modify-phases %standard-phases
> + (replace 'install
> + ;; There is no 'install' target, we must install xmrig
> manually
> + (lambda* (#:key outputs #:allow-other-keys)
> + (use-modules (guix build utils))
'use-modules' currently only behaves well on the top-level, I recommend
moving it into #:modules (see e.g. glibc).
> + (install-file "xmrig" (string-append (assoc-ref
> outputs "out") "/bin"))
This can be simplified a little by replacing (assoc-ref outputs "out")
--> #$output.
> + #t)))))
Phases don't have to return #t anymore, this can be removed.
> + (home-page "https://xmrig.com/")
> + (synopsis "XMR miner")
I think ‘Monero miner’ would be more descriptive.
> + (description
> + "XMRig is a high performance, open source, cross platform
> +RandomX, KawPow, CryptoNight, AstroBWT and GhostRider unified
> CPU/GPU miner
> +and RandomX benchmark.")
This notes many positive qualities of XMRig, but ignores the negative
quantities. Perhaps you could add something about high energy
consumption? (See recent thread ‘Excessively energy-consuming software
considered malware?’ on guix-devel (not yet on lists.gnu.org
apparently).)
(I'm assuming here the situation is the same as for Bitcoin, but
I don't actually know if this is the case.)
> + (license license:gpl3)))
Looking at
<https://github.com/xmrig/xmrig/blob/master/src/App_win.cpp>, it
appears to be gpl3+.
Greetings,
Maxime.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
next prev parent reply other threads:[~2022-02-20 10:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-19 23:12 [bug#54068] [PATCH] Add xmrig and p2pool Justin Veilleux
2022-02-20 10:14 ` Maxime Devos [this message]
2022-02-20 10:17 ` Maxime Devos
2022-04-05 14:05 ` Ludovic Courtès
2022-04-05 18:57 ` Justin Veilleux
2022-04-06 10:29 ` Maxime Devos
2022-04-06 15:33 ` Justin Veilleux
2022-04-06 18:24 ` Maxime Devos
2022-04-06 19:46 ` Justin Veilleux
2022-04-06 19:53 ` Justin Veilleux
2022-08-12 15:45 ` bug#54068: " Guillaume Le Vaillant
2022-04-06 0:51 ` [bug#54068] " Justin Veilleux
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=03ebf85429e892ee4700824023506ec24b945a51.camel@telenet.be \
--to=maximedevos@telenet.be \
--cc=54068@debbugs.gnu.org \
--cc=terramorpha@cock.li \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.