ofek / bit

Bitcoin made easy.
https://ofek.dev/bit/
MIT License
1.24k stars 211 forks source link

Generate new address on Bitcoin using same key #183

Closed afeezaziz closed 5 months ago

afeezaziz commented 10 months ago

At the moment, when using this library with coincurve package, an address or segwit address can be reused. How do I create more addresses for one private key?

@ofek thank you for making this project.

ofek commented 10 months ago

Hello! Addresses are derived from the public key which itself is based on private key, so you cannot create more.

afeezaziz commented 10 months ago

HD wallet is not possible in this project?