Package Details: nuxhash-git v1.0.0b2.r33.g33e9a09-6

Git Clone URL: https://aur.archlinux.org/nuxhash-git.git (read-only, click to copy)
Package Base: nuxhash-git
Description: A NiceHash cryptocurrency mining client for Linux.
Upstream URL: https://github.com/YoRyan/nuxhash
Licenses: GPL3
Submitter: BenTheTechGuy
Maintainer: None
Last Packager: BenTheTechGuy
Votes: 3
Popularity: 0.000001
First Submitted: 2021-05-06 02:21 (UTC)
Last Updated: 2022-05-31 02:32 (UTC)

Latest Comments

1 2 Next › Last »

valcyclovir commented on 2022-09-15 17:44 (UTC)

For anyone trying to mine BTC on Arch and don't want to install any dependencies. There's a very easy way to use NiceHash's Stratum and a random miner (trex, lolminer, gminer, ...) with the daggerhashimoto algo (or most profitable one according to nicehash). I chose gminer https://github.com/develsoftware/GMinerRelease because it supports that algo. All you have to do is create an executable file such as gminer_nicehash.sh on the file containing the gminer and enter the following:

!/bin/sh

./miner --algo ethash --server stratum+tcp://daggerhashimoto.auto.nicehash.com:9200 --user YOUR-NICEHASH-WALLET-HERE.MINER-NAME

You can create a systemd file to let it run in the background, mine looks like this: [Unit] Description=gminer

[Service] WorkingDirectory=/home/directory/gminer/ ExecStart=/home/directory/gminer/nicehash.sh Restart=on-failure RestartSec=2

[Install] WantedBy=multi-user.target

If the stratum address ever changes, use the Stratum generator from NiceHash to generate a newer one. Total size of gminer folder: 23MB :)

fcon commented on 2022-08-24 11:19 (UTC) (edited on 2022-08-24 11:19 (UTC) by fcon)

seems to be working now without any major changes (started working a fair bit after i updated my system again but nothing python related), so i'm going to assume this was a temporary issue on nicehash's end. sorry for the false alarm

fcon commented on 2022-08-14 02:13 (UTC)

unsure, i don't know how to check what was last upgraded and it took me a while to notice

BenTheTechGuy commented on 2022-08-13 02:58 (UTC)

@fcon: What packages were upgraded?

fcon commented on 2022-08-12 19:43 (UTC) (edited on 2022-08-12 19:44 (UTC) by fcon)

a recent system update seems to have broken this, nicehash is reporting no earnings. nuxhash isn't outputting anything but vram usage is staying at 113MiB at all times. i've tried both the daemon and the gui.

BenTheTechGuy commented on 2022-03-06 21:12 (UTC)

pypubsub and wxpython are literally in the optdepends… not everybody wants to use the GUI. As for the error, after my patches it doesn't occur on any of three different systems all running different desktop environments. The error isn't part of my package, it's part of the program itself, not compatible with python 3.10. This package isn't dead, the program is.

kftX commented on 2022-03-06 19:31 (UTC)

Just to follow up that this package is indeed dead and after (manually) having to install python-pypubsub and python-wxpython which this package didn't install, opening the GUI from KDE kills restarts the distro and opening it via command line causes the error mentioned below by @brad87 and never actually opens.

BenTheTechGuy commented on 2022-01-11 23:32 (UTC)

@brad87: After hours of frustration trying different combinations of patches from a lot of sources and tons of help from @cprn, I have managed to get the GUI working on Python 3.10. Disregard the previous message about nuxhash-venv-git; that is no longer needed because this package is now functional.