Skip to content
forked from weex/addrgen

Minimal Bitcoin address generator in Python

Notifications You must be signed in to change notification settings

alonmuroch/addrgen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

addrgen - Minimal Bitcoin address generator in Python

Created and Licensed Public Domain by Joric/bitcoin-dev June 2012 with minor modifications by David Sterry.

This script generates a single Bitcoin address and prints it with its private key.

The Bitcoin address is generated using the compressed public key format.

If you wish to generate Litecoin or other types of addresses, you can use the --otherversion=48 (or other version number) switch which is supported by pywallet and other low-level tools.

If you wish to generate addresses based on a passphrase, a given private key, or some other option look at the commented lines in the test() function.

This script was created for You Can Learn Bitcoin by David R. Sterry available from Apple's iBookstore, Barnes & Noble's Nook, Lulu and for bitcoins (oh the irony) from CoinDL.

About

Minimal Bitcoin address generator in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published