Skip to content

A Python Implemented Hierarchical Deterministic Bitcoin Wallet

License

Notifications You must be signed in to change notification settings

SanyueHan/hdwallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdwallet

Licence: MIT Licence
Authur: Han Sanyue
Contact: 
Language: Python (>=3.8)
HomePage: 

Security Status

A Hierarchical Deterministic (HD) wallet is the term used to describe a wallet which uses a seed to derive public and private keys. HD wallets were implemented as a Bitcoin standard with BIP 32. Before this, most wallets generated unrelated keys each time a user required a new address. This format, called a Just-a-Bunch-of-Keys (JBOK) wallet, required the wallet to backup each key individually, a significant inconvenience for both wallets and users. HD wallets can be backed up by storing a single seed of 64 bytes.

Getting Started on Windows/Linux/macOS

pip3 install --user -r requirements.txt
python3 hdwallet.py

About

A Python Implemented Hierarchical Deterministic Bitcoin Wallet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages