区块链常见命令笔记

eth.getBalance(eth.accounts[0])
eth.blockNumber

personal.newAccount("123456")

eth.accounts

personal.unlockAccount(user1)

eth.getBalance(eth.coinbase)

miner.setEtherbase(eth.accounts[0])

eth.getBlock(3)
 

猜你喜欢

转载自blog.csdn.net/salmonwilliam/article/details/88788550