3 A tool for converting BIP39 mnemonic phrases to addresses and private keys.
7 https://iancoleman.github.io/bip39/
9 ## Standalone offline version
11 Download `bip39-standalone.html`
13 Open the file in a browser by double clicking it.
15 This can be compiled from source using the command `python compile.py`
19 Enter your BIP39 phrase into the 'BIP39 Phrase' field, or press
20 'Generate Random Phrase'
22 If required, set the derivation path, although the defaults are quite usable.
24 See the table for a list of addresses generated from the phrase.
26 Toggle columns to blank to easily copy/paste a single column of data, eg to
27 import private keys into a wallet or supply someone with a list of addresses.
29 The BIP32 keys can be used at [bip32.org](https://bip32.org) if desired.
33 Since this project is the efforts of many people, most of which don't appear in
34 the obvious places like code or issues, donating to the project itself causes
35 significant operational difficulties.
37 As a result, if you would like to support this project financially you are
38 encouraged to donate to one of the many groups that makes the internet a place
39 amenable to projects such as this one.
41 [Donation-accepting organizations and projects](https://en.bitcoin.it/wiki/Donation-accepting_organizations_and_projects)
43 If the list is too difficult to choose from, the EFF is a good choice.
45 [Electronic Frontier Foundation](https://supporters.eff.org/donate)
47 or for a direct bitcoin address, consider donating to the
48 [Free Software Foundation](https://www.fsf.org/about/ways-to-donate/)
49 at 1PC9aZC4hNX2rmmrt7uHTfYAS3hRbph4UN
51 ![alt text](https://static.fsf.org/nosvn/images/bitcoin_qrcodes/fsf.png "FSF Bitcoin Address")
55 Please do not make modifications to `bip39-standalone.html`, since they will
56 be overwritten by `compile.py`.
58 Make changes in `src/*`.
60 Changes are applied during release using the command `python compile.py`, so
61 please do not commit changes to `bip39-standalone.html`
65 Tests depend on [phantomjs](http://phantomjs.org/).
67 Run tests from the command-line
75 This BIP39 tool is released under the terms of the MIT license. See LICENSE for
76 more information or see https://opensource.org/licenses/MIT.