Blockstream / green_android

Blockstream Green Wallet for Android
GNU General Public License v3.0
177 stars 74 forks source link

Restore wallet does not work for wallets originally made in bread wallet #193

Open torstein18 opened 5 months ago

torstein18 commented 5 months ago

Description

Green wallet is not able to restore wallets originally made in bread wallet. I believe they used derivation path m/0'/0/0

Version

Steps to reproduce

Expected behaviour

Wallet should be restored with bitcoin

Actual behaviour

Got a wallet with zero bitcoin

Screenshots

Device or machine

Additional info

LeoComandini commented 5 months ago

Hi @torstein18

Green uses and restores wallets using BIP44 (m/44'/0'/0'/{0,1}/*), BIP49 (m/49'/0'/0'/{0,1}/*) and BIP84 (m/84'/0'/0'/{0,1}/*).

If Bread Wallet uses derivation m/0'/0/0, Green wallets will not see those funds.