Skip to content

maximedgr/btc_wallet_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTC Wallet Generator

by Maxime D. - Thomas F. | ESILV FinTech - Blockchain Programming

Setup

  1. Clone this repo
  2. Install python3
  3. 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]

How to use

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)

⚠️ Disclaimer ⚠️

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages