mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 07:27:55 -05:00
830 B
830 B
description: Using Pantheon for PoW CPU mining
Mining
Start Pantheon with the following options to enable CPU mining:
pantheon --miner-enabled --miner-coinbase <account>
Where <account> is the account to which mining rewards are to be paid. For example, fe3b557e8fb62b89f4916b721be55ceb828dbd73.
JSON-RPC API methods for mining are:
miner_startto start mining.miner_stopto stop mining.eth_miningto determine whether the client is actively mining new blocks.eth_hashrateto get the number of hashes per second with which the node is mining.