ethereum / mist

[DEPRECATED] Mist. Browse and use Ðapps on the Ethereum network.
http://ethereum.org
GNU General Public License v3.0
7.45k stars 2.12k forks source link

Can't backup accounts #2847

Open xakxrusx opened 7 years ago

xakxrusx commented 7 years ago
Version: `0.9.0`
OS & Version: windows 10.0.15063 Build 15063
Node type: `geth`
Number of blocks synchronized:  All blocks are synchronized (4082207)
[logs.zip](https://github.com/ethereum/mist/files/1180776/logs.zip)

I am trying to backup my wallet. I go to File > Backup > Accounts... and nothing happens. It doesn't open explorer or anything like that. My folder D:\Ethereum\keystore only has old .json files.

logs.zip

Also, every time I open the wallet... I have to readd the token contracts.

-->

evertonfraga commented 7 years ago

Hi @xakxrusx, are you using any custom path to store the chaindata?

xakxrusx commented 7 years ago

@evertonfraga My chaindata is stored: D:\Ethereum\geth\chaindata

evertonfraga commented 7 years ago

Unlike the accounts that are stored locally, wallet contracts aren't stored locally as json files, as they are stored on the blockchain.

So the wallet address reference is saved on your Ethereum Wallet's localStorage.

I'm aware of the issue preventing your data to be displayed, and working on a solution. Thanks

xakxrusx commented 6 years ago

Any news on this? Updated to 0.9.1 today, and still having this issue.