miner_setEtherBase
miner的setEtherBase
方法用来设置接收挖矿奖励的以太坊账号。
调用方法
Go:
miner.SetEtherbase(common.Address) bool
Geth控制台
miner.setEtherbase(address)
JSON RPC:
{"method": "miner_setEtherbase", "params": [address]}
miner的setEtherBase
方法用来设置接收挖矿奖励的以太坊账号。
Go:
miner.SetEtherbase(common.Address) bool
Geth控制台
miner.setEtherbase(address)
JSON RPC:
{"method": "miner_setEtherbase", "params": [address]}