doc, regarding loki-turtle , i have 2 gfx in one system, i checked your youtube video. How do i limit this mining to one GFX?
i tried changing specific config file for loki-turtle by adding:
"gpu_conf" :
[
{ "id" : 1, "intensity" : 60 , "worksize" : 8, "threads" : 2},
]
but miner instantly shuts down if i add this to cfg file
You probably miss a comma somewhere. It is easier to set it in cmd :
loki-turtle.bat:
SRBMiner-CN.exe --ccryptonighttype turtle --cgpuid 1 --cgpuintensity 60 --cgpuworksize 8 --cgputhreads 2 --cpool lokiturtle.herominers.com:10521 --cwallet your-loki-wallet --cpassword your-turtle-wallet
A note : if you set a non existent cgpuid it will ignore it, and instead try to load the default config.txt.
Turtlecoin devs will implement Argon2ID algo in their next fork (height will be 1.8M), will you propose this algo with SRB ?