I have using eth --private "customChain" --genesis-json genesis.json --db-path data" to create a private chain.
and when I into ethconsole it shows:
Connecting to node at \\.\pipe\geth.ipc
Connection successful.
Current block number: 0
Entering interactive mode.
I think I need to initialize my chain, but I'm not should what code I should do to initialize it. So anyone have any ideas?
miner.start(). This is how it works in geth, might work inethtoo – Ayushya Mar 14 '18 at 10:19