Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement BIP32/39/44 for seed, hierarchical deterministic wallet #42

Open
chill117 opened this issue Mar 16, 2021 · 0 comments
Open

Implement BIP32/39/44 for seed, hierarchical deterministic wallet #42

chill117 opened this issue Mar 16, 2021 · 0 comments

Comments

@chill117
Copy link
Member

The app uses a single private key and re-uses the same address to send payments/double-spends. This is not a current best practice. Instead, the app should follow BIP32 to generate a master private key, BIP39 to generate the mnemonic seed phrase, and BIP44 to generate addresses in a deterministic way. Change should be sent to a newly generated change address for every transaction that is created and broadcast. The receiving address should also be a newly generated, un-used address.

@chill117 chill117 changed the title Implement BIP32/39/44 for seed, hierarchy for deterministic wallet Implement BIP32/39/44 for seed, hierarchical deterministic wallet Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant