Minibits v0.1.5-beta: Seed-based Ecash Backups

Minibits is a mobile e-cash wallet with a focus on performance and usability. Available on Android.

Minibits v0.1.5-beta: Seed-based Ecash Backups
  • Minibits now comes with "seed-based backup, that allows you (in cooperation with the mint) to recover your ecash balance in case of device loss."
  • "How does the recovery work if the mint does not keep any context for particular wallet? Wizardery is achieved via ecash (blinded messages) created using so called deterministic secrets - where normal ecash uses random secret to be created by the wallet and (after blinding) sent to the mint that signs it, in this case, ecash secret is created using special derivation path that includes serial index incremented for each ecash note."
"In case of device loss, new wallet is able to pre-generate bulks of ecash notes and provide them as blinded messages to the mint. If the mint tracks the same notes as issued, it re-signs the messages and returns them back to the wallet, that allows the wallet to effectively recreate lost ecash balance."
  • Find the detailed description here: https://det-sec.gandlaf.com/.
  • How to backup? Go to Settings > Backup and Restore > Off-device backup and copy the 12 words mnemonic and save it outside of the device.
"After upgrade, existing balance is NOT automatically backed up (as it was created using random secrets). To kick-off the backup, existing balance needs to be sent and received. Easiest way is to send/share ecash, copy the generated token and then receive it immediately by pasting back to the same wallet."
  • "Working backup is apparent by going to Settings > Manage mints and tap on any mint. At the bottom of the shown modal windw, Current recovery index is shown and should have above zero value."
  • "Recovery currently works only for keysets currently used by the mint, not for the past ones rolled out by the mint. This will be implemented later."

GitHub Repo