>
should be typed here.my-eth-chain
tail -f myEth.log
myDataDir/keystore
directory and skip to step 5.> eth.coinbase
> eth.getBalance(eth.coinbase)
> miner.start()
> miner.stop()
my-eth-chain
tail -f myEth2.log
admin.nodeInfo.enode
“enode://dcff6d9dcb14eeb1d1b7575b0653fa1025ad1b7722c6d652d0449f0966e97931b[email protected][::]:30303”
admin.addPeer( “enode:// ” )
“enode://…@”
above with the output from admin.nodeInfo.enode
which is specific to you. As shown above, the “[::]
” is replaced with “127.0.0.1:30303
” which is the IP:Port of the 1st peer.admin.peers
127.0.0.1:30303