2
1
Breadwallet uses a recovery passphrase in case you loose your phone. I read that you can reimport your wallet using a private key only once and after that you have to export it again in order to be able to import it a second time (see Using Paper Wallets).
Is the key derivation method breadwallet uses also susceptible to that, or can I use this passphrase multiple times to recover the wallet?
So is it BIP39 or BIP32? This comment says it is BIP32.
– Chloe – 2018-01-14T14:00:22.890It's both AFAIK. BIP39 defines the Mnemonic (the words your have to write down that represents your seed) while BIP32 defines how keys are derived from the master seed. – Jonas Schnelli – 2018-01-15T07:05:46.210