Package Details: blockstream-green-appimage 2.0.6-1

Git Clone URL: https://aur.archlinux.org/blockstream-green-appimage.git (read-only, click to copy)
Package Base: blockstream-green-appimage
Description: Blockstream Green is a non-custodial Bitcoin wallet, compatible with Blockstream Jade hardware wallet
Upstream URL: https://blockstream.com/green/
Keywords: bitcoin cryptocurrency wallet
Licenses: GPL3
Submitter: pizzaman
Maintainer: pizzaman
Last Packager: pizzaman
Votes: 1
Popularity: 0.000000
First Submitted: 2021-12-21 09:09 (UTC)
Last Updated: 2024-05-25 03:04 (UTC)

Pinned Comments

pizzaman commented on 2021-12-21 09:11 (UTC)


post_install() {
  echo "================================================"
  echo "Jade hardware wallet uses serial ports over USB"
  echo "You need to add the wallet users"
  echo "to the uucp group to access the serial ports:"
  echo "sudo gpasswd -a <user> uucp"
  echo "You will need to log out->log in to take effect"
  echo "================================================"
}

Latest Comments

pizzaman commented on 2024-05-09 14:38 (UTC)

@moko thanks for the report. Fixed.

moko commented on 2024-05-09 09:55 (UTC) (edited on 2024-05-09 13:32 (UTC) by moko)

checksum error with package 2.0.5 (Update: 2024-05-09 04:11 (UTC) ). Does not pass integrity test.

pizzaman commented on 2024-05-06 02:12 (UTC)

@xensurve Current version of pacman seems to be ignoring the !strip option. ( https://gitlab.archlinux.org/pacman/pacman/-/issues/107 ) suggested temporary workaround is to add

OPTIONS=('!strip' '!debug')

xensurve commented on 2024-05-05 17:25 (UTC) (edited on 2024-05-05 17:26 (UTC) by xensurve)

This doesn't look like a squashfs image.

Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE

I can run the image if I download it but installed from aur I get this error

hsdredgun commented on 2024-02-22 02:58 (UTC)

@pizzaman I tried everything and I can't get the USB to work with jade! Any solution to this? "sudo gpasswd -a <user> uucp" did not work

Then on block stream website I followed their instructions: "sudo usermod -a -G uucp yourusername" And I'm still stuck nothing work...

pizzaman commented on 2022-09-14 07:12 (UTC)

@xaos Thanks, fixed.

xaos commented on 2022-08-23 13:31 (UTC)

Hey, the checksum in the PKGBUILD seems to be wrong! What's up with that?

pizzaman commented on 2021-12-21 09:11 (UTC)


post_install() {
  echo "================================================"
  echo "Jade hardware wallet uses serial ports over USB"
  echo "You need to add the wallet users"
  echo "to the uucp group to access the serial ports:"
  echo "sudo gpasswd -a <user> uucp"
  echo "You will need to log out->log in to take effect"
  echo "================================================"
}