We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b761f1a commit 4343171Copy full SHA for 4343171
docs/mining.md
@@ -13,14 +13,9 @@ seed = "YOUR PRIVATE KEY"
13
#mock_mining = True
14
15
[miner]
16
-# Smallest allowed tx fee, in microSTX
17
-min_tx_fee = 100
18
# Time to spend on the first attempt to make a block, in milliseconds.
19
# This can be small, so your node gets a block-commit into the Bitcoin mempool early.
20
first_attempt_time_ms = 1000
21
-# Time to spend on subsequent attempts to make a block, in milliseconds.
22
-# This can be bigger -- new block-commits will be RBF'ed.
23
-subsequent_attempt_time_ms = 60000
24
# Time to spend mining a Nakamoto block, in milliseconds.
25
nakamoto_attempt_time_ms = 20000
26
0 commit comments