pik / pypayd

a small daemon for processing bitcoin payments
MIT License
4 stars 4 forks source link

Proposal: swap to HD wallet through bip32utils #11

Closed ser closed 8 years ago

ser commented 8 years ago

Hi Alex, as I can see you don't have to much time recently to solve wallet-related stuff.

My proposal is to switch pypayd to clearly use HD wallet's xprv and xpub by utilising https://github.com/jmcorgan/bip32utils for wallet generation. It will make pypayd compatible with many LiveNet and TestNet wallets, according to the data from: https://bitcointalk.org/index.php?topic=1000544.0

What do you think about it? If you agree, and find time for the code audit, I think am able to prepare a PR.

ser commented 8 years ago

OK, I am withdrawing my proposal, as I've just realised that bip32utils does not support testnet. I will come with new solutions shortly :)