Bitcoin Forum
May 09, 2024, 09:41:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 [47] 48 49 50 51 52 53 54 55 56 57 58 59 »
  Print  
Author Topic: Custom RAM Timings for GPU's with GDDR5 - DOWNLOAD LINKS - UPDATED  (Read 155460 times)
alizali
Newbie
*
Offline Offline

Activity: 197
Merit: 0


View Profile
January 12, 2018, 03:49:38 PM
 #921

is there any topic for beginners?
is there any topic that collect best timing for each card
i have sapphire rx470 4GB Elpida and on ETH have 29.5Mh/s
is it the best result i can have?
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715247700
Hero Member
*
Offline Offline

Posts: 1715247700

View Profile Personal Message (Offline)

Ignore
1715247700
Reply with quote  #2

1715247700
Report to moderator
1715247700
Hero Member
*
Offline Offline

Posts: 1715247700

View Profile Personal Message (Offline)

Ignore
1715247700
Reply with quote  #2

1715247700
Report to moderator
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
January 12, 2018, 04:08:37 PM
Merited by OhGodAGirl (1)
 #922

I recently decided to take another look at RAM timings now that many people have been playing with custom timings for several months.

Instead of zeroing FAW/32AW as I do in my strapmod utility, I think it is better to set them low.  7/10 seems to be standard for Hynix straps, while 6/8 is typical for Samsung.  My testing so far using 6/8 on Hynix gives the same performance for eth mining as 0/0, while potentially being more stable at higher memory clocks.
I also suspect the field labels may be reversed, so FAW is really 32AW, and vice-verse.  In my testing, when I set "FAW" to 8 or 10 while leaving "32AW" to zero, I see no slowdown in ethash speed.

I may update my strapmod when I'm done, but my goal is to finally finish a Linux tool I started working on last year that tweaks timings at runtime.  This allows for tuning the memory timing for ethash, equihash, or cryptonight without reflashing the BIOS and rebooting.  It has already greatly improved strap testing, as I have been able to modify timings on the fly while mining; I don't even have to restart the miner.  I still crash the GPU a lot, as dynamically switching between two sets of good timing will still cause a hang depending on which timings you switch in what order.
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
January 12, 2018, 04:14:13 PM
 #923

is there any topic for beginners?
is there any topic that collect best timing for each card
i have sapphire rx470 4GB Elpida and on ETH have 29.5Mh/s
is it the best result i can have?

It's a complex topic, so it takes a lot of reading and research to understand.
At 29.5Mh/s for eth, you're not going to get much better than that anyway.

laik2
Sr. Member
****
Offline Offline

Activity: 652
Merit: 266



View Profile WWW
January 12, 2018, 10:02:16 PM
 #924

is there any topic for beginners?
is there any topic that collect best timing for each card
i have sapphire rx470 4GB Elpida and on ETH have 29.5Mh/s
is it the best result i can have?

It's a complex topic, so it takes a lot of reading and research to understand.
At 29.5Mh/s for eth, you're not going to get much better than that anyway.


So you've been playing with umr Smiley
Are you going to release your tool for the public or keep it private? I myself have similar tool that does that but only for private use.

Miners Mining Platform [ MMP OS ] - https://app.mmpos.eu/
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
January 12, 2018, 11:59:10 PM
 #925

So you've been playing with umr Smiley
Are you going to release your tool for the public or keep it private? I myself have similar tool that does that but only for private use.

I started playing with umr last year shortly after it was publicly released, but only tried a few of the many dozen gmc81 registers.  I had shutdown my mining gear for the summer, and had some hardware issues when I fired the rigs up in the fall.
Right now the tool is just a script that uses umr, rocm-smi, and ohgodatool.  I'll likely keep it semi-private, as I don't want to support it.  When it's integrated into miNR (that's what I'm going to call the miner I'm writing), I'll probably release it open source.  Most of the configuration will be automatic, so users won't be able to mess with global/local work sizes, and so it should be mostly idiot proof (at least for those with enough clue to run Linux).
R0land
Jr. Member
*
Offline Offline

Activity: 208
Merit: 3


View Profile
January 13, 2018, 03:44:55 PM
 #926

So you've been playing with umr Smiley
Are you going to release your tool for the public or keep it private? I myself have similar tool that does that but only for private use.
What is umr ?  Huh
alizali
Newbie
*
Offline Offline

Activity: 197
Merit: 0


View Profile
January 13, 2018, 05:36:14 PM
 #927

It's a complex topic, so it takes a lot of reading and research to understand.
At 29.5Mh/s for eth, you're not going to get much better than that anyway.



is there a topic or help file that explain each value of the strap?
i use SRBpolaris and its strap editor and can see binary value
but i have no idea what are they and what is the result of changing them
Branko
Sr. Member
****
Offline Offline

Activity: 2464
Merit: 318


View Profile
January 13, 2018, 05:59:57 PM
 #928

It's a complex topic, so it takes a lot of reading and research to understand.
At 29.5Mh/s for eth, you're not going to get much better than that anyway.



is there a topic or help file that explain each value of the strap?
i use SRBpolaris and its strap editor and can see binary value
but i have no idea what are they and what is the result of changing them



You can download JEDEC GDDR5 datasheet from their web
Branko
Sr. Member
****
Offline Offline

Activity: 2464
Merit: 318


View Profile
January 13, 2018, 06:05:35 PM
 #929

So you've been playing with umr Smiley
Are you going to release your tool for the public or keep it private? I myself have similar tool that does that but only for private use.
What is umr ?  Huh


https://cgit.freedesktop.org/amd/umr/
hiron1986
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
January 14, 2018, 04:54:06 PM
 #930

Hi

Currently I have HIS RX570 4GB with Elpida EDW4032BABG. Default straps is below:
1500: 777000000000000022AA1C00315A6B3CA0550F15B68C1506006AE4007C041420CA8980A90200000 01712262B612B3715
1625: 777000000000000022AA1C0073627C41B0551016BA0D9606006C060104061420EA8940AA0300000 01914292E692E3B16
1750: 777000000000000022AA1C00B56A7D46C0551017BE8E1607006C07010C081420FA8900AB0300000 01B162C3171313F17
2000: 999000000000000022AA1C0018F77E4FD055121946501708006C07011D0C1420FA8980AC0300000 01E19323781364718

I am copying 1500 to 1625, 1750 and 2000. By setting memory clock to 1950Mhz (1040mhz core), I am able to get 750hash/sec cryptonight or 28 Mh/sec Ethash. Any idea if this can be improved further?

Thanks
R0land
Jr. Member
*
Offline Offline

Activity: 208
Merit: 3


View Profile
January 14, 2018, 06:30:55 PM
 #931

Hi

Currently I have HIS RX570 4GB with Elpida EDW4032BABG. Default straps is below:
1500: 777000000000000022AA1C00315A6B3CA0550F15B68C1506006AE4007C041420CA8980A90200000 01712262B612B3715
1625: 777000000000000022AA1C0073627C41B0551016BA0D9606006C060104061420EA8940AA0300000 01914292E692E3B16
1750: 777000000000000022AA1C00B56A7D46C0551017BE8E1607006C07010C081420FA8900AB0300000 01B162C3171313F17
2000: 999000000000000022AA1C0018F77E4FD055121946501708006C07011D0C1420FA8980AC0300000 01E19323781364718

I am copying 1500 to 1625, 1750 and 2000. By setting memory clock to 1950Mhz (1040mhz core), I am able to get 750hash/sec cryptonight or 28 Mh/sec Ethash. Any idea if this can be improved further?

Thanks
What mining software do you use ?

Try this strap : 777000000000000022AA1C00315A6B3CA0550F15B68C1506006AE4007C041420CA8980A90200000 01914292E692E3B16
               or : 777000000000000022AA1C0073627C41B0551016BA0D9606006C060104061420EA8940AA0300000 01B162C3171313F17
         maybe : 777000000000000022AA1C00315A5436A0550F15B68C1506004082007C041420CA8980A9020004C 01712262B612B3715    ( 990h/s on my card @1250,2075 )

Please report the results.
 Good luck  Smiley
hiron1986
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
January 15, 2018, 04:34:52 AM
 #932

Try this strap : 777000000000000022AA1C00315A6B3CA0550F15B68C1506006AE4007C041420CA8980A90200000 01914292E692E3B16
               or : 777000000000000022AA1C0073627C41B0551016BA0D9606006C060104061420EA8940AA0300000 01B162C3171313F17
         maybe : 777000000000000022AA1C00315A5436A0550F15B68C1506004082007C041420CA8980A9020004C 01712262B612B3715    ( 990h/s on my card @1250,2075 )



Hi,

I am using latest claymore cryptonight.

Between the three, I am guessing that the bottom one is the most aggressive timing with best results?

So I tried that @1208,2000, 963mv vddc (higher than 2000 makes it got too much memory error count in HWInfo64, and I now got 910 H/sec cryptonight each card. Thanks for helping Cheesy
hiron1986
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
January 15, 2018, 12:04:59 PM
 #933

Do you mind to also help me with tweaking these card? Anyone? Currently only getting 800 hash/sec cryptonight with just copy paste 1750 to higher.

Original Sapphire RX 580 8GB Pulse (Micron)
1750: 777000000000000022AA1C00B56A6D4690551014BE8E060C006AE60074081420EA8900AB0200000 01B162C31C02E3F15
1875: 999000000000000022AA1C00D6726E4B90551215C30FE70C006AE6007D0A1420EA89C0AB0200000 01D172F35CE314416
2000: 999000000000000022AA1C00F7F66E4FA0551316C650B70D006AE600050C1420EA8980AC0300000 01E183238DB334717

Original Sapphire RX 580 8GB Pulse (Samsung)
1750: 999000000000000022559D0031627C4990551313BC0D060C004C04017D0714204A8900A00200712 419123138C02D3D17
2000: BBB000000000000022889D0073EE8D53A055151743CFB60D004E24010E0A14204A8900A00300712 41C143840DB324418
2250: BBB000000000000033BB9D00D6FEAF5EC05517174BD1770F005264011E0E14204A8900A00300712 420173F48F7384C1A
adaseb
Legendary
*
Offline Offline

Activity: 3752
Merit: 1710



View Profile
January 20, 2018, 01:02:37 AM
 #934

Any old timers here get any good results with legacy GPUs.



7970/280x I get about 620 H/s
290 I get about 700 H/s
R9 270 with Hynix I get about 530 H/s

Anyone play around with their memory straps to get faster speeds?

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
deadsix
Hero Member
*****
Offline Offline

Activity: 751
Merit: 517


Fail to plan, and you plan to fail.


View Profile
January 20, 2018, 04:03:54 AM
Last edit: January 20, 2018, 07:17:47 PM by deadsix
 #935

Any old timers here get any good results with legacy GPUs.



7970/280x I get about 620 H/s
290 I get about 700 H/s
R9 270 with Hynix I get about 530 H/s

Anyone play around with their memory straps to get faster speeds?

You get The Stilt's straps for those, hes the original bios memory strap modded. Check out the overclock.net forums.

Ethereum/Zcash/Monero Mining Bangalore https://bitcointalk.org/index.php?topic=1703592
adaseb
Legendary
*
Offline Offline

Activity: 3752
Merit: 1710



View Profile
January 20, 2018, 04:48:14 AM
 #936

Any old timers here get any good results with legacy GPUs.



7970/280x I get about 620 H/s
290 I get about 700 H/s
R9 270 with Hynix I get about 530 H/s

Anyone play around with their memory straps to get faster speeds?

You get The Stilt's straps for those, hes the original bios memory strap modded. Check out the overclocke.net forums.

Yeah already running the Stilt bios for the 290. Doesn't seem to make much difference from stock with XMR.

It helped during Litecoin days.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
deadsix
Hero Member
*****
Offline Offline

Activity: 751
Merit: 517


Fail to plan, and you plan to fail.


View Profile
January 20, 2018, 07:19:18 PM
 #937

Any old timers here get any good results with legacy GPUs.



7970/280x I get about 620 H/s
290 I get about 700 H/s
R9 270 with Hynix I get about 530 H/s

Anyone play around with their memory straps to get faster speeds?

You get The Stilt's straps for those, hes the original bios memory strap modded. Check out the overclocke.net forums.

Yeah already running the Stilt bios for the 290. Doesn't seem to make much difference from stock with XMR.

It helped during Litecoin days.

Aah well, cryptonite benefits more from looser timings and higher clocks, than dem tight ass timings.

Ethereum/Zcash/Monero Mining Bangalore https://bitcointalk.org/index.php?topic=1703592
ku4eto
Jr. Member
*
Offline Offline

Activity: 194
Merit: 4


View Profile
January 21, 2018, 01:23:23 PM
 #938

For R9 290, its seems more limited by core. Increasing core from 945 to 1050mhz gave me 850h/s with stock memory straps at 1500mhz mem. Also, this was way back, when the compute drivers still werent released.
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
January 21, 2018, 04:28:48 PM
 #939

Any old timers here get any good results with legacy GPUs.

7970/280x I get about 620 H/s
290 I get about 700 H/s
R9 270 with Hynix I get about 530 H/s

Anyone play around with their memory straps to get faster speeds?

What equihash coin are you mining?
I've been mainly mining EXP with my old Pitcairn cards (mostly R7 370s).  I get about 18.5-19Mh with minimal timing tweaks, 1150/1550 core/mem.
On equihash I get about 190sols/s, which usually makes less than EXP.
devil76
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 23, 2018, 08:56:25 AM
 #940

can anyone help me with my msi rx 580 card 8gb  with samsung and hynix memory .cant get it to go to 30+ without errors on claymore tried to learn do it my self but was not successful downloaded jedec ddr5 file and other material on link in forum could not understand. where is tras value by the way only  tfc tcl trp trfc etc are shown in srbpolaris can seen . i have been trying for days i dont have background in software. any help will be appreciated  Cry Cry

my memory strap is
samsung k4g80325fb:
1500 - 555000000000000022CC1C00AD595B41C0570E14B00B450A0068C70003011420FA8900A00300000 0170E2B34A42A3116
1625 - 555000000000000022CC1C00CE616C47D0570F15B48C250B006AE7000B031420FA8900A00300000 0190F2F39B22D3517
1750 - 777000000000000022CC1C00106A6D4DD0571016B90D060C006AE70014051420FA8900A00300000 01B11333DC0303A17
2000 - 777000000000000022CC1C0031F67E57F05711183FCFB60D006C070124081420FA8900A00300000 01E123A46DB354019

hynix H5GQ8H24MJR
1500 - 999000000000000022339D00CE516A3E80551212B40B450A004AE400750314204A8900A00200712 4150F2A30A4283516
1625 - 999000000000000022449D00105A7B4480551312B88C250B004C0401750514204A8900A00200712 417112E34B22A3916
1725 - 999000000000000022559D0031627C4990551313BC0D060C004C04017D0714204A8900A00200712 419123138C02D3D17
2000 - BBB000000000000022889D0073EE8D53A055151743CFB60D004E24010E0A14204A8900A00300712 41C143840DB324418
2250 - BBB000000000000033BB9D00D6FEAF5EC05517174BD1770F005264011E0E14204A8900A00300712 420173F48F7384C1A

this is my rom if i messed up somehow above copying them manually https://drive.google.com/file/d/1BfGFmzANLC630SgTCw5UY2sCHl4SsctE/view?ths=true
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 [47] 48 49 50 51 52 53 54 55 56 57 58 59 »
  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!