Can someone please share RX 570 hash rate and settings for Cryptonight-heavy algo? I'm getting around 500 H/s with Intensity 0 (auto).
It's low speed. Try setting intencity manual.
I tried many different combinations but cannot get more than 530 (intensity 30). I don't know how much to expect with cryptonight-
heavy algo.
Hi, mine is RX 570 4GB, intensity 0, double_thread false, give me 698 h/s.
Core clock 1175 mem clock 1900.
Thanks. I have no idea what I'm doing wrong. With almost the same settings I have much lower hash rate.
RX 570 4 GB, Core/Mem -1150/1970 MHz - Intensity 0, double_thread false - only 450 H/s.
With CryptonightV7 I have over 900 H/s.
maybe you should post your config here so someone can help you more details.
Good advice.
Besides values in the code below, I also tried the following combinations:
intensity 0 - double_threads : true,
intensity 0 - double_threads : false,
intensity 30 - double_threads : true,
intensity 60 - double_threads : false,
I also tried with values from 28 to 34 and 44 to 64.
Auto settings for Intensity are 29 for "double_threads : true" and 59 for "double_threads : false"
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy */
"cryptonight_type" : "heavy",
/* Intensity 0-> auto intensity, or value from 1-300 */
"intensity" : 31,
/* To use 2 threads per card set double_threads to true */
"double_threads" : true,
/* Uncomment this if you want to set GPU target temperature */
/* Works only if ADL is working on your system */
/*"target_temperature" : 0,*/
/* Uncomment this if you want to set system shutdown temperature */
/* Works only if ADL is working on your system */
/*"shutdown_temperature" : 90,*/
/* Uncomment this if you don't want to use the built in watchdog, but you want a script to run on GPU fail */
/* If you use the reboot-windows.bat it will restart your computer if a GPU fail occurs */
/*"reboot_script" : "reboot-windows.bat",*/
/* Advanced settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */
/*"gpu_conf" :
[
{ "id" : 0, "intensity" : 80, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 40, "worksize" : 8, "threads" : 2},
{ "id" : 3, "intensity" : 30, "worksize" : 8, "threads" : 2},
{ "id" : 4, "intensity" : 90, "worksize" : 8, "threads" : 1}
]*/
}