Bitcoin Forum
May 14, 2024, 04:40:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: CryptoNight RX 570 4GB SGminer Super-Config (ETN tested, others may work well)  (Read 451 times)
techminer (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 15, 2018, 05:46:57 AM
 #1

Hi everyone!

After fiddling with sgminer 5.5.5 for a few weeks now, going through numerous crashed, restarts and bluescreens, i finally found the optimal 4GB card configuration that works like a charm, so i figured i'd share my config.

Current uptime: 2 days, 6 hours, 46 minutes. Mining on nanopool with <4% reject rate!

If you like it, please feel free to donate a few beers Smiley
ETH: 0x857B8196359305579586e2e510986d416bf87e23
ETN: etnkHvi86rUVLso1rKCGB6A95Apvbp7htDJEHfLAk31iSTrZoehXKuBhPnCo2hB6aeUaeq8AwnpMKbX vPN8Bwjy381SsH7toge

I have a 12 gpu rig with a combination of 4GB MSI Gaming X and Sapphire Nitro + cards with Elpida, Samsung and Hynix memory.

Currently i am mining at 10.050Kh/s or on average 837.5 h/s per card, roughly 20% higher than the 700 hash rate average shown on whattomine.com. My best card gets 911 h/s, worst gets 779 h/s.

All cards are bios modded undervolted to 900-950mV, running 1900-2100 memory speed with 1150 gpu clock. GPU voltage underclocked by 3-4 clicks (i.e. 65288 standard tuned down to 65284-5).

Total power usage: 1125W
Memory errors: <50/day for 2 cards (still tuning these a bit), 0 for rest of cards

The key here are the following three items:
rawintensity: 896
worksize: 7
gpu-threads: 2

Raw intensity is defined as #computing units * worksize * 4 (32 * 7 * 4 = 896)
Worksize directly affects the memory used on the card. Most people use 8 (and i used to as well), but memory gets to full it starts giving errors. 7 is the optimal number (3614MB Memory used). 8 is too much and you WILL get blue screens and crashes.
Gpu threads - # of processing threads. Using 2 gives roughly 10-20% higher hashes than 1 as long as your memory is not maxed out.


Config as follows:

Code:
{
    "pools":
    [
        {
            "name": "yourpool",
            "url": "yourpooladdress:port",
            "user": "youruser",
            "pass": "yourpass (default x)",
            "priority": "0",
            "profile": "xmr"
        }
    ],
    "profiles":
    [
        {
            "name": "xmr",
            "algorithm": "cryptonight",
            "rawintensity": "896",
            "worksize": "7",
            "gpu-threads": "2"
        }
    ],
    "default-profile": "xmr",
    "no-extranonce": true,
    "gpu-platform": "1"
}

If you have any questions i'll be happy to answer them Smiley Any comments are welcome as well!

If you found this useful, please buy me a couple beers!

ETH: 0x857B8196359305579586e2e510986d416bf87e23
ETN: etnkHvi86rUVLso1rKCGB6A95Apvbp7htDJEHfLAk31iSTrZoehXKuBhPnCo2hB6aeUaeq8AwnpMKbX vPN8Bwjy381SsH7toge





matrixukr
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
January 15, 2018, 06:17:42 AM
 #2

.......... (32 * 7 * 4 = 896) .......
What are these numbers?
Tristan1337
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 15, 2018, 06:20:03 AM
 #3

Nice guide! Have you tried to use xmr-stak-amd or claymore cryptonote to see if you could get higher speed than what you've already achieved?

Pretty sure you could get more speed than that!  Wink
techminer (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 15, 2018, 06:28:48 AM
 #4

#computing units on the card (32) * work size (7) * 4
techminer (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 15, 2018, 06:41:53 AM
 #5

Nice guide! Have you tried to use xmr-stak-amd or claymore cryptonote to see if you could get higher speed than what you've already achieved?

Pretty sure you could get more speed than that!  Wink

Thanks Tristan1337!

Yes, i have used both and i could not match sgminer, the multi-thread, by far, exceeds both of those.
Tristan1337
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 15, 2018, 06:45:08 AM
 #6

Nice guide! Have you tried to use xmr-stak-amd or claymore cryptonote to see if you could get higher speed than what you've already achieved?

Pretty sure you could get more speed than that!  Wink

Thanks Tristan1337!

Yes, i have used both and i could not match sgminer, the multi-thread, by far, exceeds both of those.

Yes, it seems some people have better luck with sgminer and others with xmr-stak-amd. Not really sure why.

BTW, which memory straps are you using for those cards?
techminer (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 15, 2018, 07:05:32 AM
 #7

Nice guide! Have you tried to use xmr-stak-amd or claymore cryptonote to see if you could get higher speed than what you've already achieved?

Pretty sure you could get more speed than that!  Wink

Thanks Tristan1337!

Yes, i have used both and i could not match sgminer, the multi-thread, by far, exceeds both of those.

Yes, it seems some people have better luck with sgminer and others with xmr-stak-amd. Not really sure why.

BTW, which memory straps are you using for those cards?

For samsung i use the Uber straps (google it, i don't remember the site on top of my head), for the rest i use 1500 straps and i start at 2100 with 1150 gpu and going down ~25-50 on memory until i see no memory errors for both CryptoNight and ethash. Takes a while but after it'd done i don't have to touch them at all, they just work and are reliable.
Tristan1337
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 15, 2018, 07:10:42 AM
 #8

Nice guide! Have you tried to use xmr-stak-amd or claymore cryptonote to see if you could get higher speed than what you've already achieved?

Pretty sure you could get more speed than that!  Wink

Thanks Tristan1337!

Yes, i have used both and i could not match sgminer, the multi-thread, by far, exceeds both of those.

Yes, it seems some people have better luck with sgminer and others with xmr-stak-amd. Not really sure why.

BTW, which memory straps are you using for those cards?

For samsung i use the Uber straps (google it, i don't remember the site on top of my head), for the rest i use 1500 straps and i start at 2100 with 1150 gpu and going down ~25-50 on memory until i see no memory errors for both CryptoNight and ethash. Takes a while but after it'd done i don't have to touch them at all, they just work and are reliable.


Yes, it seems the best straps available for cryptonote would be the uber straps for samsung.

Good job! Cool
duyquang06
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
January 15, 2018, 07:27:02 AM
 #9

Do you know what is difference betwwen  "gpu-platform": "1" and "-1"
Thanks for ur work
techminer (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 15, 2018, 09:20:49 AM
 #10

Do you know what is difference betwwen  "gpu-platform": "1" and "-1"
Thanks for ur work

Unfortunately, other than what it says in the documentation, i do not know.

This is all i found:

Quote
gpu-platform
Need clarification Select the OpenCL platform ID to use for GPU mining.

Available: Global

Config File Syntax: "gpu-platform":"<value>"

Command Line Syntax: --gpu-platform <value>

Argument: number OpenCL Platform ID number between 0 and 9999.

Default: None

Top :: Config-file and CLI options :: GPU Options
restless
Legendary
*
Offline Offline

Activity: 1151
Merit: 1001


View Profile
January 15, 2018, 10:57:20 AM
 #11

Can you share your sgminer5.5.5?
I have sgminer-gm 5.5.5, but when using these parameters, the speed is ~ 100h/s, looks like intensity is too low :S
Or you are talking about another 5.5.5 release :S
techminer (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 15, 2018, 05:34:40 PM
 #12

Can you share your sgminer5.5.5?
I have sgminer-gm 5.5.5, but when using these parameters, the speed is ~ 100h/s, looks like intensity is too low :S
Or you are talking about another 5.5.5 release :S

I use this one: https://github.com/genesismining/sgminer-gm/releases

Are you running a single card or a few?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!