lbryio/lbrycrd

allow bip44 address option when creating wallet

Open

#294 opened on Jul 8, 2019

 (5 comments) (0 reactions) (0 assignees)C++ (173 forks)auto 404
hacktoberfestlevel: 3type: new feature

Repository metrics

Stars
 (2,528 stars)
PR merge metrics
 (PR metrics pending)

Description

Torba and lbrycrd use a different standard (bip44 vs bip32) so private keys do not produce the same set of addresses. I understand we don't want the bip44 method to be the default, but there should be an option to do so when creating a wallet.

Contributor guide