Mist – Running Mist with INFURA

infuramist

Is it possible to run the Mist browser with an external ETH client like INFURA?
Yes, I understand this may not be the decentralized paradise we want to get to, but I'd just be happy to run a browser for now w/o having to download the entire blockchain. I understand I'll have to trust INFURA and I'm willing to do that for now.

Best Answer

To run Mist using INFURA, you need to start it from the command line

If you are using OSX, this is the command you want

 /Applications/Mist.app/Contents/MacOS/Mist --rpc https://ropsten.infura.io

To use the main network, replace with https://mainnet.infura.io

Related Topic