Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximedgr/btc_wallet_generator
https://github.com/maximedgr/btc_wallet_generator
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximedgr/btc_wallet_generator
- Owner: maximedgr
- Created: 2022-09-30T11:59:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T18:49:07.000Z (about 2 years ago)
- Last Synced: 2023-05-02T15:39:50.411Z (over 1 year ago)
- Language: Python
- Size: 453 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### BTC Wallet Generator
### by Maxime D. - Thomas F. | ESILV FinTech - Blockchain Programming### Setup
1. Clone this repo
2. Install python3
3. Launch main program
```shell
python3 main.py
```Modules may not be installed on your computer. Use the pip package handler through the command prompt.
```shell
python -m pip install [package]
````### How to use
Let yourself be guided by the interactive menu by entering your choices directly into the console.
```shell
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