mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 19:41:08 +03:00
async mode by default
This commit is contained in:
parent
68e2fa3915
commit
f247bda834
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ enable_mining = true
|
||||||
#this allows for many searches to be run in parallel, e.g. if the system
|
#this allows for many searches to be run in parallel, e.g. if the system
|
||||||
#has multiple GPUs, or if you want to mine using multiple plugins
|
#has multiple GPUs, or if you want to mine using multiple plugins
|
||||||
|
|
||||||
miner_async_mode = false
|
miner_async_mode = true
|
||||||
|
|
||||||
#The directory in which mining plugins are installed
|
#The directory in which mining plugins are installed
|
||||||
#if not specified, grin will look in the directory /deps relative
|
#if not specified, grin will look in the directory /deps relative
|
||||||
|
|
Loading…
Reference in a new issue