Package Details: lolminer 1.84-1

Git Clone URL: https://aur.archlinux.org/lolminer.git (read-only, click to copy)
Package Base: lolminer
Description: Unofficial installer for lolMiner
Upstream URL: https://github.com/Lolliedieb/lolMiner-releases
Keywords: crypto cryptocurrency ethash ethereum mining
Licenses: custom: lolMiner License Agreement
Submitter: esskayesss
Maintainer: esskayesss
Last Packager: esskayesss
Votes: 2
Popularity: 0.000000
First Submitted: 2021-02-06 09:22 (UTC)
Last Updated: 2024-02-15 06:00 (UTC)

Latest Comments

aviallon commented on 2021-09-21 07:31 (UTC)

You should not use a "pkgtag" variable, as it does not notify pacman that there was a change in version. You can have a pkgver with letters at the end.

See the first bullet point in this section: https://wiki.archlinux.org/title/Arch_package_guidelines#Package_versioning

esskayesss commented on 2021-03-28 07:20 (UTC)

@faustian Try making a system upgrade. If that doesn't work, please try raising the issue with the developers. The link to their github is there in this project page.

faustian commented on 2021-03-28 07:05 (UTC) (edited on 2021-03-28 07:07 (UTC) by faustian)

It worked with a lower case. However I think my GPU is not really compatible with mining ETH or probably any other sort of crypto. It's an AMD Radeon HD 8000 series 2013.

Here's the input:

lolminer --coin ETH --pool eu1.ethermine.org:4444 --MY_ETH_ADDRESS.workerName

And output:

Setup Miner... 
amdgpu_device_initialize: DRM version is 2.50.0 but this driver is only compatible with 3.x.x.
Segmentation fault (core dumped)

esskayesss commented on 2021-03-28 04:36 (UTC)

@faustian, a lowecase "m" should make it work. The command is "lolminer" and not "lolMiner". I'm ready for any follow ups you might need.

faustian commented on 2021-03-27 20:57 (UTC) (edited on 2021-03-27 21:05 (UTC) by faustian)

I have installed the app successfully, no error reported. However when I try any command the output is, "bash: lolMiner: command not found" command not found". Any ideas? Thanks

esskayesss commented on 2021-02-25 20:45 (UTC)

@CareAgain thanks for the comment and thanks for saving my time as well. I'll implement the change right away

CareAgain commented on 2021-02-25 20:27 (UTC)

This breaks when trying to download the current release, because even though the tag is 1.24, the actual file is named 1.24a. Something like this seems to fix things:

downloadlink=$(curl --silent 'https://api.github.com/repos/Lolliedieb/lolMiner-releases/releases/latest' | grep ".*browser_download_url.*Lin64.*" | sed -E 's/.*"([^"]+)".*/\1/')
curl -L "$downloadlink" | tar xzf - --directory "lolminer" --strip-components=1