I want to connect the mist private net on ubuntu 16.04
step that i am doing to connect mist on private net are below:
- create privatenet folder into ~.ethereum folder(which is into my Home folder).
- also create one folder into name chaindata and make gensis.jason file into privatenet folder also.
- run command geth --datadir ~/.ethereum/privatenet init ./privether/privategenesis.json
- run command geth --datadir=. /.ethereum/privatenet/ --networkid 1234
- then run command on other terminal geth attach ipc:.ethereum/privatenet/geth.ipc.
- then open mist but it given error(attached screen shot)
please help to get out this issue as I am new to ethereum mist setup