mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-22 10:36:57 +08:00
wait for microblocks
This commit is contained in:
@@ -5,7 +5,7 @@ seed = "bbd40688849e9d0f3bc3132a576835df11bb84b307a5a0588d8fecc4d6ba32d201"
|
||||
miner = @@STACKS_MASTER_IS_MINER@@
|
||||
working_dir = "@@STACKS_CHAINSTATE_DIR@@"
|
||||
pox_sync_sample_secs = 10
|
||||
wait_time_for_microblocks = 0
|
||||
wait_time_for_microblocks = 5000
|
||||
p2p_address = "@@STACKS_PUBLIC_IP@@:20444"
|
||||
deny_nodes = "@@STACKS_DENY_NODES@@"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ 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 = 0
|
||||
wait_time_for_microblocks = 5000
|
||||
|
||||
[burnchain]
|
||||
chain = "bitcoin"
|
||||
|
||||
Reference in New Issue
Block a user