Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
moncho committed Sep 4, 2017
1 parent 53275cc commit 1bd1299
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Handle with care, if you intend to use this tool for generating a Bitcoin wallet
Said that, I am fairly confident that the implementation faithfully matches the original implementation (all tests created for the original tool have been added and are passing).
So, if you feel confident that the original tool is a safe way to generate a Bitcoin wallet, this tool should be safe for usage as well.

## Installation

Precompiled binaries can be found on the [releases page](https://github.com/moncho/warpwallet/releases). Select the one for your OS and arch.

**Warpwallet** may also be compiled from source wherever there is a Go compiler. Just clone the project and `make build`.

## Usage

Run `warpwallet` on a terminal, it will ask for a passphrase and a salt, then it will generate a private key on [WIF](https://en.bitcoin.it/wiki/Wallet_import_format) format and the corresponding [version 1 Bitcoin public address](https://en.bitcoin.it/wiki/Technical_background_of_version_1_Bitcoin_addresses).
Expand Down

0 comments on commit 1bd1299

Please sign in to comment.