Bitcoin seed generation and offline tools
Go to file
B.J. Dweck c3d2c68860 Still couldn't get yellow to show up properly on the RPi... gave up and changed the color palette 2020-09-25 12:29:54 +02:00
gradle/wrapper Added gradle wrapper 2020-09-01 15:09:50 +02:00
src Still couldn't get yellow to show up properly on the RPi... gave up and changed the color palette 2020-09-25 12:29:54 +02:00
.gitignore Added distro publication 2020-09-01 16:04:28 +02:00
LICENSE.md Added MIT license 2020-09-06 12:18:45 +02:00
README.md Added MIT license 2020-09-06 12:18:45 +02:00
build.gradle Leveraged com.diogonunes:JColor library to colorize output bits on supporting ANSI platforms 2020-09-25 11:09:04 +02:00
gradle.properties.sample Added distro publication 2020-09-01 16:04:28 +02:00
gradlew Made gradlew executable 2020-09-02 22:35:58 +02:00
gradlew.bat Added gradle wrapper 2020-09-01 15:09:50 +02:00
settings.gradle Initial commit 2020-09-01 14:18:32 +02:00

README.md

Rudefox Burrow

Offline Bitcoin Seed Generation and Wallet Tool

Use Burrow on an air-gapped, single-board computer, like a Raspberry Pi, to generate new seed words, derive addresses and extended public keys from existing seed words or sign PSBT transactions offline. Check out the self-audited seed generation feature: ShowMyWork.

Rudefox Burrow is released under the MIT License by B.J. Dweck

Getting Started

If you simply want to dive in and try your hand at generating a self-audited seed, see the Burrow Quick Start guide.

Build

Linux

  • Install the Java 8 SDK (Java 8+ is not already installed)
sudo apt-get install -y openjdk-8-jdk-headless
  • Clone the repository and build
git clone https://git.rudefox.io/rudefox/burrow.git
cd burrow
./gradlew build distTar
  • Find the distribution .tar file in build/distributions/