/brainwallet

brain-wallet-tools

Primary LanguagePython

Build Status

Brain Wallet Tools

Python tools for making brainwallet keys using the Shamir Secret Sharing algorithm.

OS X | Linux | WSL

./your/path/to/bw <options>

Docker

For those wishing to use Docker, ensure that Docker is running, and then follow these steps:

Build:

Navigate to the brainwallet directory containing Dockerfile and in the command-line interface: Run Once

docker build -t brainwallet

Run:

docker run --rm -t brainwallet:latest bw <options>

Table of Contents