Bitcoin seed generation and offline tools
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
B.J. Dweck fea979d79d Creating new release 3 years ago
gradle/wrapper Added gradle wrapper 3 years ago
src Creating new release 3 years ago
.gitignore Added distro publication 3 years ago
LICENSE.md Added MIT license 3 years ago
README.md Added MIT license 3 years ago
build.gradle Leveraged com.diogonunes:JColor library to colorize output bits on supporting ANSI platforms 3 years ago
gradle.properties.sample Added distro publication 3 years ago
gradlew Made gradlew executable 3 years ago
gradlew.bat Added gradle wrapper 3 years ago
settings.gradle Initial commit 3 years ago

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/