gcash / android-neutrino

Android mobile wallet using the bchwallet/neutrino backend
9 stars 9 forks source link

Allow recovering from other mobile wallets (eg. Copay) #28

Closed Klakurka closed 5 years ago

Klakurka commented 5 years ago

Allow recovering from other mobile wallets (eg. Copay) using a 12-word seed.

cpacia commented 5 years ago

So this is using standard bip44 and will technically recover any other seeds that use bip44. However, there is a caveat. The rescan functionality takes an extremely long time, like a minimum a half hour and potentially much more than that if it has to go back to genesis.

cpacia commented 5 years ago

Closing because I don't see us changing from anything other than bip44.