]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blob - readme.md
Move from private repo
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / readme.md
1 # BIP39 Tool
2
3 A tool for converting BIP39 mnemonic phrases to addresses and private keys.
4
5 ## Online Version
6
7 Coming soon
8
9 ## Standalone offline version
10
11 Download `bip39-standalone.html`
12
13 Open the file in a browser by double clicking it.
14
15 ## Usage
16
17 Enter your BIP39 phrase into the 'BIP39 Phrase' field, or press
18 'Generate Random Phrase'
19
20 If required, set the derivation path, although the defaults are quite usable.
21
22 See the table for a list of addresses generated from the phrase.
23
24 Toggle columns to blank to easily copy/paste a single column of data, eg to
25 import private keys into a wallet or supply someone with a list of addresses.
26
27 The BIP32 keys can be used at [bip32.org](https://bip32.org) if desired.