ethereumproject / mist

Mist browser & wallet
GNU General Public License v3.0
27 stars 22 forks source link

Geth 4.0.0 #55

Open rgolev opened 7 years ago

rgolev commented 7 years ago

Hi!

Ethereum Classic Wallet 0.9.1 don't support Geth 4.0.0 (it moves Ethereum folder to EthereumClassic). When mist can use geth 4.0.0 normaly?

System information

Version: `0.9.1`
OS & Version: Windows 10 x64
Node type: `geth 4.0.0`
rgolev commented 7 years ago

Log from Ethereum Classic Wallet:

[2017-09-07 10:58:07.708] [INFO] ClientBinaryManager - Checking for Geth sanity check ...
[2017-09-07 10:58:07.709] [INFO] ClientBinaryManager - Checking sanity for Geth ...
[2017-09-07 10:58:07.709] [DEBUG] ClientBinaryManager - Exec: "C:\Users\Spencer\AppData\Roaming\Ethereum Classic Wallet\binaries\Geth\unpacked\geth.exe version"
[2017-09-07 10:58:07.770] [INFO] ClientBinaryManager - Sanity check output: Geth
Version: v4.0.0
Protocol Versions: [63 62]
Network Id: 1
Go Version: go1.8
OS: windows
GOPATH=
GOROOT=c:\go

[2017-09-07 10:58:07.771] [ERROR] ClientBinaryManager - Sanity check failed for Geth Error: Unable to find "3.2.3" in Geth output

How to disable sanity check?

whilei commented 7 years ago

Hello again :)

Please see https://github.com/ethereumproject/mist/pull/56 for changes that would address this issue.

However, please note that this project is no longer actively maintained; it has been replaced with https://github.com/ethereumproject/emerald-wallet.

If you decide to stick with Mist, my expectation is that while it should be no problem to get the above PR merged, you'll likely have to build the source yourself to run the app.