Hi all and wish u a happy new year.
dindnt update miners for some time and now have problems with setting up latest ver. of jce gpu miner 033b15 on my rigs(last ver. that i use is 033b6 and it works fine).
Problem is when i try to use gpu configuration file settings from 033b6 ver. to newest version 033b15 miner crashes(says low diff share and then crashes), but when i use auto settings it works in 033b15 it works fine.
on both my platforms(one is igpu other is non igpu) it says the same thing, low diffuculty share found, not accepted by pool, please use correct algo......BUT im using correct algo - 15 for GRAFT, also tried leaving 0 for auto recognition, same problem. And this problem is only here when using custom config for gpu, when set to auto no problem.
please if someone can copy/paste their custom thred config for rx470/480/570/580/vega 64 for cn v8 algo(monero/graft), and also the last few command lines in start.bat so i can compare.
EDIT: located the problem, something is wrong with my worksize settings(cannot use older worksize settings 944 for 4gb rx580., and 1680 for 8gb ver.)
This is auto settings and it works....
"gpu_threads_conf" :
[
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 0, "multi_hash":864 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 0, "multi_hash":864 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 1, "multi_hash":1008 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 1, "multi_hash":1008 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 2, "multi_hash":864 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 2, "multi_hash":864 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 3, "multi_hash":864 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 3, "multi_hash":864 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 4, "multi_hash":864 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 4, "multi_hash":864 },
],
This is from my older 033b6 configuration and it doesnt work on new miner(only worksize is the diffrence)
"gpu_threads_conf" :
[
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 0, "multi_hash":944 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 0, "multi_hash":944 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 1, "multi_hash":1680 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 1, "multi_hash":1680 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 2, "multi_hash":944 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 2, "multi_hash":944 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 3, "multi_hash":944 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 3, "multi_hash":944 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 4, "multi_hash":944 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "index" : 4, "multi_hash":944 },
],
Would appriciate if someone can post config for rx470/480/570/580/vega 64 for cn v8 algo(monero/graft)