Python tools for making brainwallet keys using the Shamir Secret Sharing algorithm.
./your/path/to/bw <options>
For those wishing to use Docker, ensure that Docker is running, and then follow these steps:
Navigate to the brainwallet directory containing Dockerfile and in the command-line interface: Run Once
docker build -t brainwallet
docker run --rm -t brainwallet:latest bw <options>