mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-01-12 22:43:44 +08:00
expose microblock miner config fields
This commit is contained in:
@@ -8,7 +8,10 @@ miner = true
|
||||
working_dir = "@@STACKS_CHAINSTATE_DIR@@"
|
||||
p2p_address = "@@STACKS_PUBLIC_IP@@:@@STACKS_MINER_P2P_PORT@@"
|
||||
pox_sync_sample_secs = 10
|
||||
wait_time_for_microblocks = 5000
|
||||
mine_microblocks = @@STACKS_MINER_MINE_MICROBLOCKS@@
|
||||
microblock_frequency = @@STACKS_MINER_MICROBLOCK_FREQUENCY@@
|
||||
max_microblocks = @@STACKS_MINER_MAX_MICROBLOCKS@@
|
||||
wait_time_for_microblocks = @@STACKS_MINER_WAIT_FOR_MICROBLOCKS@@
|
||||
|
||||
[burnchain]
|
||||
chain = "bitcoin"
|
||||
|
||||
Reference in New Issue
Block a user