Package Details: blockstream-green-appimage 2.0.2-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-03-14 16:37 (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

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 "================================================"
}