Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Coinomi/bip39-coinomi
A web tool for converting BIP39 mnemonic codes for coins not currently in https://iancoleman.io/bip39/
https://github.com/Coinomi/bip39-coinomi
Last synced: 15 days ago
JSON representation
A web tool for converting BIP39 mnemonic codes for coins not currently in https://iancoleman.io/bip39/
- Host: GitHub
- URL: https://github.com/Coinomi/bip39-coinomi
- Owner: Coinomi
- License: mit
- Created: 2019-09-09T13:42:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T21:55:16.000Z (over 4 years ago)
- Last Synced: 2024-07-31T14:09:19.458Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 28.5 MB
- Stars: 71
- Watchers: 9
- Forks: 43
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Coinomi BIP39 Tool
A tool for converting BIP39 mnemonic phrases to addresses and private keys.
Originally based on https://github.com/iancoleman/bip39/
Added BIP39 support for:
- AION
- Algorand
- Decred
- Monero
- NEM
- Smartcash
- Tron## Standalone offline version
Download `bip39-standalone.html` from
[the releases](https://github.com/Coinomi/bip39-coinomi/releases).Open the file in a browser by double clicking it.
This can be compiled from source using the command `python compile.py`
## Security Measures
As the first step of usage: Make sure your device is completely offline and cannot connect to the internet in any way.As the last: Before connecting the device to the internet close the browser window and overwrite/wipe the clipboard of any keys or seeds you may have copied.
## Usage
Enter your BIP39 phrase into the 'BIP39 Phrase' field, or press
'Generate Random Phrase'If required, set the derivation path, although the defaults are quite usable.
See the table for a list of addresses generated from the phrase.
Toggle columns to blank to easily copy/paste a single column of data, eg to
import private keys into a wallet or supply someone with a list of addresses.Read more [here:](https://coinomi.freshdesk.com/support/solutions/articles/29000009717)