Search Criteria
Package Details: python-ckcc-protocol 1.4.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-ckcc-protocol.git (read-only, click to copy) |
---|---|
Package Base: | python-ckcc-protocol |
Description: | Python code and command utilities to communicate with coldcard cryptocurrency wallet |
Upstream URL: | https://github.com/Coldcard/ckcc-protocol |
Keywords: | bitcoin cryptocurrency litecoin wallet |
Licenses: | custom |
Submitter: | pizzaman |
Maintainer: | pizzaman |
Last Packager: | pizzaman |
Votes: | 4 |
Popularity: | 0.28 |
First Submitted: | 2019-06-18 09:04 (UTC) |
Last Updated: | 2024-09-06 06:36 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-ecdsa
- python-hidapi (python-hidapi-gitAUR)
- python-pyaes
- python-setuptools (make)
Required by (6)
- electrum-git (optional)
- electrum-grs (optional)
- electrum-ltc-git (optional)
- electrum-nmc (optional)
- electrum-nmc-bin (optional)
- nunchuk-desktop-appimage (optional)
Latest Comments
pizzaman commented on 2020-02-12 05:28 (UTC)
@mosh5382 Thanks for the heads up, will update when they release a fix.
mosh5382 commented on 2020-02-11 18:27 (UTC)
It seems this issue is being resolved by upstream:
https://github.com/Coldcard/ckcc-protocol/pull/9
I would think there will be a new release of ckcc-protocol soon that will resolve this issue so probably no need to change to require 0.7.99.21 of python-hidapi.
mosh5382 commented on 2020-02-11 04:45 (UTC)
The upgrade in the main Arch repo of python-hidapi to version 0.9.0.2 (or 0.9.0.1 for that matter) breaks this package. I had to install version 0.7.99.21 from the archive to get everything working again. I can assist and create an AUR version of python-hidapi for a dependency if you'd like.
pizzaman commented on 2020-01-07 02:23 (UTC)
@mosh5832 Maybe you just needed to unplug and re-plug your Coldcard? https://wiki.archlinux.org/index.php/Udev#Loading_new_rules
mosh5382 commented on 2020-01-07 00:00 (UTC)
@pizzaman - you are correct about the udev rules. Something must be broken on my system. Thanks for maintaining this package.
pizzaman commented on 2020-01-06 08:04 (UTC)
@mosh5382 Thanks for the info. I corrected the missing dependencies. I have no issues with 51-coinkite.rules, it was/is correctly installed in /usr/lib/udev/rules.d/51-coinkite.rules. https://wiki.archlinux.org/index.php/Udev#About_udev_rules
mosh5382 commented on 2020-01-06 04:48 (UTC)
I needed 51-coinkite.rules to be placed at /etc/udev/rules.d to get electrum to detect the wallet using a regular user account. I also needed to install python-hidapi to be able to run ckcc so that probably should be added as a dependency.