Search Criteria
Package Details: electrum-git 4.5.8.r971.g4b23ca194-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/electrum-git.git (read-only, click to copy) |
---|---|
Package Base: | electrum-git |
Description: | Lightweight Bitcoin wallet |
Upstream URL: | https://github.com/spesmilo/electrum |
Keywords: | bitbox bitcoin coldcard cryptocurrency keepkey ledger trezor wallet |
Licenses: | MIT |
Conflicts: | electrum |
Provides: | electrum |
Submitter: | oneeyed |
Maintainer: | pizzaman |
Last Packager: | pizzaman |
Votes: | 39 |
Popularity: | 0.28 |
First Submitted: | 2012-08-15 12:32 (UTC) |
Last Updated: | 2025-05-02 02:14 (UTC) |
Dependencies (56)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsecp256k1 (libsecp256k1-gitAUR)
- protobuf (protobuf-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-aiohttp (python-aiohttp-gitAUR)
- python-aiohttp-socks (python-aiohttp-socks-gitAUR)
- python-aiorpcx (python-aiorpcx-gitAUR)
- python-attrs
- python-bitstring
- python-certifi
- python-cryptography
- python-dnspython (python-dnspython-gitAUR)
- python-ecdsa
- python-electrum_aionostrAUR
- python-electrum_eccAUR
- python-jsonpatch
- python-protobuf (python-protobuf-gitAUR, python-protobuf-21AUR)
- python-pyaes
- python-qdarkstyle
- python-qrcode
- python-requests
- python-six
- python-websockets (python-websockets-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pycryptodomex (check)
- python-pyqt6 (python-pyqt6-pre-releaseAUR) (check)
- python-pytest (check)
- qt6-declarative (qt6-declarative-gitAUR) (check)
- bitbox-udevAUR (optional) – Bitbox01/Digital Bitbox hardware wallet support
- desktop-file-utils (desktop-file-utils-gitAUR) (optional) – update desktop icon
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR) (optional) – update desktop icon
- keepkey-udevAUR (optional) – Keepkey hardware wallet support
- ledger-udevAUR (ledger-udev-gitAUR) (optional) – Ledger hardware wallet support
- python-bitbox02AUR (optional) – BitBox02 hardware wallet support
- python-cbor2 (optional) – Blockstream Jade hardware wallet communication
- python-ckcc-protocolAUR (optional) – Coldcard wallet hardware support
- python-hidapi (python-hidapi-gitAUR) (optional) – Keepkey hardware wallet support
- python-ledger-bitcoinAUR (optional) – Ledger hardware wallet support
- python-libusb1 (optional) – Keepkey hardware wallet support
- python-matplotlib (python-matplotlib-gitAUR) (optional) – plot transaction history in graphical mode
- python-mnemonicAUR (optional) – Keepkey hardware wallet support
- python-pyserial (python-pyserial-labgrid-gitAUR) (optional) – Blockstream Jade hardware wallet serial port extension
- python-rpyc (optional) – send commands to Electrum Python console from an external script
- python-trezorAUR (python-trezorAUR) (optional) – Trezor hardware wallet support
- trezor-udevAUR (trezor-bridge-binAUR) (optional) – Trezor harware wallet support
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – update desktop icon
- zbar (zbar-gitAUR) (optional) – QR code reading support
Required by (1)
- electrumx-git (requires electrum) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
ordtrogen commented on 2022-06-02 02:38 (UTC)
When I do "makepkg -si", I get a bunch of errors related to missing dependencies (below is the output in my native Swedish) Basically "saknade beroenden" is "missing dependencies"
I'm used to the process automatically installing what's required. In this case, do I have to install these depencies manually?
==> Installerar saknade beroenden... FEL: Kunde inte hitta målet python-aiorpcx-git>=0.22 FEL: Kunde inte hitta målet python-aiorpcx-git<0.23 ==> FEL: 'pacman' misslyckades att installera saknade beroenden ==> Saknade beroenden: -> python-qdarkstyle -> python-aiorpcx-git>=0.22 -> python-aiorpcx-git<0.23 -> python-cryptography ==> Kontrollerar byggberoenden... ==> FEL: Kan inte lösa alla beroenden.
pizzaman commented on 2021-05-19 02:05 (UTC) (edited on 2021-06-05 12:16 (UTC) by pizzaman)
@Bfg Opened an issue upstream. https://github.com/spesmilo/electrum/issues/7307
Update: This was fixed upstream.
bfg commented on 2021-05-17 17:13 (UTC)
Cannot compile. It ends with testutils error (test ip address)
toby44 commented on 2019-06-05 05:39 (UTC)
@pizzaman , thanks did have to force remove the old aiorpcx but worked after that :-)
pizzaman commented on 2019-06-05 02:56 (UTC)
@toby44 New version of python-aiorpcx was released but community repo hasn't upgraded yet, fixed by changing dependency to new python-aiorpcx-git
if you run into any trouble delete manually old python-aiorpcx
toby44 commented on 2019-06-04 19:30 (UTC)
cannot start electrum on current version, getting
Traceback (most recent call last): File "/usr/bin/electrum", line 82, in <module> from electrum.logging import get_logger, configure_logging File "/usr/lib/python3.7/site-packages/electrum/init.py", line 3, in <module> from .wallet import Wallet File "/usr/lib/python3.7/site-packages/electrum/wallet.py", line 56, in <module> from . import transaction, bitcoin, coinchooser, paymentrequest, ecc, bip32 File "/usr/lib/python3.7/site-packages/electrum/paymentrequest.py", line 46, in <module> from .network import Network File "/usr/lib/python3.7/site-packages/electrum/network.py", line 54, in <module> from .interface import (Interface, serialize_server, deserialize_server, File "/usr/lib/python3.7/site-packages/electrum/interface.py", line 42, in <module> from aiorpcx.rawsocket import RSClient ModuleNotFoundError: No module named 'aiorpcx.rawsocket'
pizzaman commented on 2019-05-16 01:59 (UTC) (edited on 2019-05-16 15:11 (UTC) by pizzaman)
To avoid further conflict I changed the dependency of AUR/python-aiohttp_socks to community/python-aiohttp-socks. You have to manually delete python-aiohttp_socks and then upgrade electrum-git otherwise it will fail.
lucce commented on 2019-05-15 10:22 (UTC)
After installing python-aiohttp_socks from downloaded mirror in order to install electrum.git 20190514-1, but electrum does NOT recognize the dependency.I have: ==> Making package: electrum-git 20190514-1 (Wed 15 May 2019 12:11:19 CEST) ==> Checking runtime dependencies... ==> Missing dependencies: -> python-aiohttp_socks ==> Checking buildtime dependencies... I then try to install from 'add/remove software' and get: Checking file conflicts... Failed to commit transaction: conflicting files: python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks-0.2.2-py3.7.egg-info/PKG-INFO already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks-0.2.2-py3.7.egg-info/SOURCES.txt already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks-0.2.2-py3.7.egg-info/dependency_links.txt already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks-0.2.2-py3.7.egg-info/requires.txt already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks-0.2.2-py3.7.egg-info/top_level.txt already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/init.py already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/pycache/init.cpython-37.opt-1.pyc already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/pycache/init.cpython-37.pyc already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/pycache/connector.cpython-37.opt-1.pyc already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/pycache/connector.cpython-37.pyc already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/pycache/errors.cpython-37.opt-1.pyc already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/pycache/errors.cpython-37.pyc already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/pycache/helpers.cpython-37.opt-1.pyc already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/pycache/helpers.cpython-37.pyc already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/pycache/proto.cpython-37.opt-1.pyc already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/pycache/proto.cpython-37.pyc already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/connector.py already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/errors.py already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/helpers.py already exists in filesystem python-aiohttp_socks: /usr/lib/python3.7/site-packages/aiohttp_socks/proto.py already exists in filesystem
Thank you for any help!
pizzaman commented on 2019-05-15 01:39 (UTC)
Should be working!
pizzaman commented on 2019-05-10 05:59 (UTC)
Current electrum-git is broken until python-aiorpcx from community repository is updated to 0.17.0, since electrum added NetAddress https://github.com/kyuupichan/aiorpcX/releases/tag/0.17.0 , which is not available in previous versions.
Also current electrum-git won't work with python-aiorpcx 0.18.0. , https://github.com/spesmilo/electrum/blob/a0b711cfea70e205e9369baab6d56ceccf56a655/contrib/requirements/requirements.txt
Or you can update python-aiorpcx to 0.17.0 yourself.
« First ‹ Previous 1 2 3 4 5 Next › Last »