11847/unable-create-mist-connection-private-ethereum-blockchain
I am entering the following commands:
geth --datadir=./mychain/ init ./genesis.json geth --datadir=./mychain
Then, I gotta double click and open Mist when the above command fetches "IPC port opened". The first command runs succesfully and says "Succesfully wrote genesis state". The second commands seems to stop and say "IPC endpoint opened" without any errors. But when I try and open Mist, it says cannot run ethereum as there is another node running. Can anyone help me with this?
You could do the following:
1. Start another console to run Mist
2. Run Geth in the background
3. Add --rpc in Mist options if you're starting Geth
4. Use the --node-datadir option if you want to use Mist's embedded version
In a private ethereum network you have ...READ MORE
personal.newAccount() is not a default geth method. This ...READ MORE
Firstly, you need to have a clear ...READ MORE
You can very easily create a cryptocurrency having a ...READ MORE
This was a bug. They've fixed it. ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
yes all are over TCP/IP connections secured ...READ MORE
Blockchain relies on the number of nodes ...READ MORE
Currently, following are the options to store ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.