Bitcoin Forum
May 22, 2024, 06:35:45 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)
treanski
Full Member
***
Offline Offline

Activity: 364
Merit: 106


ONe Social Network.


View Profile
February 21, 2018, 06:31:17 PM
 #961

im looking for bether samsung cryptonight straps than ubermix 3.1, that give significant speedbost on 1150-1200 coreclock, dont want to overclock to 1300+ because of 50% more powerdraw for 100hs

would trade for hynix straps with 940hs @1180core/2080memclock on rx 580





squallw
Full Member
***
Offline Offline

Activity: 504
Merit: 122


View Profile
February 24, 2018, 07:20:21 PM
 #962

Heh, got my Elpida strap stable.

At 1200/2000Mhz, i am getting 975h/s with 896/8/2 and Compute Mode.

At 1280/2000Mhz - 1020h/s.

With the other card, i am getting 1068h/s at 1380/2000, or 1038h/s at 1280/2000.

Can you share your straps?
pbfarmer
Member
**
Offline Offline

Activity: 340
Merit: 29


View Profile
February 24, 2018, 11:09:49 PM
 #963


Another tweak I've wondered about is monitoring memory die temps.  GDDR5 chips have internal thermal diodes similar to the GPU, and they can be enabled by setting a bit in mode register 7.  Knowing the temperature of each memory die could provide useful diagnostic info for problems such as a heatsink not having good contact with the chip.


Yes!  Mem temp management is critical to getting Vegas stable - I'm sure it would be hugely useful for stabilizing polaris as well.  I now use a rule of thumb of core generally being about 10º cooler than mem, but clearly this is a very rough estimate, and depends significantly on heat sink design (or lack thereof.)

Also might give some sense of the 'asic quality' of the mem (if that's a thing...)
pbfarmer
Member
**
Offline Offline

Activity: 340
Merit: 29


View Profile
February 24, 2018, 11:21:41 PM
 #964

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.


I have sort of been under the assumption that in the presence of an invalid value, memory controllers must be calculating t32aw automatically.  Every strap I've ever seen (including from mfgs) is out of spec, given that t32aw should always be >= 8 x tfaw, as i understand it.

Btw, would love to take a peek at your tool Smiley
ku4eto
Jr. Member
*
Offline Offline

Activity: 194
Merit: 4


View Profile
February 25, 2018, 07:40:06 AM
 #965

Heh, got my Elpida strap stable.

At 1200/2000Mhz, i am getting 975h/s with 896/8/2 and Compute Mode.

At 1280/2000Mhz - 1020h/s.

With the other card, i am getting 1068h/s at 1380/2000, or 1038h/s at 1280/2000.

Can you share your straps?

its not finished, not 100% stable on both cards. I dont have enough free time to update it.

Another tweak I've wondered about is monitoring memory die temps.  GDDR5 chips have internal thermal diodes similar to the GPU, and they can be enabled by setting a bit in mode register 7.  Knowing the temperature of each memory die could provide useful diagnostic info for problems such as a heatsink not having good contact with the chip.


Yes!  Mem temp management is critical to getting Vegas stable - I'm sure it would be hugely useful for stabilizing polaris as well.  I now use a rule of thumb of core generally being about 10º cooler than mem, but clearly this is a very rough estimate, and depends significantly on heat sink design (or lack thereof.)

Also might give some sense of the 'asic quality' of the mem (if that's a thing...)

From personal experience, TFAW = 0 is not an issue, but TFAW32 = 0 alongside, causes instability, often seen with Monitor Sleep and background refreshes. Using TFAW32 = 4.
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.


I have sort of been under the assumption that in the presence of an invalid value, memory controllers must be calculating t32aw automatically.  Every strap I've ever seen (including from mfgs) is out of spec, given that t32aw should always be >= 8 x tfaw, as i understand it.

Btw, would love to take a peek at your tool Smiley

Well, 8*0 is 0 Cheesy
There is probably something like that as well, but there is clearly a difference for me, higher instability when both are 0.
ku4eto
Jr. Member
*
Offline Offline

Activity: 194
Merit: 4


View Profile
February 25, 2018, 01:53:02 PM
 #966

I had found a new better memory strap for Elpida RAM. More than 1kh/s cryptonight xmr ! Cheesy

RX 470 : 1020 h/s  , sgminer @1250 core, @2100 mem, 66W (gpu-z)

                   942 h/s , @1150 core, @2050 mem, 52W (gpu-z)

777000000000000022AA1C00AC615B3CA0550F142C8C1506006004007C041420CA8980A9020004C 01712262B612B3715

I don´t know the eth hash speed.  Huh Maybe somebody can check it ?

This strap is bad. Both of my cards bsod hard with it. Also its slower and runs with more power. Trfx and ras2ras are too tight.

I often see TRFC and ras2ras for elpida straps at that value

Its actually default value for 1500MHz strap
Make it better

My bad, i didnt say that properly. The trfc and ras2ras for xryptonight is nearly useless, you lose about 10h/s when going to 150 for example. But the power cons drops by 5watts. Thats for cryptonight.

Also, all trcd values are not properly done, the A value should be the same as the non A one.

Make it better ! I test so much straps, and that are the best, I can find.

Okay...

####SEQ_RAS_TIMING####
TRCDW = 12
TRCDWA = 13
TRCDR = 24
TRCDRA = 22
TRRD = 5
TRC = 60
####SEQ_CAS_TIMING####
TNOPW = 0
TNOPR = 0
TR2W = 26
TCCDL = 2
TCCDS = 5
TW2R = 15
TCL = 20
####SEQ_MISC_TIMING####
TRP_WRA = 44
TRP_RDA = 24
TRP = 22
TRFC = 97
####SEQ_MISC_TIMING2####
PA2RDATA = 0
PA2WDATA = 0
TFAW = 0
TCRCRL = 3
TCRCWL = 4
T32AW = 0
TWDATATR = 0
####ARB_DRAM_TIMING####
ACTRD = 23
ACTWR = 18
RASMACTRD = 38
RASMACTWR = 43
####ARB_DRAM_TIMING2####
RAS2RAS = 97
RP = 43
WRPLUSRP = 55
BUS_TURN = 21


This is yours.


Below is yours, with the fixes applied.

####SEQ_RAS_TIMING####
TRCDW = 12
TRCDWA = 12
TRCDR = 24
TRCDRA = 24
TRRD = 5
TRC = 60
####SEQ_CAS_TIMING####
TNOPW = 0
TNOPR = 0
TR2W = 26
TCCDL = 2
TCCDS = 5
TW2R = 15
TCL = 20
####SEQ_MISC_TIMING####
TRP_WRA = 44
TRP_RDA = 24
TRP = 22
TRFC = 97
####SEQ_MISC_TIMING2####
PA2RDATA = 0
PA2WDATA = 0
TFAW = 0
TCRCRL = 2
TCRCWL = 2
T32AW = 4
TWDATATR = 0
####ARB_DRAM_TIMING####
ACTRD = 23
ACTWR = 18
RASMACTRD = 38
RASMACTWR = 43
####ARB_DRAM_TIMING2####
RAS2RAS = 97
RP = 43
WRPLUSRP = 55
BUS_TURN = 21


See the difference?

TRFC and RAS2RAS are left like that, since you use the same strap for Ethash. Otherwise, you increase them by 50% for Cryptonight.

I already gave you critic, now i even give you an example of how it would better in terms of stability/speed.
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
February 27, 2018, 03:32:07 PM
 #967

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.


I have sort of been under the assumption that in the presence of an invalid value, memory controllers must be calculating t32aw automatically.  Every strap I've ever seen (including from mfgs) is out of spec, given that t32aw should always be >= 8 x tfaw, as i understand it.

Btw, would love to take a peek at your tool Smiley

If my suspicion about the labels being reversed is correct, and 32AW is a multiplier for FAW, then 6/8 is perfectly fine.  FAW would be 6*RRD, and 32AW would be 8*6*RRD.
That also would better explain the observation that setting what they think is 32AW to zero causes instability.

As for the tool I'm working on, you can get an idea of how it works by looking at my fork of amdmeminfo.
https://github.com/nerdralph/amdmeminfo
I modified it to show runtime strap values.  My tool doesn't just read them, it writes them too.
I believe Yurio is ahead of me in this process with his Windows miner now being able to do runtime timing modifications.
https://github.com/zawawawa/GatelessGateSharp


ku4eto
Jr. Member
*
Offline Offline

Activity: 194
Merit: 4


View Profile
February 27, 2018, 06:55:19 PM
 #968

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.


I have sort of been under the assumption that in the presence of an invalid value, memory controllers must be calculating t32aw automatically.  Every strap I've ever seen (including from mfgs) is out of spec, given that t32aw should always be >= 8 x tfaw, as i understand it.

Btw, would love to take a peek at your tool Smiley



If my suspicion about the labels being reversed is correct, and 32AW is a multiplier for FAW, then 6/8 is perfectly fine.  FAW would be 6*RRD, and 32AW would be 8*6*RRD.
That also would better explain the observation that setting what they think is 32AW to zero causes instability.

As for the tool I'm working on, you can get an idea of how it works by looking at my fork of amdmeminfo.
https://github.com/nerdralph/amdmeminfo
I modified it to show runtime strap values.  My tool doesn't just read them, it writes them too.
I believe Yurio is ahead of me in this process with his Windows miner now being able to do runtime timing modifications.
https://github.com/zawawawa/GatelessGateSharp




That formula seems wrong, or i am missing something.

Elpida is as follow:

1500: 6/10/7
1625: 7/12/8
1750: 7/12/8
2000: 7/12/8

No matter how you put it, neither tFAW and tFAW32 can be any multiple of tRRD.
Currently using tFAW = 0 and tFAW32 = 4.

For what i remember actually, tFAW if its set to 0, its actually read as 8. Dunno if each single value counts as 8, or if its just timing properties. If its the first - that would make sense for the 1625-2000Mhz straps. That makes possible the following : tFAW = 7 * 8, Which would also fall in line with what you said.
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
February 28, 2018, 03:07:44 PM
 #969

If my suspicion about the labels being reversed is correct, and 32AW is a multiplier for FAW, then 6/8 is perfectly fine.  FAW would be 6*RRD, and 32AW would be 8*6*RRD.
That also would better explain the observation that setting what they think is 32AW to zero causes instability.

As for the tool I'm working on, you can get an idea of how it works by looking at my fork of amdmeminfo.
https://github.com/nerdralph/amdmeminfo
I modified it to show runtime strap values.  My tool doesn't just read them, it writes them too.
I believe Yurio is ahead of me in this process with his Windows miner now being able to do runtime timing modifications.
https://github.com/zawawawa/GatelessGateSharp




That formula seems wrong, or i am missing something.

Elpida is as follow:

1500: 6/10/7
1625: 7/12/8
1750: 7/12/8
2000: 7/12/8

No matter how you put it, neither tFAW and tFAW32 can be any multiple of tRRD.
Currently using tFAW = 0 and tFAW32 = 4.

For what i remember actually, tFAW if its set to 0, its actually read as 8. Dunno if each single value counts as 8, or if its just timing properties. If its the first - that would make sense for the 1625-2000Mhz straps. That makes possible the following : tFAW = 7 * 8, Which would also fall in line with what you said.

I said, "32AW is a multiplier for FAW", not a "multiple of".  So programming memory controller to use 8 for 32AW means 8*FAW, and a value of 6 for FAW means 6*RRD.
Using anything lower than 8 for 32AW should be irrelevant, as should using anything lower than 4 for FAW.

Another complication in finding optimal timings is that they vary slightly according to the memory controller characteristics.  Newer GPUs like Tonga and Polaris have improved memory controllers, likely with deeper queues, which allows more memory accesses to be grouped together in the same bank, reducing the impact of FAW & 32AW.  These newer cards tend to benefit from slightly looser timing (CAS, RRD & FAW) with a higher memory clock.  Older GPUs like Pitcairn seem to be better with a slightly lower memory clock but tighter timing.

pbfarmer
Member
**
Offline Offline

Activity: 340
Merit: 29


View Profile
March 01, 2018, 03:23:49 AM
 #970


If my suspicion about the labels being reversed is correct, and 32AW is a multiplier for FAW, then 6/8 is perfectly fine.  FAW would be 6*RRD, and 32AW would be 8*6*RRD.
That also would better explain the observation that setting what they think is 32AW to zero causes instability.

As for the tool I'm working on, you can get an idea of how it works by looking at my fork of amdmeminfo.
https://github.com/nerdralph/amdmeminfo
I modified it to show runtime strap values.  My tool doesn't just read them, it writes them too.
I believe Yurio is ahead of me in this process with his Windows miner now being able to do runtime timing modifications.
https://github.com/zawawawa/GatelessGateSharp


Of course - that makes more sense...

Thanks for the links - time to grab a beer and start reading code! Smiley
vladutz1186
Jr. Member
*
Offline Offline

Activity: 39
Merit: 2


View Profile
March 03, 2018, 10:56:28 PM
 #971

Any users here with R9 380 4GB ? I modify bioses 1 month ago with hex editor ( strings from rx470 at 1500Mhz and 1625Mhz ) and work fine, about 22.6 mh/s on ETH . From few hrs, one of my card stop mining, after 2 min from start sgminer ( is declared DEAD ) . I also try different OC settings, but no success.

If I put other strings, this card start working again, but with lower hashrate ( about 20mh/s )

What`s the problem ? Can anybody help me with new strings ? I can upload here stock bios and mod bios ...
jstefanop
Legendary
*
Offline Offline

Activity: 2108
Merit: 1397


View Profile
March 04, 2018, 01:51:34 AM
 #972

damn I've been out of the GPU game for past few months and you guys are making quite the progress on this front.

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
Branko
Sr. Member
****
Offline Offline

Activity: 2478
Merit: 318


View Profile
March 05, 2018, 09:15:10 AM
 #973

Anyone has idea why 280X with its huge memory bandwidth has such poor ethash performance?
laik2
Sr. Member
****
Offline Offline

Activity: 652
Merit: 266



View Profile WWW
March 07, 2018, 11:03:36 PM
 #974

damn I've been out of the GPU game for past few months and you guys are making quite the progress on this front.
Green team is more interesting lately Cheesy

Quote
--> CONFIG0
   RC = 88,  RFC = 220,  RAS = 60,  RP = 28,  RESERVED = 0

--> CONFIG1
   CL = 25,  WL = 5,  RD_RCD = 30,  WR_RCD = 18,  RESERVED = 10

--> CONFIG2
   RPRE = 0,  WPRE = 0,  CDLR = 10,  PAD0 = 0,  WR = 28,  PAD1 = 0,  W2R_BUS = 8,  R2W_BUS = 8

--> CONFIG3
   PDEX = 12,  PDEN2PDEX = 10,  FAW = 32,  AOND = 0,  CCDL = 3,  CCDS = 2

--> CONFIG4
   REFRESH_LO = 2,  REFRESH = 6,  RRD = 8,  DELAY0 = 44,  RESERVED = 0

--> CONFIG5
   ADR_MIN = 2,  PAD0 = 0,  WRCRC = 14,  PAD1 = 0,  OFFSET0 = 39,  INTRP_MSB = 0,  OFFSET1 = 11,  OFFSET2 = 6,  INTRP = 10

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

Activity: 652
Merit: 266



View Profile WWW
March 09, 2018, 01:18:49 PM
 #975

If my suspicion about the labels being reversed is correct, and 32AW is a multiplier for FAW, then 6/8 is perfectly fine.  FAW would be 6*RRD, and 32AW would be 8*6*RRD.
That also would better explain the observation that setting what they think is 32AW to zero causes instability.

As for the tool I'm working on, you can get an idea of how it works by looking at my fork of amdmeminfo.
https://github.com/nerdralph/amdmeminfo
I modified it to show runtime strap values.  My tool doesn't just read them, it writes them too.
I believe Yurio is ahead of me in this process with his Windows miner now being able to do runtime timing modifications.
https://github.com/zawawawa/GatelessGateSharp




That formula seems wrong, or i am missing something.

Elpida is as follow:

1500: 6/10/7
1625: 7/12/8
1750: 7/12/8
2000: 7/12/8

No matter how you put it, neither tFAW and tFAW32 can be any multiple of tRRD.
Currently using tFAW = 0 and tFAW32 = 4.

For what i remember actually, tFAW if its set to 0, its actually read as 8. Dunno if each single value counts as 8, or if its just timing properties. If its the first - that would make sense for the 1625-2000Mhz straps. That makes possible the following : tFAW = 7 * 8, Which would also fall in line with what you said.

I said, "32AW is a multiplier for FAW", not a "multiple of".  So programming memory controller to use 8 for 32AW means 8*FAW, and a value of 6 for FAW means 6*RRD.
Using anything lower than 8 for 32AW should be irrelevant, as should using anything lower than 4 for FAW.

Another complication in finding optimal timings is that they vary slightly according to the memory controller characteristics.  Newer GPUs like Tonga and Polaris have improved memory controllers, likely with deeper queues, which allows more memory accesses to be grouped together in the same bank, reducing the impact of FAW & 32AW.  These newer cards tend to benefit from slightly looser timing (CAS, RRD & FAW) with a higher memory clock.  Older GPUs like Pitcairn seem to be better with a slightly lower memory clock but tighter timing.


GDDR5 Jedec standard - page 58 says it clearly.
althought there are some workarounds that are vendor specific.

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

Activity: 196
Merit: 1


View Profile
March 09, 2018, 04:10:19 PM
 #976

damn I've been out of the GPU game for past few months and you guys are making quite the progress on this front.
Green team is more interesting lately Cheesy

Quote
--> CONFIG0
   RC = 88,  RFC = 220,  RAS = 60,  RP = 28,  RESERVED = 0

--> CONFIG1
   CL = 25,  WL = 5,  RD_RCD = 30,  WR_RCD = 18,  RESERVED = 10

--> CONFIG2
   RPRE = 0,  WPRE = 0,  CDLR = 10,  PAD0 = 0,  WR = 28,  PAD1 = 0,  W2R_BUS = 8,  R2W_BUS = 8

--> CONFIG3
   PDEX = 12,  PDEN2PDEX = 10,  FAW = 32,  AOND = 0,  CCDL = 3,  CCDS = 2

--> CONFIG4
   REFRESH_LO = 2,  REFRESH = 6,  RRD = 8,  DELAY0 = 44,  RESERVED = 0

--> CONFIG5
   ADR_MIN = 2,  PAD0 = 0,  WRCRC = 14,  PAD1 = 0,  OFFSET0 = 39,  INTRP_MSB = 0,  OFFSET1 = 11,  OFFSET2 = 6,  INTRP = 10

Green? nVidia tuning?

Sorry if it's a newbie question but... I'm really intersted. It it's true, I can run naked in the street to celebrate  Grin
VirosaGITS
Legendary
*
Offline Offline

Activity: 1302
Merit: 1068



View Profile
March 10, 2018, 08:46:28 PM
 #977

Green? nVidia tuning?

Sorry if it's a newbie question but... I'm really intersted. It it's true, I can run naked in the street to celebrate  Grin

The Green GPUs are of more interest. Meanwhile, even if pushed to 33mh/s and undervolted to 100-110w, RX 400/500 isint that interesting anymore.

Nvidia timing mods are rather restricted regarding GTX atm. But i'm still collecting interestees;

https://pastebin.com/63RWr85T


                      ▄▄█████▄▄
                    ▐████████████▄
                   ▄█▀▀▀▀▀▀▀██████▌
             █▄  ▄█▀           ▀▀█
              ▀▀▀███▄▄▄▄▄▄▄▄▄▄   █▄   ▄

               ▄▀▀         ▀▀▀▀▀▀▀██▀▀▀
         ▄▄▄▄▄█▄▄ ▄▀▀▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄█▄▄▄▄
         ████▒▒███    ████▒▒████▌
    ▀█▄ ▀
███████▄ ███▒▒███      ██▒▒█████       ▀█▄
 ███████ ▀█▒▒████     ▄█▒▒█████▀         ▀█ ▄  ▄▄
  ██████  ▌▀▀█████▄▄▄███████▀▀            ███▄███▌
 █████████  █████▀▀█▀▀██████▌             ██████▀
 ▀█████████ ███▄  ███   ▐███▌ ▄██       ▄█████▀
     ▀▀    ▀▀███████████████▄▄████▄▄▄▄█▀▀▀▀▀
               ▀▀▀███▀▀▀      ██████▄
                               ▀▀▀▀▀

▄█████████████████████████████▄
███████████████████████████████
███████████████████████████████
███████████████████████████████
█████████▀▀█████████▀▀█████████
███████ ▄▀▀         ▀▀▄ ███████
██████                   ██████
█████▌     ▄▄     ▄▄     ▐█████
█████     ████   ████     █████
█████      ▀▀     ▀▀      █████
█████▄   ▀▄▄▄     ▄▄▄▀   ▄█████
████████▄▄▄█████████▄▄▄████████
███████████████████████████████
███████████████████████████████
███████████████████████████████
 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█ █
█ █
█ █
█ █
█ █
laik2
Sr. Member
****
Offline Offline

Activity: 652
Merit: 266



View Profile WWW
March 13, 2018, 09:09:10 PM
 #978

Green? nVidia tuning?

Sorry if it's a newbie question but... I'm really intersted. It it's true, I can run naked in the street to celebrate  Grin

The Green GPUs are of more interest. Meanwhile, even if pushed to 33mh/s and undervolted to 100-110w, RX 400/500 isint that interesting anymore.

Nvidia timing mods are rather restricted regarding GTX atm. But i'm still collecting interestees;

https://pastebin.com/63RWr85T
Are you sure those are restricted? Last time I checked nvidia published it publically Cheesy


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

Activity: 199
Merit: 108

Look, I'm really not that interesting. Promise.


View Profile WWW
March 13, 2018, 10:11:13 PM
 #979

Green? nVidia tuning?

Sorry if it's a newbie question but... I'm really intersted. It it's true, I can run naked in the street to celebrate  Grin

The Green GPUs are of more interest. Meanwhile, even if pushed to 33mh/s and undervolted to 100-110w, RX 400/500 isint that interesting anymore.

Nvidia timing mods are rather restricted regarding GTX atm. But i'm still collecting interestees;

https://pastebin.com/63RWr85T
Are you sure those are restricted? Last time I checked nvidia published it publically Cheesy



Go modify a GTX VBIOS, then flash it.

And I mean actually modify the values. Not cross-flash another model.
OhGodAGirl
Full Member
***
Offline Offline

Activity: 199
Merit: 108

Look, I'm really not that interesting. Promise.


View Profile WWW
March 13, 2018, 10:16:58 PM
 #980

Do you like shitty UI's, boys and girls?



EDIT: Pasted the unshitty-but-still-shitty version.
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!