stacks-network / pybitcoin

A Bitcoin python library for private + public keys, addresses, transactions, & RPC
MIT License
277 stars 117 forks source link

Support for testnet addresses #53

Open jcnelson opened 8 years ago

jcnelson commented 8 years ago

This will allow us to run Blockstack Server on testnet.

shea256 commented 8 years ago

One can just superclass the private key object and change the version number: https://github.com/blockstack/pybitcoin/blob/master/pybitcoin/privatekey.py#L143