Bitcoin Forum
May 28, 2024, 06:10:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: mkxminer: fast Lyra2rev2 miner for AMD GPUs (Vertcoin, Monacoin, Verge, STRAKS) on: February 24, 2018, 09:34:14 AM
You would get sooooo many more users if you weren't so greedy and changed your donation to 1% and add allium (for garlicoin).
Food for thought my friend Tongue
My 36 RX570's would be with you Cheesy
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: CryptoNight RX 570 4GB SGminer Super-Config (ETN tested, others may work well) on: January 15, 2018, 05:34:40 PM
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?
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: CryptoNight RX 570 4GB SGminer Super-Config (ETN tested, others may work well) on: January 15, 2018, 09:20:49 AM
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
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: CryptoNight RX 570 4GB SGminer Super-Config (ETN tested, others may work well) on: January 15, 2018, 07:05:32 AM
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.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: CryptoNight RX 570 4GB SGminer Super-Config (ETN tested, others may work well) on: January 15, 2018, 06:41:53 AM
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.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: CryptoNight RX 570 4GB SGminer Super-Config (ETN tested, others may work well) on: January 15, 2018, 06:28:48 AM
#computing units on the card (32) * work size (7) * 4
7  Alternate cryptocurrencies / Mining (Altcoins) / CryptoNight RX 570 4GB SGminer Super-Config (ETN tested, others may work well) on: January 15, 2018, 05:46:57 AM
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





Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!