Package Details: gridcoinresearchd 5.4.8.0_hotfix_1-1

Git Clone URL: https://aur.archlinux.org/gridcoinresearch.git (read-only, click to copy)
Package Base: gridcoinresearch
Description: A cryptocurrency that rewards users for participating on the BOINC network (Daemon/CLI)
Upstream URL: https://gridcoin.us
Licenses: MIT
Conflicts: gridcoinresearch-daemon
Replaces: gridcoinresearch-daemon
Submitter: Tahvok
Maintainer: Tahvok
Last Packager: Tahvok
Votes: 19
Popularity: 0.008543
First Submitted: 2018-05-30 08:58 (UTC)
Last Updated: 2024-07-03 14:39 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Pinned Comments

Tahvok commented on 2018-05-30 09:00 (UTC)

Take a notice, this is now a split package - meaning it will build both the gui and the daemon - you need to install only one of them (unless you really need both).

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

GridcoinUser commented on 2022-01-25 17:45 (UTC)

Thank you for maintaining this package! Could you add an icon and a desktop file to the package as well?

nachfuellbar commented on 2022-01-04 11:29 (UTC)

@Tahvok: the gui doesn't start without libzip gridcoinresearch: error while loading shared libraries: libzip.so.5: cannot open shared object file: No such file or directory

Even when you usually don't need both - shouldn't it be possible to install both? The package isn't cleanly split, especially since the qt package includes the man page of the daemon package (error from previous message)

Don't get me wrong, I'm thankful for this maintained package. I just wanted to point out some errors ;)

Tahvok commented on 2022-01-04 11:05 (UTC)

@nachfuellbar you usually do not need to install both. The daemon is for terminal use only. If you need a gui, then you want the qt package. libzip is needed for building the package, but not for running. Libzip is needed to run the package, but not to build it. You're saying that pacman didn't ask you to install libzip as dependency? This is weird, as I have verified it, and it actually does ask me for libzip as dependency. At what point did you need to install libzip?

nachfuellbar commented on 2022-01-02 16:52 (UTC)

When trying to install both gridcoinresearch-qt und gridcoinresearchd i get following error

gridcoinresearchd: /usr/share/man/man1/gridcoinresearchd.1.gz exists in filesystem (owned by gridcoinresearch-qt)

Another issue is - i had to install libzip manually even though it's in PKGBUILD as depend :/

axzxc1236 commented on 2021-12-25 08:16 (UTC)

gridcoinresearch-qt doesn't work with LTO flag (at least on my computer), if you have core dump problem, add the following line to PKGBUILD and compile again.

options=('!lto')

(below depends=.... is fine)

kwacorn commented on 2021-03-17 07:31 (UTC)

An emergency mandatory, 5.3.0.0-mandatory became available 2021-03-16 !

k8ie commented on 2021-03-04 13:53 (UTC)

Patch for update to the new version:

--- PKGBUILD.orig       2021-03-04 14:51:48.138774503 +0100
+++ PKGBUILD    2021-03-04 14:41:10.722887115 +0100
@@ -3,8 +3,8 @@

 pkgbase=gridcoinresearch
 pkgname=(gridcoinresearch-qt gridcoinresearchd)
-pkgver=5.1.0.0
-pkgrel=3
+pkgver=5.2.0.0
+pkgrel=1
 pkgdesc="A cryptocurrency that rewards users for participating on the BOINC network"
 makedepends=('boost' 'qt5-charts' 'qt5-tools' 'qrencode')
 depends=('db' 'libzip')
@@ -17,7 +17,7 @@

 source=("$pkgbase-$pkgver.tar.gz::https://github.com/gridcoin/Gridcoin-Research/archive/$pkgver.tar.gz")

-sha256sums=('a4c84664ca199de0a07c94b79030d13eafc7ee8ab9ef7a05a5de8f62fb82190b')
+sha256sums=('a2759f93599526115eb90f6892296479d0379968f4e6e7d5836699ffb2025a0f')

 # leaving in case needed for future patches
 #prepare() {

nathanielcwm commented on 2021-03-02 16:04 (UTC)

New mandatory.

qontinuum commented on 2021-01-20 10:55 (UTC)

It lacks libzip as runtime dependency at least for the qt version: gridcoinresearch: error while loading shared libraries: libzip.so.5: cannot open shared object file: No such file or directory

Aladar commented on 2020-12-26 23:09 (UTC)

This needs to be rebuilt against new boost version, but currently its throwing build errors when attempted.