Hi there
This config for normalv7, i set intensity, fixed value (example: 44) ----> it's run and has good hash (for xmr coin)
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ultraheavy */
"cryptonight_type" : "normalv7",
/* Intensity 0-> auto intensity, or value from 1-200 */
"intensity" : 44,
/* To use 2 threads per card set double_threads to true */
"double_threads" : true,
but i change to heavy, it's not run and has bug (for sumo coin)
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ultraheavy */
"cryptonight_type" : "heavy",
/* Intensity 0-> auto intensity, or value from 1-200 */
"intensity" : 44,
/* To use 2 threads per card set double_threads to true */
"double_threads" : true,
Please help me
hi there
u must use half intensity
heavy using double memory
try 22 instead of 44