Skip to content

Commit 752949e

Browse files
committed
Update internal miner config field docs
1 parent 7c0bda4 commit 752949e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

zebra-rpc/src/config/mining.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ pub struct Config {
3232

3333
/// Mine blocks using Zebra's internal miner, without an external mining pool or equihash solver.
3434
///
35-
/// This experimental feature is only supported on testnet.
36-
/// Mainnet miners should use a mining pool with GPUs or ASICs designed for efficient mining.
35+
/// This experimental feature is only supported on regtest as it uses null solutions and skips checking
36+
/// for a valid Proof of Work.
3737
///
3838
/// The internal miner is off by default.
39+
// TODO: Restore equihash solver and recommend that Mainnet miners should use a mining pool with
40+
// GPUs or ASICs designed for efficient mining.
3941
#[cfg(feature = "internal-miner")]
4042
pub internal_miner: bool,
4143
}

0 commit comments

Comments
 (0)