mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
Default block build time to 15 sec in miner
This commit is contained in:
parent
34cf6ee3db
commit
d2a5a8ddb3
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ stratum_server_addr = "127.0.0.1:13416"
|
|||
|
||||
#The amount of time, in seconds, to attempt to mine on a particular
|
||||
#header before stopping and re-collecting transactions from the pool
|
||||
attempt_time_per_block = 90
|
||||
attempt_time_per_block = 15
|
||||
|
||||
#The minimum acceptable share difficulty to request from miners
|
||||
minimum_share_difficulty = 1
|
||||
|
|
Loading…
Reference in a new issue