Created
April 25, 2017 12:41
-
-
Save jtakalai/351eb36e066649bce8bffa3afffeed94 to your computer and use it in GitHub Desktop.
Run mist (after git clone)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cd interface | |
meteor & | |
sleep 3 | |
cd - | |
electron . --rpc ~/Library/Ethereum/testnet/geth.ipc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platform: OS X
First run
geth --testnet
, this will attach Mist to the running geth instance