You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/signet/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,15 @@ miner
24
24
You will first need to pick a difficulty target. Since signet chains are primarily protected by a signature rather than proof of work, there is no need to spend as much energy as possible mining, however you may wish to choose to spend more time than the absolute minimum. The calibrate subcommand can be used to pick a target appropriate for your hardware, eg:
25
25
26
26
MINER="./contrib/signet/miner"
27
-
GRIND="./build/src/bitcoin-util grind"
27
+
GRIND="./build/bin/bitcoin-util grind"
28
28
$MINER calibrate --grind-cmd="$GRIND"
29
29
nbits=1e00f403 for 25s average mining time
30
30
31
31
It defaults to estimating an nbits value resulting in 25s average time to find a block, but the --seconds parameter can be used to pick a different target, or the --nbits parameter can be used to estimate how long it will take for a given difficulty.
32
32
33
33
To mine the first block in your custom chain, you can run:
0 commit comments