From 1f7dd4eb7360b105a6f9770c27f1a80490a4be80 Mon Sep 17 00:00:00 2001 From: yeastplume Date: Sun, 4 Feb 2018 20:45:06 +0000 Subject: [PATCH] updating latest cuda miner --- grin.toml | 4 +++- pow/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/grin.toml b/grin.toml index e48d90d55..964ffed1a 100644 --- a/grin.toml +++ b/grin.toml @@ -198,6 +198,8 @@ NUM_THREADS = 1 # Below are advanced optional per-device tweakable params +#N_TRIMS = 240 +#N_BLOCKS = 64 #GENU_BLOCKS = 256 #GENU_TPB = 8 #GENV_STAGE1_TPB = 32 @@ -209,7 +211,7 @@ NUM_THREADS = 1 #RENAME_1_STAGE1_TPB = 32 #RENAME_1_STAGE2_TPB = 128 #TRIM_3_TPB = 64 -#RENAME_3_TPB = 2 +#RENAME_3_TPB = 8 #[mining.cuckoo_miner_plugin_config.device_parameters.1] #USE_DEVICE = 1 diff --git a/pow/Cargo.toml b/pow/Cargo.toml index 5ba378dab..000e80f70 100644 --- a/pow/Cargo.toml +++ b/pow/Cargo.toml @@ -18,7 +18,7 @@ grin_util = { path = "../util" } [dependencies.cuckoo_miner] git = "https://github.com/mimblewimble/cuckoo-miner" -tag = "grin_integration_20" +tag = "grin_integration_21" #path = "../../cuckoo-miner" #uncomment this feature to turn off plugin builds #features=["no-plugin-build"]