mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-08 12:21:09 +03:00
update cuda mining defaults and trompcode
This commit is contained in:
parent
ad594b53de
commit
623bdb696b
2 changed files with 4 additions and 4 deletions
|
@ -199,8 +199,8 @@ NUM_THREADS = 1
|
||||||
# Below are advanced optional per-device tweakable params
|
# Below are advanced optional per-device tweakable params
|
||||||
|
|
||||||
#N_TRIMS = 240
|
#N_TRIMS = 240
|
||||||
#N_BLOCKS = 64
|
#N_BLOCKS = 128
|
||||||
#GENU_BLOCKS = 256
|
#GENU_BLOCKS = 128
|
||||||
#GENU_TPB = 8
|
#GENU_TPB = 8
|
||||||
#GENV_STAGE1_TPB = 32
|
#GENV_STAGE1_TPB = 32
|
||||||
#GENV_STAGE2_TPB = 128
|
#GENV_STAGE2_TPB = 128
|
||||||
|
@ -210,7 +210,7 @@ NUM_THREADS = 1
|
||||||
#RENAME_0_STAGE2_TPB = 64
|
#RENAME_0_STAGE2_TPB = 64
|
||||||
#RENAME_1_STAGE1_TPB = 32
|
#RENAME_1_STAGE1_TPB = 32
|
||||||
#RENAME_1_STAGE2_TPB = 128
|
#RENAME_1_STAGE2_TPB = 128
|
||||||
#TRIM_3_TPB = 64
|
#TRIM_3_TPB = 32
|
||||||
#RENAME_3_TPB = 8
|
#RENAME_3_TPB = 8
|
||||||
|
|
||||||
#[mining.cuckoo_miner_plugin_config.device_parameters.1]
|
#[mining.cuckoo_miner_plugin_config.device_parameters.1]
|
||||||
|
|
|
@ -18,7 +18,7 @@ grin_util = { path = "../util" }
|
||||||
|
|
||||||
[dependencies.cuckoo_miner]
|
[dependencies.cuckoo_miner]
|
||||||
git = "https://github.com/mimblewimble/cuckoo-miner"
|
git = "https://github.com/mimblewimble/cuckoo-miner"
|
||||||
tag = "grin_integration_21"
|
tag = "grin_integration_22"
|
||||||
#path = "../../cuckoo-miner"
|
#path = "../../cuckoo-miner"
|
||||||
#uncomment this feature to turn off plugin builds
|
#uncomment this feature to turn off plugin builds
|
||||||
#features=["no-plugin-build"]
|
#features=["no-plugin-build"]
|
||||||
|
|
Loading…
Reference in a new issue