Learn R Programming

gethr (version 0.1.0)

miner_setEtherBase: Etherbase for mining.

Description

miner_setEtherBase sets the etherbase, where mining rewards will go.

Usage

miner_setEtherBase(address)

Arguments

address

Address - Address to send the rewards when mining.

Value

Boolean - true if changed, otherwise false.

See Also

Other miner functions: gethr, miner_setExtra, miner_setGasPrice, miner_start, miner_stop

Examples

Run this code
# NOT RUN {
miner_setEtherBase('0xb117a8bc3ecf2c3f006b89da6826e49b4193977a')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab