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

ploxiln commented on 2017-11-13 05:44 (UTC)

This actually should depend on python2-pyqt4, not python2-pyqt5. Also it should compile icons with "pyrcc4", not "python2-pyrcc5", as best I can tell. > Q: Why does the official release and code say 'PyQt5' but I see PyQt4 in the code packages? > A: We attempted to upgrade to PyQt5 without upgrading to Python 3. This proved to be a bad idea and we had to revert back to PyQt4 on the github branch pyqt4, which was used for the code release. https://www.reddit.com/r/btc/comments/7c46v6/electron_cash_294_is_officially_released/ When trying to run the package built with this PKGBUILD as-is: $ electron-cash Error: Could not import PyQt4 on Linux systems, you may try 'sudo apt-get install python-qt4'

dundee commented on 2017-11-08 21:23 (UTC)

Please change tox to tox2 as in electron-cash-git.

0x647262 commented on 2017-08-20 04:28 (UTC)

https://github.com/fyookball/electrum/issues/8

tapia commented on 2017-08-18 20:38 (UTC)

There is a file conflict with the electrum client: error: failed to commit transaction (conflicting files) electron-cash: /usr/lib/python2.7/site-packages/electrum/__init__.py exists in filesystem electron-cash: /usr/lib/python2.7/site-packages/electrum/__init__.pyc exists in filesystem electron-cash: /usr/lib/python2.7/site-packages/electrum/base_wizard.py exists in filesystem electron-cash: /usr/lib/python2.7/site-packages/electrum/base_wizard.pyc exists in filesystem electron-cash: /usr/lib/python2.7/site-packages/electrum/bitcoin.py exists in filesystem electron-cash: /usr/lib/python2.7/site-packages/electrum/bitcoin.pyc exists in filesystem electron-cash: /usr/lib/python2.7/site-packages/electrum/blockchain.py exists in filesystem ...