5
1
In the Ripple client (as of 0.2.48-2) there is a way to backup a wallet to a text file. How can we use this file to restore a wallet (for example, to a new browser)?
I am aware how to regain access to my wallet having the secret key, yet, I would also like to reimport the contacts that were stored in my wallet.
See also How to restore a ripple wallet, having the security key? and How do I backup my Ripple wallet?
– dchapes – 2014-03-19T20:01:02.780I realize that you can use the secret key to recover account access, but the wallet also contains contact information, and I couldn't find a way to back up and reimport to another browser. Also, what's the point of backing up a wallet to a text file if you can't import it again? – lid – 2014-03-19T20:07:38.713
1My guess is that they added the backup to file ability with the intention of having a restore ability "real soon now"... but since then they've decided to re-work the whole client login stuff so they've probably (my guess) decided to leave it until the "new" login stuff is ready. Remember Ripple is still beta, which often means not all features are fully complete :(. – dchapes – 2014-03-20T19:33:50.767
In the mean time: you can use a blob store to get your wallet to a new browser (perhaps even a local one); if you know how to manipulate browser storage you can directly insert the blob into the new browsers store at the correct place; you can use some code that knows how to decrypt the encrypted blob (e.g. JavaScript code from the ripple client and/or ripple-lib or some Go code I was experimenting with).
– dchapes – 2014-03-20T19:39:13.900What's this about reworking the client login stuff? – lid – 2014-03-21T15:06:03.733
1
The "new" login stuff has been mentioned over on the Ripple forums a bunch of times. The only link I have off the top of my head is to wiki page by the CTO that may or may not be outdated.
– dchapes – 2014-03-21T21:36:03.477