-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore an existing Wallet on mobile #16
Comments
Just copy paste it into there? |
I wouldn't know how to securely get that string on my mobile, but I'll figure it out. I don't understand the Wallet Backup though. If use https://github.com/jatchili/minimalist-ripple-client and enter only the 30 character long secret of my wallet then I have full control over the wallet. What does a "Wallet Backup" of Toast actually do?? Why is it not possible to enter that secret on my mobile in the Toast Wallet to have control over my wallet on my mobile? |
You can import a secret key as well, the backup is just there as an “enecrypted” version of your wallet. So when you recover it via backup code, you use that plus your passphrase/recovery phrase to unlock the secrets and restore your wallet. Importing your secret key directly isn’t encrypted and generally less safe unless you are typing it in manually, then you should be ok. |
The text presented when creating a ToastWallet is:
But that seems not to be true. With a forgotten passphrase I can still access my XRP, provided I have the secret key. Therefor, imo it's best to write down the secret key on paper and store in a safe location. I don't see the added advantage of a passphrase above the secret key. Both are secret, and both unlock access to your XRPs. |
Just a related issue, I think... So I just created a Toast wallet on my Mac (OS High Sierra) I copied the backup JSON string to my mobile where I attempt to rebuild a copy of my wallet. Using the exact same string to restore, I still get that I did not have the same string (no recovery possible). This is strange, I double . ... tripple checked for misplaced spaces. But nothing like that. Ps. I am using an Android 8.0 phone. Hope you can help. |
You can check the backup phrase here: https://toastwallet.com/backupcheck/ |
Yes, I just got that clue from Nate on discord. That worked for me, so all issues resolved for me. Thanks for coming back @sneakyfish5 ! |
I have a ToastWallet on my Desktop. Can I work with that wallet with my mobile as well? I thought I could "Restore an Existing Wallet" on my mobile, but do I then have to type in manually that enormously long string that looks like JSON from the Wallet Backup of my Desktop version? That's hardly doable. Is there an easier way?
The text was updated successfully, but these errors were encountered: