mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
updating latest cuda miner
This commit is contained in:
parent
53c85de43a
commit
1f7dd4eb73
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue