stacks-network / pybitcoin

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

Any way to derive another address from a private key? #71

Closed lacicloud closed 6 years ago

lacicloud commented 6 years ago

In most wallets, you can derive a new address from a private key. You should be able to get a practically infinite number of addresses from a private key. Is there any parameter similar to this in the library?

lacicloud commented 6 years ago

Correction: One private key can only lead to one address.