Connecting Mist – How to Connect Mist with Testrpc on a Mac?

ethereum-wallet-dappgo-ethereummist

I followed this answer to connect Mist to testrpc: https://ethereum.stackexchange.com/a/10109/5995

The command to start Mist with arguments doesn't work on OS X so I tried this instead, which doesn't work either (Mist opens on testnet): open -a /Applications/Mist.app/Contents/MacOS/Mist --args rpc localhost:8545

How can I get this working?

Best Answer

This one worked straight away for me:

$ /Applications/Mist.app/Contents/MacOS/Mist --rpc http://localhost:8545
Related Topic