Desktop Bitcoin Wallet focused on security and privacy. Free and open source.
Find a file
2020-09-01 13:13:38 +02:00
.github/workflows build ubuntu 2020-08-28 14:42:38 +02:00
drongo@c7e16a29e3 display output send type better, handle consolidation sends 2020-09-01 08:58:47 +02:00
gradle/wrapper upgrade to gradle 6.3 2020-04-01 14:47:13 +02:00
src fix fiat amount update on transaction update 2020-09-01 13:13:38 +02:00
.gitignore no ds store 2020-08-04 12:50:07 +02:00
.gitmodules fix submodule url 2020-08-25 07:50:02 +02:00
build.gradle fix icon on app installer 2020-08-29 20:44:50 +02:00
gradlew upgrade to gradle 6.3 2020-04-01 14:47:13 +02:00
gradlew.bat upgrade to gradle 6.3 2020-04-01 14:47:13 +02:00
LICENSE license 2020-08-28 15:20:31 +02:00
LICENSE (URKit) add licensing for urkit 2020-08-02 18:03:24 +02:00
README.md tweak naming 2020-08-29 18:04:27 +02:00
settings.gradle Initial commit 2020-03-22 10:12:07 +02:00

Sparrow Bitcoin Wallet

Sparrow is a modern desktop Bitcoin wallet application supporting most hardware wallets and built on common standards such as PSBT, with an emphasis on transparency and usability.

More information (and release binaries) can be found at https://sparrowwallet.com. Release binaries are also available directly from Github.

Sparrow Wallet

Building

To clone this project, use git clone --recursive git@github.com:sparrowwallet/sparrow.git

In order to build, Sparrow requires Java 14 to be installed. The release packages can be built using

./gradlew jpackage

Running

If you prefer to run Sparrow directly from source, it can be launched with

./gradlew run

Java 14 must be installed.

Configuration

Sparrow stores it's configuration, log file and wallets in a location appropriate to the operating system:

Platform Location
OSX ~/.sparrow
Linux ~/.sparrow
Windows %APPDATA%/Sparrow

Reporting Issues

Please use the Issues tab above to report an issue. If possible, look in the sparrow.log file in the configuration directory for information helpful in debugging.

License

Sparrow is licensed under the Apache 2 software licence.