eth.accounts eth.getBalance(eth.accounts[0])
eth.coinbase
eth.mining # check mining eth.hashrate # mining hash speed eth.blockNumber # check block count eth.getBlock(block)
eth.sendTransaction({from:보내는 계정, to:eth.받는계정, value:web3.toWei(10,"ether")})
Transaction
eth.getTransaction(TX 해시값) eth.pendingTransactions
