From f247bda83436508295b99b00d0ead621e90833fa Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Wed, 4 Apr 2018 22:01:49 +0100 Subject: [PATCH] async mode by default --- grin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grin.toml b/grin.toml index 788731ad6..feffe892c 100644 --- a/grin.toml +++ b/grin.toml @@ -149,7 +149,7 @@ enable_mining = true #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 -miner_async_mode = false +miner_async_mode = true #The directory in which mining plugins are installed #if not specified, grin will look in the directory /deps relative