You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
Node type: geth/eth
OS: windows
Network type: main
Mist version: win64-0-7-4
Hi, I spent the last few days trying to solve an issue, which appears to be solved, but I had some questions to help me learn what I did to solve and to learn the wallet in general.
As far as the issue, when I restarted my computer a few days ago, I began to get the error "no ethereum node binary found" A few minutes ago, I clicked on eth.exe in resources//node/eth/, and then I clicked on ethereum-wallet.exe, and it seems to be working and syncing.
Here are my questions:
I believe I first tried to upgrade from version 0-7-2 to 0-7-4. I am used to upgrades, but this seems to be a new install of 0-7-4, while still keeping the files from 0-7-2. Can I now safely delete the files from 0-7-2?
What did I do by clicking on eth.exe?
I read another post with the same error, and they recommended deleting the Ethereum folder in Appdata and backing up the keystore folder or whole Ethereum folder. I was going to backup the Ethereum folder but it was like 2 gb in size. Would this folder get recreated if I deleted it?
Another post recommended deleting the Mist folder. What would this do? Is this safe for the wallet to continue to run?
If I have the passcodes from one wallet, would this allow me to open up another wallet on my phone and move the ether to the new wallet without having to send ether?
Thanks for any help you can provide.
The text was updated successfully, but these errors were encountered:
You can saftely delete the binaries as the configurations and most importantly the wallets are store under %APPDATA%\roaming\Ethereum and %APPDATA%\roaming\Mist.
You externally started the eth-node. Mist should connect to this as it is started. If you don't do this Mist will launch the node. But the eth-node is experimental and several bugs are know: Issues regarding the eth-backend #607. I highly recommend you to stick to the geth-node for now.
Deleting this folder is the last resourt. It contains a replica of the blockchain as currently no light-client functionality is implemented (yet) this grows huge (currently up to 16Gb).
This is currently serving caches and holding logs for the current Wallet session. This might change in the future.
You can have copies of the wallet's json-file on abitrarily many devices - no difference.
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked and limited conversation to collaborators
Apr 1, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Node type: geth/eth
OS: windows
Network type: main
Mist version: win64-0-7-4
Hi, I spent the last few days trying to solve an issue, which appears to be solved, but I had some questions to help me learn what I did to solve and to learn the wallet in general.
As far as the issue, when I restarted my computer a few days ago, I began to get the error "no ethereum node binary found" A few minutes ago, I clicked on eth.exe in resources//node/eth/, and then I clicked on ethereum-wallet.exe, and it seems to be working and syncing.
Here are my questions:
Thanks for any help you can provide.
The text was updated successfully, but these errors were encountered: