Skip to content

Instantly share code, notes, and snippets.

@jtakalai
Created April 25, 2017 12:41
Show Gist options
  • Save jtakalai/351eb36e066649bce8bffa3afffeed94 to your computer and use it in GitHub Desktop.
Save jtakalai/351eb36e066649bce8bffa3afffeed94 to your computer and use it in GitHub Desktop.
Run mist (after git clone)
#!/bin/sh
cd interface
meteor &
sleep 3
cd -
electron . --rpc ~/Library/Ethereum/testnet/geth.ipc
@jtakalai
Copy link
Author

Platform: OS X
First run geth --testnet, this will attach Mist to the running geth instance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment