Package Details: electron-cash 4.4.1-4

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-10-19 17:14 (UTC)

Latest Comments

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

0e4ef622 commented on 2020-08-13 00:16 (UTC)

@JP-Ellis Thanks, fixed.

JP-Ellis commented on 2020-08-11 05:17 (UTC)

I have not been able to compile this lately unless I set GIT_SUBMODULE_SKIP=1 in the environment (see lines 253-263 of contrib/base.sh).

otataPJ commented on 2020-05-11 15:27 (UTC) (edited on 2020-05-11 15:27 (UTC) by otataPJ)

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.

Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/electroncash_gui/qt/installwizard.py", line 234, in run_and_get_wallet
    self.storage.decrypt(password)
  File "/usr/lib/python3.8/site-packages/electroncash/storage.py", line 138, in decrypt
    s = zlib.decompress(ec_key.decrypt_message(self.raw)) if self.raw else None
  File "/usr/lib/python3.8/site-packages/electroncash/bitcoin.py", line 720, in decrypt_message
    ecdh_key = point_to_ser(ephemeral_pubkey * self.privkey.secret_multiplier)
  File "/usr/lib/python3.8/site-packages/electroncash/ecc_fast.py", line 44, in mul
    public_pair_bytes = b'\4' + self.x().to_bytes(32, byteorder="big") + self.y().to_bytes(32, byteorder="big")
AttributeError: 'mpz' object has no attribute 'to_bytes'

-> Therefore probably an upstream issue, but commented here if others face the same.

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.