Skip to content

Code for creating BIP0032 HD wallets, as well as deriving public addresses without the private key.

Notifications You must be signed in to change notification settings

bellyfat/Bitcoin-HD-wallet-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run python keygen.py to create a random seed, and then from that seed generate addresses m/0h/0/[0-1]/[0-4].

This will create a file bitcoin_config.txt, which contains the pubkey and chain code corresponding to m/0h/0.

Then, you can run python addrgen.py, which will also generate m/0h/0/[0-1]/[0-4], but without knowing any private keys.

About

Code for creating BIP0032 HD wallets, as well as deriving public addresses without the private key.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%