ethereum-paper-wallet icon indicating copy to clipboard operation
ethereum-paper-wallet copied to clipboard

Paper wallet doesn't work with JAXX on ios

Open truedat101 opened this issue 7 years ago • 4 comments

need to verify if the JAXX import feature actually works. It appears to not. I will follow up to seeif there is another ios wallet that might work.

truedat101 avatar Dec 19 '17 07:12 truedat101

Verified that at least with JAXX, it is expecting a private key encoded in the QR code, not a JSON file.

truedat101 avatar Dec 20 '17 07:12 truedat101

wans't ware of jaxx. tx for notifying me, is jaxx open source or do you have a link to the repo? didn't find something in the short time i was looking for it ...

matthiaszimmermann avatar Jan 11 '18 06:01 matthiaszimmermann

Sorry not to mention the app, it is this one: https://jaxx.io/ on iOS.

Unfortunately , not OSS. The question I guess was, JAXX imports an eth wallet via QR, but it isn't expecting a UTC json wallet, it is expecting a private key.

I am still looking for a good wallet on the android side that has a QR Code based import. I had no problem importing using the website myetherwallet.

truedat101 avatar Jan 11 '18 08:01 truedat101

why not try to create a pull request ;-)

you could try to add a qr code in the html for the address private key via class PaperWallet which contains member credentials. and from there it might just be credentials.getEcKeyPair().getPrivateKey(). disclaimer: didn't try this myself ...

matthiaszimmermann avatar Jan 13 '18 09:01 matthiaszimmermann