github.com/linapex/ethereum-dpos-chinese@v0.0.0-20190316121959-b78b3a4a1ece/cmd/geth/run/nodeZ/history (about)

     1  1+2
     2  eth.coinbase
     3  eth.getBalance(eth.coinbase)
     4  admin.peers
     5  admin.addPeer("enode://41d5e3124948df1421660f96d15fdf17cf9165be7651a2c64e4dc59ff223c03b4682046037d30139ec76b2b727cc24eefaf4b6e4d7caa9b54e6497ba52d3a4f2@[::]:30303")
     6  admin.addPeer("enode://ea7ec6ddfb44b9d80a6918c061d1f0faaf85dbb3a11e3a721750d5f3cd4e2b98d37f6e38df6f6ad64aa326485d12cae19c7e18a3c9b432b4bc5c0c55035d567c@[::]:30306")
     7  admin.peers
     8  eth.getBalance(eth.coinbase)
     9  miner.start()
    10  miner.stop()
    11  eth.coinbase
    12  eth.getBalance(eth.coinbase)
    13  eth.blockNumber
    14  eth.getBalance(eth.coinbase)
    15  eth.SendTransction({from:eth.coinbase,to:"0xb3b8471e47140e37274fe585a0cde435f1666877",value:12345678})
    16  eth.sendTransction({from:eth.coinbase,to:"0xb3b8471e47140e37274fe585a0cde435f1666877",value:12345678})
    17  eth.sendTransaction({from:eth.coinbase,to:"0xb3b8471e47140e37274fe585a0cde435f1666877",value:12345678})
    18  eth.getBalance(eth.coinbase)
    19  miner.start()
    20  miner.stop()
    21  eth.getBalance(eth.coinbase)
    22  admin.peers