Desktop Bitcoin Wallet focused on security and privacy. Free and open source.
Find a file
2020-05-19 16:42:46 +02:00
drongo@06de1d7e14 handle password key derivation in separate tasks 2020-05-19 16:42:46 +02:00
gradle/wrapper upgrade to gradle 6.3 2020-04-01 14:47:13 +02:00
src handle password key derivation in separate tasks 2020-05-19 16:42:46 +02:00
.DS_Store finalising wallet settings 2020-05-13 12:47:21 +02:00
.gitignore sign and notarise app for osx 2020-04-14 09:37:14 +02:00
.gitmodules Add drongo as submodule 2020-03-22 10:18:20 +02:00
build.gradle bip39 keystore import 2020-05-08 14:37:19 +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 add mit license 2020-04-20 10:52:57 +02:00
README.md output pane 2020-04-07 15:14:11 +02:00
settings.gradle Initial commit 2020-03-22 10:12:07 +02:00

Sparrow

Bitcoin Wallet & Transaction Editor

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

Various ways to hex dump a file without spaces:

xxd -p file | tr -d '\n'

hexdump -ve '1/1 "%.2x"'

od -t x1 -An file | tr -d '\n '