How to connect to a private network from an ethereum wallet? I managed to create a private network from the geth command line using a custom genesis file, but now I wanted my ethereum wallet to point to a custom private network genesis file. Currently, I can point my etherem wallet to either a network or a test network, but not a private network.
I found the following instructions in the Readme file for the github mist browser, but could not make significant progress.
To start privatenet you need to install geth separately and run it using the ipcpath flag: $ geth --networkid 1234 --ipcpath / Users / you / Library / Ethereum / geth.ipc --datadir ...
source share