update cuda mining defaults and trompcode

This commit is contained in:
yeastplume 2018-02-07 21:00:58 +00:00
parent ad594b53de
commit 623bdb696b
2 changed files with 4 additions and 4 deletions

View file

@ -199,8 +199,8 @@ NUM_THREADS = 1
# Below are advanced optional per-device tweakable params
#N_TRIMS = 240
#N_BLOCKS = 64
#GENU_BLOCKS = 256
#N_BLOCKS = 128
#GENU_BLOCKS = 128
#GENU_TPB = 8
#GENV_STAGE1_TPB = 32
#GENV_STAGE2_TPB = 128
@ -210,7 +210,7 @@ NUM_THREADS = 1
#RENAME_0_STAGE2_TPB = 64
#RENAME_1_STAGE1_TPB = 32
#RENAME_1_STAGE2_TPB = 128
#TRIM_3_TPB = 64
#TRIM_3_TPB = 32
#RENAME_3_TPB = 8
#[mining.cuckoo_miner_plugin_config.device_parameters.1]

View file

@ -18,7 +18,7 @@ grin_util = { path = "../util" }
[dependencies.cuckoo_miner]
git = "https://github.com/mimblewimble/cuckoo-miner"
tag = "grin_integration_21"
tag = "grin_integration_22"
#path = "../../cuckoo-miner"
#uncomment this feature to turn off plugin builds
#features=["no-plugin-build"]