roysay (OP)
Newbie
Offline
Activity: 7
Merit: 0
|
|
June 01, 2014, 06:17:20 PM |
|
Hi
I lost my cellphone, I was using the Bitcoin app on android. Thank god I backed up my wallet with dropbox.
Now the question is how do I recover my wallet? I set up my password on the wallet
Please, it would be really nice if someone could help me.
|
|
|
|
|
roysay (OP)
Newbie
Offline
Activity: 7
Merit: 0
|
|
June 01, 2014, 06:36:46 PM |
|
I don't really understand the steps you provided me
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
June 01, 2014, 07:01:39 PM |
|
I don't really understand the steps you provided me
you have a PM
|
Im not really here, its just your imagination.
|
|
|
byt411
|
|
June 01, 2014, 08:22:54 PM |
|
If you have a wallet.dat file, import it into blockchain.info. That's like the easiest way of all.
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
June 01, 2014, 09:09:51 PM |
|
If you have a wallet.dat file, import it into blockchain.info. That's like the easiest way of all.
I made a test wallet with the same app. The exported file looks like this: U2FsdGVkX1+2nd3IA4RB11CUX59CeyNXdDA7UWawA2tDmQ1XqKrZF5o3IZGdTJ3C5BIgqPhyQvd5 1Wa5lasmx9qUpcJ2OuDGq1lxK0zAcbWhb+IjmAmL3QjXhLpFxXJ4zwKOny1GtMwJnmz7t/AwhsqJ 2lK2fuHuUrWybBWZuQ038AYoDRG+fzMJPQLvUitRxPAf4Mxa1Xtc2GIbu4r15J+IXQdmtLYcK3sn YAezgPg=
password is: kkk When I tried to encrypt it with the command openssl enc -d -aes-256-cbc -a -in <filename>
from here: https://code.google.com/p/bitcoin-wallet/source/browse/wallet/README#25I get this Which is not a base58 private key. Can anyone help here? I assume the openssl command is wrong. Will also ask the mods to move this to the correct board.
|
Im not really here, its just your imagination.
|
|
|
roysay (OP)
Newbie
Offline
Activity: 7
Merit: 0
|
|
June 01, 2014, 09:11:52 PM |
|
I'll rephrase my problem.
I know my identifier, and I remember my password, I just don't know where to log in with it.
When I go to download the application on another cellphone, it gives me a new wallet right away and there's no option to use an old identifier wallet.
I use the bitcoin wallet on Android (Not blockchain)
|
|
|
|
byt411
|
|
June 01, 2014, 09:19:40 PM |
|
I'll rephrase my problem.
I know my identifier, and I remember my password, I just don't know where to log in with it.
When I go to download the application on another cellphone, it gives me a new wallet right away and there's no option to use an old identifier wallet.
I use the bitcoin wallet on Android (Not blockchain)
That's not how Bitcoin works. What you are saying is App-Specific. Are you using this app? https://play.google.com/store/apps/details?id=de.schildbach.walletThe most logical method would be to download the app on another mobile device, and then enter your "identifier" and "password".
|
|
|
|
roysay (OP)
Newbie
Offline
Activity: 7
Merit: 0
|
|
June 01, 2014, 09:24:15 PM |
|
There's no option to enter another identifier, or maybe I just don't know where to type it in
|
|
|
|
Josepht
|
|
June 01, 2014, 09:26:34 PM |
|
Options -> safety -> restore wallet That is how to do it
|
|
|
|
byt411
|
|
June 01, 2014, 09:26:52 PM |
|
There's no option to enter another identifier, or maybe I just don't know where to type it in
I have no idea about what "identifier" you are talking about. As I said, that isn't part of the bitcoin protocol. Can you bother to answer the question above and try it out?
|
|
|
|
roysay (OP)
Newbie
Offline
Activity: 7
Merit: 0
|
|
June 01, 2014, 09:48:20 PM |
|
My other wallet was on my lost cellphone, I backed it up on dropbox, now how can I use my back up wallet file to get back my coins
|
|
|
|
Josepht
|
|
June 01, 2014, 09:50:33 PM |
|
My other wallet was on my lost cellphone, I backed it up on dropbox, now how can I use my back up wallet file to get back my coins
Like I said: Options -> safety -> restore wallet That is how to do it
|
|
|
|
roysay (OP)
Newbie
Offline
Activity: 7
Merit: 0
|
|
June 01, 2014, 10:02:32 PM |
|
I am not able to use my dropbox file in the restore option
|
|
|
|
|
Josepht
|
|
June 01, 2014, 10:07:15 PM |
|
I am not able to use my dropbox file in the restore option
Try to put the file on the internal storage of your new phone. Then try the steps I provided you.
|
|
|
|
escrow.ms
Legendary
Offline
Activity: 1274
Merit: 1004
|
|
June 01, 2014, 10:07:45 PM |
|
I am not able to use my dropbox file in the restore option
If you have another cellphone, install bitcoin wallet-> download that backup file from dropbox and place it in "Download" folder then try to import.
|
|
|
|
roysay (OP)
Newbie
Offline
Activity: 7
Merit: 0
|
|
June 01, 2014, 10:26:47 PM |
|
Thank you very much.
I just had to take my dropbox file and put it in my ''downloads'' on my cellphone then apply it in the restore section
Thank you again!
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
June 02, 2014, 07:26:49 AM |
|
Thank you very much.
I just had to take my dropbox file and put it in my ''downloads'' on my cellphone then apply it in the restore section
Thank you again!
I wish I knew you had another phone ready Oh well, Im glad you have your coins back. Not sure if we should maybe make a new thread for this, but I will answer here for the time beeing. I tried this base64 -d encrypted | openssl enc -d -aes-256-cbc > decrypted
with my testwallet and it still shows the same result. The results look identical to be honest. Also on github it states "error reading input file". I dont get that error. Openssl can decrypt the file, but the decrypted data makes no sense or is an format that is not useable. Here is another screenshot directly from the terminal: I only removed the user@machine:/pathfromroot/ part This looks like its in hex format, but I checked that as well and it still does not look like a private key.
|
Im not really here, its just your imagination.
|
|
|
|
|