V1.7.1
- Added new algo FreeHaven
- Small OpenCL optimisations
- Added 3 different modes for heavy algos (Heavy, Haven, BitTube, Italo, FreeHaven)
- Added value '9999' for fragments, that sets internally to the value it was in previous 1.6.8 version
- Fixed benchmarking mode + startup monitor bug
- Fragments, aes, bralock and heavy_mode can be set now outside gpu_conf, so it applies to every GPU
Nice job DOC
HAVEN algo:
Vega 64LE have 1900+HR
Vega 56 ref have 1800HRhttps://prnt.sc/lm5i9yhttps://image.prntscr.com/image/3rrcIubCSMK6Gr5a5aj_4g.jpgNot use any futures option. this is config for 1.6.4 wothout braloc-heavymode-fragment-aes and worksize is 8 int 56 for vega 56 and 60 for vega 64
3*vega56+1vega64 =710W from the wall
{ "id" : 0, "intensity" : 56, "worksize" : 8, "threads" : 2},
{ "id" : 1, "intensity" : 56, "worksize" : 8, "threads" : 2},
{ "id" : 2, "intensity" : 60, "worksize" : 8, "threads" : 2},
{ "id" : 3, "intensity" : 56, "worksize" : 8, "threads" : 2},
--sendallstales --config config-haven.txt --pools pools-haven.txt --enableduplicategpuid --gpureorder
EDIT:
itry this :
"intensity" : 61,
"double_threads" : true,
"worksize" : 9,
"fragments" : 1,
"aes" : 0,
"bralock" : 32,
"heavy_mode" : 2
but vega 64 have only 1750HR - vega 56 1650HR