- Clone this repo
- Install python3
- Launch main program
python3 main.py
Modules may not be installed on your computer. Use the pip package handler through the command prompt.
python -m pip install [package]
Let yourself be guided by the interactive menu by entering your choices directly into the console.
BTC Wallet Managment MENU :
#########
1 -- Generate BTC wallet
2 -- Verify Seed
3 -- Get child address with derivation path
4 -- Exit
The first option allows you to generate a bitcoin wallet: master public key, master private key. (BIP39)
The second option allows you to verify the integrity of your seed.
The third option allows you to generate child addresses from your seed and master public key by specifing the derivation path. (BIP32)
This project has not been verified/audited, please use it for research purposes only. Protect your keys, never share them. Not your keys, not your coins