Package Details: trex-bin 0.26.5-1

Git Clone URL: https://aur.archlinux.org/trex-bin.git (read-only, click to copy)
Package Base: trex-bin
Description: Cryptocurrency miner for NVIDIA hardware, supporting a variety of algorithms
Upstream URL: https://bitcointalk.org/index.php?topic=4432704.0
Licenses: custom
Conflicts: trex
Provides: trex
Submitter: hcorion
Maintainer: korreckj328
Last Packager: korreckj328
Votes: 4
Popularity: 0.000001
First Submitted: 2021-03-20 07:04 (UTC)
Last Updated: 2023-09-12 15:01 (UTC)

Latest Comments

korreckj328 commented on 2023-09-12 15:03 (UTC)

Just updated the package to the lastest download and updated the shasum. May have missed something that should have been done because I'm new to this. If you see a problem let me know.

Hendrikto commented on 2022-01-05 16:42 (UTC) (edited on 2022-01-05 16:45 (UTC) by Hendrikto)

24.8 has been available for 26 days already. Is this package still being maintained?

Edit: I contacted the current maintainer via his Gmail email and kindly asked him to update or orphan the package.

nymann commented on 2021-05-05 22:47 (UTC) (edited on 2021-05-05 22:50 (UTC) by nymann)

After the Github page 404'd they now host the binary on their own website according to https://bitcointalk.org/index.php?topic=4432704.1520

0.20.3 is available like:

# Maintainer: Zion Nimchuk <zionnimchuk@gmail.com>
pkgname=trex-bin
provides=('trex')
conflicts=('trex')
pkgver=0.20.3
pkgrel=1
pkgdesc="Cryptocurrency miner for NVIDIA hardware, supporting a variety of algorithms"
arch=('x86_64')
license=('custom')
url="https://bitcointalk.org/index.php?topic=4432704.1520"
options=('!strip')
depends=('nvidia-utils')
source=("t-rex_${pkgver}.tar.gz"::"https://trex-miner.com/download/t-rex-${pkgver}-linux.tar.gz")
sha1sums=('e1ade18610e3ac4dc1bae61a24ae590d85813d23')

package() {
    cd "${srcdir}"
    install -Dm755 "${srcdir}/t-rex" "${pkgdir}/usr/bin/t-rex"
}

zacariaz commented on 2021-04-24 17:14 (UTC)

0.20.3 should be available. An update would be appreciated, and thanks for packaging in the first place.

hcorion commented on 2021-04-12 22:23 (UTC)

Didn't realize there was guidelines for package descriptions @Hendrikto, thanks for pointing those out! Description updated :)

Hendrikto commented on 2021-04-02 21:52 (UTC)

Hey, thanks for packaging this :)

I have an improvement request:

The package description does not follow the conventions, specifically:

  • "recommended to be 80 characters or less"
  • "should not include the package name"
  • does not end with a full stop

May I suggest "Cryptocurrency miner for NVIDIA hardware, supporting a variety of algorithms"?

Also, just as a note to the users: Since T-Rex is distributed as a binary, and source code is not even available, it is highly recommended to run this in an isolated environment.