NeblioTeam / neblio

Neblio Daemon & Wallet
MIT License
121 stars 46 forks source link

Implement BIP44 deterministic addresses (same as Orion) #115

Open a6patch opened 6 years ago

a6patch commented 6 years ago

Would be really nice and reduce a TON of confusion and support sort of issues if the staking wallets could work off the same passphrase derived wallet address scheme as Orion. No more repeated backing up of wallet.dat. No more support issues of corrupt wallets.

Probably dependent on prior handling (or at least isolation and ignoring) of NTP1 groups so as not to burn them if people start staking using an Orion passphrase wallet.

nebliodev commented 5 years ago

This is likely a good starting point for research: https://github.com/dashpay/dash/pull/1405/files

TheQuantumPhysicist commented 4 years ago

BIP32 is implemented in bitcoin in this PR: https://github.com/bitcoin/bitcoin/pull/8035