jackwilsdon / seedvault-extractor

MIT License
30 stars 7 forks source link

usage: seedvault-extractor-linux-amd64 path-to-backup mnemonic #23

Closed jorge-1024 closed 5 months ago

jorge-1024 commented 5 months ago

Hi! Thank you in advance for your help. I'm a regular user. I'm trying to extract my Seedvault's backup, but I encounter the following message: "usage: seedvault-extractor-linux-amd64 path-to-backup mnemonic". I attach a screenshot. I'd appreciate any help in the right direction. I'm using Trisquel GNU which is based in Ubuntu. Thank you very much and congrats for your work!

Jorge. Captura de pantalla_2024-04-14_21-05-51

jackwilsdon commented 5 months ago

Did you wrap your mnemonic in quotes? It needs to be passed as a single argument:

$ ./seedvault-extractor .SeedVaultAndroidBackup/1681333934634 "my mneumonic here"
jorge-1024 commented 5 months ago

It worked fine when I put the quotes. Thank You!

jackwilsdon commented 5 months ago

Happy to hear!