Package Details: sparrow-wallet 2.2.3-3

Git Clone URL: https://aur.archlinux.org/sparrow-wallet.git (read-only, click to copy)
Package Base: sparrow-wallet
Description: Desktop Bitcoin Wallet focused on security and privacy. Free and open source
Upstream URL: https://sparrowwallet.com/
Keywords: bitcoin cryptocurrency wallet
Licenses: Apache-2.0
Conflicts: sparrow-wallet-git, sparrow-wallet-reproducible
Submitter: cybafunkmonkey
Maintainer: tuxxx
Last Packager: tuxxx
Votes: 24
Popularity: 0.40
First Submitted: 2021-07-25 12:47 (UTC)
Last Updated: 2025-06-16 10:15 (UTC)

Pinned Comments

tuxxx commented on 2025-05-26 14:44 (UTC) (edited on 2025-06-08 12:55 (UTC) by tuxxx)

Package Variants

There are now 3 different packages to choose from for Sparrow Wallet:

  • sparrow-wallet (this package): Binary Package, installs the official binary after GPG signature verification
  • sparrow-wallet-git: Builds the current git master HEAD from source
  • sparrow-wallet-reproducible: Builds the latest git release (tag) from source and verifies the build against the official binary
Automated Updates & Development

Daily updates via CI/CD Pipeline are now active.

Development repository: https://codeberg.org/tuxxx/sparrow-wallet

Issues and pull requests for all packages can be opened at the corresponding repository above.

tuxxx commented on 2024-03-31 08:35 (UTC) (edited on 2024-04-11 14:33 (UTC) by tuxxx)

Make sure to import craig raws key as described on the download page https://sparrowwallet.com/download/ or with the command:

gpg --recv-keys D4D0D3202FC06849A257B38DE94618334C674B40

Latest Comments

« First ‹ Previous 1 2 3

cybafunkmonkey commented on 2023-02-21 08:55 (UTC)

Removed libxcrypt-compat package as dependency.

@RealOrRandom Thanks for your advice.

RealOrRandom commented on 2023-02-20 15:13 (UTC)

The libxcrypt-compat can be removed again now that we're on 1.7.2 and https://github.com/sparrowwallet/sparrow/issues/631 has been closed. I verified that HWI works with this package but libxcrypt-compat removed manually.

cybafunkmonkey commented on 2023-01-19 13:14 (UTC)

Thanks for your comments and support. I added libxcrypt-compat to the dependent packages.

RealOrRandom commented on 2023-01-17 13:29 (UTC)

This needs to depend on libxcrypt-compat (until https://github.com/sparrowwallet/sparrow/issues/631 is resolved). This will resolve the problem encountered by @dougEfish without the manual symlink.

noisevault commented on 2022-10-28 18:16 (UTC) (edited on 2022-10-28 18:22 (UTC) by noisevault)

A diff for version 1.7.0 PKGBUILD (FOR X86_64) ... Not an AUR expert... so I do not know the right way to contribute this.

5c5
< pkgver=1.6.6
---
> pkgver=1.7.0
14,15c14,15
< source=("https://github.com/sparrowwallet/sparrow/releases/download/$pkgver/sparrow-$pkgver.tar.gz")
< sha256sums=('4029f7f04058dc92a9a4d953998d4ba5adf92413868be317116e4ef38bcc62a7')
---
> source=("https://github.com/sparrowwallet/sparrow/releases/download/$pkgver/sparrow-$pkgver-x86_64.tar.gz")
> sha256sums=('99d75f2342c16dd0d281dc1373df3386711d89096e9df6fa166c8ca3562f2ee7')

dougEfish commented on 2022-06-04 14:29 (UTC) (edited on 2022-06-04 14:31 (UTC) by dougEfish)

FYI, in order to get sparrow to see my trezor, I had to to do this:

ln -s  libcrypto.so.1.1   libcrypt.so.1

(in /usr/lib)

Looks like sparrow does some weird/nasty hack to detect trezor. see

This all started when I saw this log:

ERROR Error parsing JSON: 
com.sparrowwallet.sparrow.io.ImportException: Error scanning, check devices are ready

cybafunkmonkey commented on 2022-05-20 17:55 (UTC)

Fixed and ready to install

cybafunkmonkey commented on 2022-05-20 17:00 (UTC)

Sparrow Wallet 1.6.4 is out Actually Sparrow Wallet 1.6.4 from AUR isn't coming up. No logs, no errors. I will try to fix in the next days. You can download, unpack and use the package here if you need urgent: https://github.com/sparrowwallet/sparrow/releases/download/1.6.4/sparrow-1.6.4.tar.gz