Search Criteria
Package Details: electron-cash 4.2.4-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: | |
Conflicts: | |
Provides: | |
Submitter: | 0x647262 |
Maintainer: | 0e4ef622 |
Last Packager: | 0e4ef622 |
Votes: | 28 |
Popularity: | 0.67 |
First Submitted: | 2017-08-18 15:38 |
Last Updated: | 2021-03-04 17:04 |
Dependencies (36)
- hicolor-icon-theme (hicolor-icon-theme-git)
- python (python-dbg)
- python-certifi (python-certifi-system-store)
- python-dateutil
- python-dnspython (python-dnspython-git, python-dnspython1.16)
- python-ecdsa
- python-jsonrpclib-pelix
- python-pathvalidate
- python-protobuf (python-protobuf-git)
- python-pyaes
- python-pyqt5
- python-pysocks
- python-qrcode
- python-requests
- python-six
- python-stem (python-stem-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-svg (qt5-svg-git)
- ttf-bitstream-vera
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- git (git-git) (make)
- libtool (libtool-git) (make)
- protobuf (protobuf3-git, protobuf-git, protobuf-static) (make)
- python-requests (make)
- python-setuptools (make)
- python-tox (make)
- python-btchip (python-btchip-git) (optional) – Ledger hardware wallet support
- python-hidapi (python-hidapi-git) (optional) – Digital Bitbox hardware wallet support
- python-keepkey (optional) – Trezor hardware wallet support
- python-matplotlib (python-matplotlib-git) (optional) – plot transaction history in graphical mode
- python-pycryptodomex (optional) – use PyCryptodome AES implementation instead of pyaes
- python-qdarkstyle (optional) – optional dark theme in graphical mode
- python-rpyc (optional) – send commands to Electrum Python console from an external script
- python-trezor (optional) – Trezor hardware wallet support
- tor (tor-unstable, tor-git) (optional) – Tor support
- zbar (zbar-git) (optional) – QR code reading support
Latest Comments
1 2 3 4 5 Next › Last »
0e4ef622 commented on 2020-12-02 19:25
My bad, should be fixed now.
dkaparis commented on 2020-12-02 18:55
They are and I suspect this is the reason:
0e4ef622 commented on 2020-12-02 18:48
@dkaparis Are your packages up to date? Specifically the python package.
dkaparis commented on 2020-12-02 17:48
Installation fails for me:
0e4ef622 commented on 2020-08-13 00:16
@JP-Ellis Thanks, fixed.
JP-Ellis commented on 2020-08-11 05:17
I have not been able to compile this lately unless I set
GIT_SUBMODULE_SKIP=1
in the environment (see lines 253-263 ofcontrib/base.sh
).otataPJ commented on 2020-05-11 15:27
Doesn't work for me with the latest python-ecdsa (version 0.15-1). Had to downgrade python-ecdsa to version 0.13.3-3 to be able to decrypt an existing wallet.
-> Therefore probably an upstream issue, but commented here if others face the same.
ichundes commented on 2020-01-15 09:55
For Ledger
python-btchip
is needed.veox commented on 2020-01-15 06:51
optdepends
could havepython-trezor
andpython-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 inelectron-cash
mentions those two packages.ichundes commented on 2020-01-14 09:18
This should probably have an optional dependency on
qt5-multimedia
for the QR code scanner.