Search Criteria
Package Details: joinmarket-qt-git 0.7.0.r3.gc90432e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/joinmarket-qt-git.git (read-only, click to copy) |
---|---|
Package Base: | joinmarket-qt-git |
Description: | Coinjoin software, includes a QT wallet and requires Bitcoin Core as backend |
Upstream URL: | https://github.com/JoinMarket-Org/joinmarket-clientserver |
Licenses: | GPL3 |
Submitter: | dmp1ce |
Maintainer: | None |
Last Packager: | dmp1ce |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-03-12 20:18 (UTC) |
Last Updated: | 2020-08-30 15:16 (UTC) |
Dependencies (9)
- pyside2AUR
- python-jmbase-gitAUR
- python-jmbitcoin-gitAUR
- python-jmclient-gitAUR
- python-jmdaemon-gitAUR
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-qt5reactorAUR
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
Latest Comments
WwPvWLcBrUubxgJQ commented on 2022-01-16 00:00 (UTC) (edited on 2022-01-17 19:26 (UTC) by WwPvWLcBrUubxgJQ)
Version 0.9.4 can be installed like this:
dmp1ce commented on 2021-10-27 19:07 (UTC)
@WwPvWLcBrUubxgJQ The package is probably pretty outdated. I'll make note for myself to fix the issues.
WwPvWLcBrUubxgJQ commented on 2021-10-26 06:52 (UTC) (edited on 2021-10-26 07:23 (UTC) by WwPvWLcBrUubxgJQ)
First I got:
Which is fixed by
pip install wheel
. Then I got:Which is fixed by
sudo pacman -Syu pkgconf
. Then I got the error:Which is fixed by
pip install asn1crypto
. Then I got:At this point I could no longer make progress. I am using a fresh install of Manjaro.
dmp1ce commented on 2020-05-28 16:56 (UTC) (edited on 2020-05-28 16:57 (UTC) by dmp1ce)
Thanks @wallacoloo. I think I fixed it. python-jmbitcoin-git was missing a dependency.
wallacoloo commented on 2020-05-18 00:49 (UTC)
Installation fails with:
I uploaded a
python-urldecode
package to the AUR and joinmarket-qt-git installs fine with that installed -- you could add that as a dependency to one of these packages (python-jmbitcoin-git
?). Or maybe it makes more sense to just vendor it -- the library's all of 20 LOC.Thanks a bunch for making all these PKGBUILDs. I tried but failed to get joinmarket working in Feb -- hopefully I'll have better luck this time around with these to help me out :-)