Desktop Bitcoin Wallet focused on security and privacy. Free and open source.
Find a file
2021-02-16 11:57:34 +02:00
.github/workflows revert to java 14.0.2 on windows due to https://bugs.openjdk.java.net/browse/JDK-8254920 2021-01-25 16:55:21 +02:00
drongo@3882a4b4bd avoid losing tx, address and txo labels when performing a full wallet refresh 2021-02-09 17:32:36 +02:00
gradle/wrapper upgrade to gradle 6.3 2020-04-01 14:47:13 +02:00
src export transactions to csv 2021-02-16 11:57:34 +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 export transactions to csv 2021-02-16 11:57:34 +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
README.md fix java version 2021-02-08 19:58:03 +02:00
settings.gradle Initial commit 2020-03-22 10:12:07 +02:00
sparrow testnet related changes and network improvements and logging 2020-10-01 09:11:02 +02:00
sparrow.bat fix on windows 2020-10-01 12:00:38 +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

When updating to the latest HEAD

git pull --recurse-submodules

All jar files created are reproducible builds.

Running

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

./sparrow

Java 14 or higher must be installed.

Configuration

Sparrow has a number of command line options, for example to change its home folder or use testnet:

./sparrow -h

Usage: sparrow [options]
  Options:
    --dir, -d
      Path to Sparrow home folder
    --help, -h
      Show usage
    --network, -n
      Network to use
      Possible Values: [mainnet, testnet, regtest]

As a fallback, the network (mainnet, testnet or regtest) can also be set using an environment variable SPARROW_NETWORK. For example:

export SPARROW_NETWORK=testnet

A final fallback which can be useful when running the Sparrow binary is to create a file called network-testnet in the Sparrow home folder (see below) to configure the testnet network.

Note that if you are connecting to an Electrum server when using testnet, that server will need to running on testnet configuration as well.

When not explicitly configured using the command line argument above, Sparrow stores its mainnet config file, log file and wallets in a home folder location appropriate to the operating system:

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

Testnet and regtest configurations (along with their wallets) are stored in subfolders to allow easy switching between networks.

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.

Credit

Yourkit

Sparrow Wallet uses the Yourkit Java Profiler to profile and improve performance. YourKit supports open source projects with useful tools for monitoring and profiling Java and .NET applications.