aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2014-09-18 11:01:19 +1000
committerIan Coleman <coleman.ian@gmail.com>2014-09-18 11:01:19 +1000
commitebd8d4e8b526477edf6190ba1fb9d56a6dbcf2ae (patch)
treefb206546b829e151a1d6cc2516bd45919e47499b /readme.md
downloadBIP39-ebd8d4e8b526477edf6190ba1fb9d56a6dbcf2ae.tar.gz
BIP39-ebd8d4e8b526477edf6190ba1fb9d56a6dbcf2ae.tar.zst
BIP39-ebd8d4e8b526477edf6190ba1fb9d56a6dbcf2ae.zip
Move from private repo
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..aca2bd8
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,27 @@
1# BIP39 Tool
2
3A tool for converting BIP39 mnemonic phrases to addresses and private keys.
4
5## Online Version
6
7Coming soon
8
9## Standalone offline version
10
11Download `bip39-standalone.html`
12
13Open the file in a browser by double clicking it.
14
15## Usage
16
17Enter your BIP39 phrase into the 'BIP39 Phrase' field, or press
18'Generate Random Phrase'
19
20If required, set the derivation path, although the defaults are quite usable.
21
22See the table for a list of addresses generated from the phrase.
23
24Toggle columns to blank to easily copy/paste a single column of data, eg to
25import private keys into a wallet or supply someone with a list of addresses.
26
27The BIP32 keys can be used at [bip32.org](https://bip32.org) if desired.