News:

Are you new to Groestlcoin and have questions you are afraid to ask?
Check out the New Users board and post there.
Welcome to all newcomers.

Main Menu

BIP39 Key Tool released

Started by jackielove4u, March 22, 2020, 08:28:52 PM

Previous topic - Next topic

jackielove4u



Groestlcoin BIP39 Key Tool: A GUI interface for generating Groestlcoin public and private keys



A standalone tool which can be used offline to generate Groestlcoin public and private keys.

Features
• Selection options for 3-24 words (simply putting the space separated words in the first word box will also work) along with a bip39 passphrase
• User input for total number of addresses desired
• Creation of P2PKH, P2SH, P2WPKH and P2WSH addresses along with xpriv and xpub as per BIP32 spec, using a word list as the starting point following the BIP39 standard.
• Presets for BIP44, BIP49, BIP84 and BIP141 standards, along with custom user input for derivation path
• Option for Hardened or non-hardened addresses
• Option for Testnet private and public keys
• Output containing derivation path, private key in WIF, integer and hex format, public key address, public point on curve and scriptpubkey
• Results are output in a file titled 'wallet.txt' with the time addresses were generated, along with all information presented onscreen

This application is licensed under MIT. There is no warranty and no party shall be made liable to you for damages. If you lose coins due to this app, no compensation will be given. Use this app solely at your own risk.

The application may have unfound bugs and problems. To leave feedback: 
1.  PM hashengineering on bitcointalk: https://bitcointalk.org/index.php?action=profile;u=155038
2.  Email: [email protected]
3.  Reports of errors can also be posted in this topic.

Download the BIP39 Key tool here:
Windows: https://github.com/Groestlcoin/grs-key-gui/releases/download/v0.1/bip39_gui.exe
Linux:
pip3 install -r requirements.txt
python3 bip39_gui.py

Source code: https://github.com/Groestlcoin/grs-key-gui