Go-Ethereum – Mist Couldn’t Connect to Node? See Logs for Solution

go-ethereummistwallets

I was trying to launch Mist after a long time and I was hit bye error popup stating:

Couldn't connect to node? See logs for more: Node Type: geth Network:
main Platform: linux (Architecture x64)

..flag provided but not defined:-support-dao-fork

enter image description here

Have never faced the issue. I have been using the same wallet (v0.8.6).

Best Answer

Upgrade Ethereum Wallet to 0.8.9. Ethereum Wallet 0.8.9 will download the correct version of geth - see https://github.com/ethereum/mist/blob/v0.8.9/clientBinaries.json .

The newer versions of geth have removed the -support-dao-fork command line option.

Related Topic