Just copy the keys files to the folder where your simplewallet.exe is located. You can also copy your bin files so that you don't have to refresh the wallet from scratch (I think they're compatible).
Basically the [walletname].keys file has your encrypted spend+view keys pair.
The [walletname] file stores the info about the incoming/outgoing transacions.
I don't know if you meant to do this for 0.8.8.6 or the beta. Since I had the beta running and it would take a while to get 0.8.8.6 running I copied and pasted my .keys file into the folder of simplewallet of the 0.9 beta and it still didn't recognize it as an existing wallet when I started simplewallet. I'll have time tonight to do it for 0.8.8.6 if that's what you meant.
@Nik4692, It was seemingly straightforward so I have no idea what I could have done wrong
You are doing something wrong. What's the exact name of the .keys file for the wallet? What's the exact command line you are trying to execute to open this wallet?
I can't see the exact name of the .keys file anywhere. I assume this is name of the wallet? If I open the file it looks like Chinese characters.
I open simplewallet and after "Wallet file name:" I put in the name of the wallet like I've always done.
Thank you
There is no need to try with the previous version (0.8.8.6.) of bitmonerod.exe.
Do you have any files that have the extension
keys in their name?
Better yet, could you tell us the full name of the files you copied?
Edit:
When one creates a wallet with simplewallet 3 files are generated:
- [walletname]
- [walletname].address.txt
- [walletname].keys
Of these 3 the important one is the [walletname].keys file because it's that one that has your private keys.
There are only two ways of recovering an account: with the mnemonic wordlist and with the keys file.
Are you running simplewallet from the command line or by clicking?
If the later try this:
- Open the folder where simplewallet.exe is located
- Make sure you have the [walletname].keys file there
- Right click inside the folder on windows explorer and select open command line (i'm not sure of this description here since i'm not in windows)
- Run simplewallet from the command prompt
If this does not work, there probably is a problem.