Package Details: electron-cash 4.4.0-1

Git Clone URL: https://aur.archlinux.org/electron-cash.git (read-only, click to copy)
Package Base: electron-cash
Description: Lightweight Bitcoin Cash wallet
Upstream URL: http://www.electroncash.org/
Licenses: MIT
Conflicts: electron-cash
Provides: electron-cash
Submitter: 0x647262
Maintainer: 0e4ef622
Last Packager: 0e4ef622
Votes: 28
Popularity: 0.000000
First Submitted: 2017-08-18 15:38 (UTC)
Last Updated: 2024-03-06 17:50 (UTC)

Latest Comments

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

ichundes commented on 2020-01-15 09:55 (UTC)

For Ledger python-btchip is needed.

veox commented on 2020-01-15 06:51 (UTC) (edited on 2020-01-15 08:28 (UTC) by veox)

optdepends could have python-trezor and python-keepkey for Trezor hardware wallet support.

The latter might also be needed for Ledger hardware wallet (just guessing, I haven't tried it).


EDIT: Or perhaps python-keepkey is specifically for that hardware wallet; in either case, the "connect hardware wallet" dialog in electron-cash mentions those two packages.

ichundes commented on 2020-01-14 09:18 (UTC) (edited on 2020-01-15 09:56 (UTC) by ichundes)

This should probably have an optional dependency on qt5-multimedia for the QR code scanner.

gileri commented on 2019-11-17 10:57 (UTC)

@Daddie it works for me when clean building this [1]

[1] https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=electron-cash&id=da1eb49c3124

0e4ef622 commented on 2019-11-17 10:13 (UTC)

@Daddie Have you updated your packages?

<deleted-account> commented on 2019-11-17 08:19 (UTC)

ERROR: py38: InterpreterNotFound: python3.8 ==> ERROR: A failure occurred in check().

@gileri mentioned this on 14th, package was updated on the 16th but still having this problem??

gileri commented on 2019-11-14 23:47 (UTC)

Hello, the package is not building since Arch switched to python 3.8. Modifying

tox -e py37 into tox -e py38

in the check() function do work.

marceloneil commented on 2019-10-18 00:37 (UTC)

@webdawg I'm not entirely sure what that error means. I tried rebuilding the package (with everything up to date) and it worked fine for me. I would suggest upgrading all of your packages, clearing .cache/yay/electron-cash and trying again. If it still doesn't work, try reading https://tox.readthedocs.io/en/latest/example/general.html#understanding-invocationerror-exit-codes

This seems like it's an issue with tox though (which is used for unit testing), so you can still build the package by using makepkg --nocheck

webdawg commented on 2019-10-17 22:03 (UTC)

Collecting pyqt5 (from Electron-Cash==4.0.10) Downloading https://files.pythonhosted.org/packages/12/63/a7a32557fdce42b1ddf2353d9e2a576143376046ead0b1918fd4cfe01b90/PyQt5-5.13.1-5.13.1-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl (62.1MB)

================================================================= log end ================================================================== ___________ summary ____________ ERROR: py37: InvocationError for command /home/webdawg/.cache/yay/electron-cash/src/Electron-Cash-4.0.10/.tox/py37/bin/python -m pip install --exists-action w '.tox/.tmp/package/1/Electron Cash-4.0.10.zip' (exited with code -9) ==> ERROR: A failure occurred in check().

ploxiln commented on 2019-09-03 01:44 (UTC)

it seems python-dateutil is another requirement now:

  File "/usr/lib/python3.7/site-packages/electroncash/paymentrequest.py", line 33, in <module>
    import dateutil.parser
ModuleNotFoundError: No module named 'dateutil'