Learn R Programming

gethr (version 0.1.0)

miner_start: Mining process to be started.

Description

miner_start starts the CPU mining process with the given number of threads.

Usage

miner_start(threads = 1)

Arguments

threads

Integer - Given number of threads used for mining.

See Also

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

Examples

Run this code
# NOT RUN {
miner_start()
miner_start(4)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab