[Ethereum] Is it possible to start Ethereum Wallet in –light mode by default on the Mac

go-ethereumlight-clientsmistwallets

I mean without using Terminal geth each time?

Best Answer

It is possible to forward arguments to geth via the ethereum wallet by using the --node- prefix .

Use the following command to start the wallet in light mode.

./ethereumwallet --node-light

It connects instantly.

Related Topic