Bitcoin Forum
April 23, 2024, 10:19:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 [164] 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 ... 363 »
  Print  
Author Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching  (Read 237202 times)
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
July 09, 2018, 11:02:44 AM
 #3261

V1.6.3
- More speed on Vega56 cards on every algo (probably on Vega64 and VegaFE too, i don't have them to test)
- Added parameter --enableduplicategpuid (used in start.bat), that enables to use the same gpu id in gpu_conf multiple times
- Removed useless kernels 3 and 4
- Removed useless CPU opencl support

+ Vega cards should get even more speed than in previous version (try with adrenaline 18.3.4 or adrenaline 18.6.1)

+ Added parameter --enableduplicategpuid (in .bat) which basically allows you to do something like this :

"gpu_conf" :
[
   { "id" : 0, "intensity" : 120, "worksize" : 8, "threads" : 1},
   { "id" : 0, "intensity" : 120.5, "worksize" : 8, "threads" : 1},
]

So instead of using the same settings for every thread on same GPU, you can define different intensity for example for one thread.
This way maybe you can squeeze out a little more hash from your GPU.

On initialisation this is displayed as DIFFERENT GPU'S, but on hashrate display threads of same gpu are merged, so a per gpu hashrate is still displayed, not a per thread speed.

+ Removed a few useless things like kernels 3&4, and CPU OpenCL support, nobody used these but they just took me more time when implementing something new
What about cn-v7 algo on RX 5xx cards? You wanted to return speed from 1.6.0. On 1.6.1 and 1.6.2 cn-v7 algo on RX 580 is slower...

you should try

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713910741
Hero Member
*
Offline Offline

Posts: 1713910741

View Profile Personal Message (Offline)

Ignore
1713910741
Reply with quote  #2

1713910741
Report to moderator
1713910741
Hero Member
*
Offline Offline

Posts: 1713910741

View Profile Personal Message (Offline)

Ignore
1713910741
Reply with quote  #2

1713910741
Report to moderator
1713910741
Hero Member
*
Offline Offline

Posts: 1713910741

View Profile Personal Message (Offline)

Ignore
1713910741
Reply with quote  #2

1713910741
Report to moderator
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
July 09, 2018, 11:09:41 AM
 #3262

V1.6.3
- More speed on Vega56 cards on every algo (probably on Vega64 and VegaFE too, i don't have them to test)
- Added parameter --enableduplicategpuid (used in start.bat), that enables to use the same gpu id in gpu_conf multiple times
- Removed useless kernels 3 and 4
- Removed useless CPU opencl support

+ Vega cards should get even more speed than in previous version (try with adrenaline 18.3.4 or adrenaline 18.6.1)

+ Added parameter --enableduplicategpuid (in .bat) which basically allows you to do something like this :

"gpu_conf" :
[
   { "id" : 0, "intensity" : 120, "worksize" : 8, "threads" : 1},
   { "id" : 0, "intensity" : 120.5, "worksize" : 8, "threads" : 1},
]

So instead of using the same settings for every thread on same GPU, you can define different intensity for example for one thread.
This way maybe you can squeeze out a little more hash from your GPU.

On initialisation this is displayed as DIFFERENT GPU'S, but on hashrate display threads of same gpu are merged, so a per gpu hashrate is still displayed, not a per thread speed.

+ Removed a few useless things like kernels 3&4, and CPU OpenCL support, nobody used these but they just took me more time when implementing something new
What about cn-v7 algo on RX 5xx cards? You wanted to return speed from 1.6.0. On 1.6.1 and 1.6.2 cn-v7 algo on RX 580 is slower...

you should try
Allready trying... Please say in 1.6.3 on cn-v7 to got max speed need to wait some time? Or max speed is after start?
Amigo9881
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 09, 2018, 11:13:25 AM
 #3263

Dok, thanks for providing an awesome miner.

1. Can you please share you power play table file which you are using with 18.6.1 drivers + Overdrivetool settings for crytonightV7 algo


2. What are your settings for heavy algo in overdrivetool, have you tested yet ?

Thanks




doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
July 09, 2018, 11:34:02 AM
 #3264

Allready trying... Please say in 1.6.3 on cn-v7 to got max speed need to wait some time? Or max speed is after start?

it should be in a few minutes max, on my hynix 580 8gb cards i get the same hash as on 1.6.0.
Also on 470 8gb.
Don't have samsung 580 8g to try.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
July 09, 2018, 11:43:51 AM
 #3265

Dok, thanks for providing an awesome miner.

1. Can you please share you power play table file which you are using with 18.6.1 drivers + Overdrivetool settings for crytonightV7 algo


2. What are your settings for heavy algo in overdrivetool, have you tested yet ?

Thanks

1. powerplay table : https://files.fm/u/s68u78zx
Overdrivent: GPU 1450/925mV , MEM 950/910mV

Im not looking to get the max hash from the card, just set a value that is stable and works for my miner development.

2. Same settings, as im only using it for testing the miner

what i noticed is when connected with AnyDesk or TeamV the hashrate can't get to the max.
What i do is restart vega driver, start miner, disconnect from anydesk, connect back in 10 minutes to check hashrate and voila, it's good Cheesy

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
Amigo9881
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 09, 2018, 11:46:17 AM
 #3266

Dok, thanks for providing an awesome miner.

1. Can you please share you power play table file which you are using with 18.6.1 drivers + Overdrivetool settings for crytonightV7 algo


2. What are your settings for heavy algo in overdrivetool, have you tested yet ?

Thanks

1. powerplay table : https://files.fm/u/s68u78zx
Overdrivent: GPU 1450/925mV , MEM 950/910mV

Im not looking to get the max hash from the card, just set a value that is stable and works for my miner development.

2. Same settings, as im only using it for testing the miner

Thanks Alot Smiley
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
July 09, 2018, 11:51:31 AM
 #3267

Allready trying... Please say in 1.6.3 on cn-v7 to got max speed need to wait some time? Or max speed is after start?

it should be in a few minutes max, on my hynix 580 8gb cards i get the same hash as on 1.6.0.
Also on 470 8gb.
Don't have samsung 580 8g to try.
What intensity you're use and what speed have?
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
July 09, 2018, 11:58:40 AM
 #3268

Allready trying... Please say in 1.6.3 on cn-v7 to got max speed need to wait some time? Or max speed is after start?

it should be in a few minutes max, on my hynix 580 8gb cards i get the same hash as on 1.6.0.
Also on 470 8gb.
Don't have samsung 580 8g to try.
What intensity you're use and what speed have?

Straps for ETH, 1150/2050 , 100w from the wall ~ 950hs on v7
56/8/2

yes it can be pushed way over 1000hs but im not looking for that, only using it for testing the miner.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
duyquang06
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
July 09, 2018, 12:14:32 PM
 #3269

Doc, tks for 1.6.3

I still stick with Aug23. I will test and report the result. Hope it got buff hashrate too!!!
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
July 09, 2018, 12:16:20 PM
 #3270

Allready trying... Please say in 1.6.3 on cn-v7 to got max speed need to wait some time? Or max speed is after start?

it should be in a few minutes max, on my hynix 580 8gb cards i get the same hash as on 1.6.0.
Also on 470 8gb.
Don't have samsung 580 8g to try.
What intensity you're use and what speed have?

Straps for ETH, 1150/2050 , 100w from the wall ~ 950hs on v7
56/8/2

yes it can be pushed way over 1000hs but im not looking for that, only using it for testing the miner.
With 1.6.3 the same situation as with 1.6.2... On cn-v7 RX 580 8Gb max speed is 1000 h/s on intensity 108, but not every launch. Miner needs to several starts to get this speed. Waiting up to 5 minutes not helps. Mostly speed is 985 h/s. On 1.6.0 speed is up to 1035-1040 h/s with intensity 116-117.
zeef
Newbie
*
Offline Offline

Activity: 296
Merit: 0


View Profile
July 09, 2018, 12:17:59 PM
 #3271

my result vega64 1550/920, 1100/920 heavy algo.
Is it possible to make more than 1700hs?
Driver?

win10-64bit-radeon-software-adrenalin-edition-18.6.1-june13
https://thumb.ibb.co/diHN98/img_2018_07_09_12_10_23.png




what motherboard you use for connecting all the vegas?

Smiley
duyquang06
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
July 09, 2018, 12:36:30 PM
 #3272

Doc, tks for 1.6.3

I still stick with Aug23. I will test and report the result. Hope it got buff hashrate too!!!

Vega56 REF AUG23 driver
1.6.2 5648h/s
1.6.3 52xxh/s

Sad. IDK why my rigs can't stable on new driver. Anyone vega here? which driver u using? 
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
July 09, 2018, 12:48:46 PM
 #3273

With 1.6.3 the same situation as with 1.6.2... On cn-v7 RX 580 8Gb max speed is 1000 h/s on intensity 108, but not every launch. Miner needs to several starts to get this speed. Waiting up to 5 minutes not helps. Mostly speed is 985 h/s. On 1.6.0 speed is up to 1035-1040 h/s with intensity 116-117.

On v7 all of my cards , 470, 480, 570, 580 4gb or 8gb they all get the same speed on every launch, this is how it was in earlier versions too, only heavy had this 'have to run multiple times' to get max speed thing.
I changed almost everything in this kernel like it was in 1.6.0 for Rx cards, also nothing that has impact on intensity setting has been changed since, i don't know last 10 versions, so if 116 was a good value in 1.6.0 it should be a good value now too, i don't understand how can't you set it to 116 as before.
I also used the fragment value you wrote earlier here as a default for 580 8gb, you said you get the best results with it.

For me it's interesting that on a few xfx 580 8gb i have, even not on the same rigs, i can use the same settings on v.1.6.2 as before , and get the same hashrate as before. But i havent changed or tried out new drivers or anything on these rigs, cause they are mining rigs, the most important is that they run always stable, so i stick to a driver that is proven to be good/stable.

Win 7 or Win10, doesn't matter, blockchain drivers installed from day 1.

So i basically just upload a new version of miner when testing to the rig, copy the old config files and run the miner.
This way using absolutely everything same i can know if something is better/worse.


SRBMiner-MULTI thread - HERE
http://www.srbminer.com
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
July 09, 2018, 12:50:18 PM
 #3274

Doc, tks for 1.6.3

I still stick with Aug23. I will test and report the result. Hope it got buff hashrate too!!!

Vega56 REF AUG23 driver
1.6.2 5648h/s
1.6.3 52xxh/s

Sad. IDK why my rigs can't stable on new driver. Anyone vega here? which driver u using? 

Ouch. Im testing Vega on 18.3.4 version, it's really stable for me.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
DeshaCAM
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
July 09, 2018, 12:54:48 PM
 #3275

Allready trying... Please say in 1.6.3 on cn-v7 to got max speed need to wait some time? Or max speed is after start?

it should be in a few minutes max, on my hynix 580 8gb cards i get the same hash as on 1.6.0.
Also on 470 8gb.
Don't have samsung 580 8g to try.
What intensity you're use and what speed have?

Straps for ETH, 1150/2050 , 100w from the wall ~ 950hs on v7
56/8/2

yes it can be pushed way over 1000hs but im not looking for that, only using it for testing the miner.
With 1.6.3 the same situation as with 1.6.2... On cn-v7 RX 580 8Gb max speed is 1000 h/s on intensity 108, but not every launch. Miner needs to several starts to get this speed. Waiting up to 5 minutes not helps. Mostly speed is 985 h/s. On 1.6.0 speed is up to 1035-1040 h/s with intensity 116-117.

... try intensity 68, this is how i set for cn-v7 (samsung 580 8g 1300/2050)
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
July 09, 2018, 01:14:19 PM
 #3276

Great stuff!
I am getting 40H/s extra per Vega 56 with V1.6.3 Smiley

That is what i measured too, increase on V7 about ~35HS.
But listen i just installed 18.6.1 and got even more HS! +30 LOL

So nice, this is a huge boost  Grin

After testing 18.6.1 a little more, i can't get heavy algos hash at speed they used to on 18.3.4, the 'pre-heating' trick isn't working at all.
Is it just me or  ?
V7 hashrate is increased tho.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
duyquang06
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
July 09, 2018, 01:17:42 PM
 #3277

Doc, tks for 1.6.3

I still stick with Aug23. I will test and report the result. Hope it got buff hashrate too!!!

Vega56 REF AUG23 driver
1.6.2 5648h/s
1.6.3 52xxh/s

Sad. IDK why my rigs can't stable on new driver. Anyone vega here? which driver u using? 

Ouch. Im testing Vega on 18.3.4 version, it's really stable for me.

ya, i will try, thank doc
btw, someone should buy for you a white lab coat, haha, can't wait Grin
zeef
Newbie
*
Offline Offline

Activity: 296
Merit: 0


View Profile
July 09, 2018, 01:30:58 PM
 #3278

V1.6.3
- More speed on Vega56 cards on every algo (probably on Vega64 and VegaFE too, i don't have them to test)
- Added parameter --enableduplicategpuid (used in start.bat), that enables to use the same gpu id in gpu_conf multiple times
- Removed useless kernels 3 and 4
- Removed useless CPU opencl support

+ Vega cards should get even more speed than in previous version (tested with adrenaline 18.3.4)

+ Added parameter --enableduplicategpuid (in .bat) which basically allows you to do something like this :

"gpu_conf" :
[
   { "id" : 0, "intensity" : 120, "worksize" : 8, "threads" : 1},
   { "id" : 0, "intensity" : 120.5, "worksize" : 8, "threads" : 1},
]

So instead of using the same settings for every thread on same GPU, you can define different intensity for example for one thread.
This way maybe you can squeeze out a little more hash from your GPU.

On initialisation this is displayed as DIFFERENT GPU'S, but on hashrate display threads of same gpu are merged, so a per gpu hashrate is still displayed, not a per thread speed.

+ Removed a few useless things like kernels 3&4, and CPU OpenCL support, nobody used these but they just took me more time when implementing something new

Hi doktor,

Nice job,

Testing version 1.6.3 with heavy and cryptov7 i got better hashes in vega (30hs more) Smiley

Using the bittube v2 algo i got a less hash , 900 hs.. instead of 15xx..

I tell about this problem some posts ago even in prevous version after a time the hash drop a lot , in bitube algo. Shocked

Can you check your kernel for this algo. Smiley

Im on 1709 windows version and using 18.6.1 amd drivers  Cool

Thanks
AlexNorth
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
July 09, 2018, 01:51:25 PM
 #3279

With 1.6.3 the same situation as with 1.6.2... On cn-v7 RX 580 8Gb max speed is 1000 h/s on intensity 108, but not every launch. Miner needs to several starts to get this speed. Waiting up to 5 minutes not helps. Mostly speed is 985 h/s. On 1.6.0 speed is up to 1035-1040 h/s with intensity 116-117.

On v7 all of my cards , 470, 480, 570, 580 4gb or 8gb they all get the same speed on every launch, this is how it was in earlier versions too, only heavy had this 'have to run multiple times' to get max speed thing.
....
Hi dok! Little trick for get hashrate on new drivers same as on blockchain drivers. Setup old blockchain beta drivers, clean up the cache folder, start SRBMiner, after compiling kernel file stop the miner. Setup new drivers like 18.5.1 or latest and start SRB. Hash rate will be same as on blockchain drivers and less power consumption.
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
July 09, 2018, 02:09:24 PM
 #3280

Hi doktor,

Nice job,

Testing version 1.6.3 with heavy and cryptov7 i got better hashes in vega (30hs more) Smiley

Using the bittube v2 algo i got a less hash , 900 hs.. instead of 15xx..

I tell about this problem some posts ago even in prevous version after a time the hash drop a lot , in bitube algo. Shocked

Can you check your kernel for this algo. Smiley

Im on 1709 windows version and using 18.6.1 amd drivers  Cool

Thanks

I can't replicate this, as when using the 'pre-heating' trick on bittube algo i get a hashrate of ~1580hs and it stays like that for hours +- a few %.
Also no one else reported this here on the forum except you, but i have a few people i know they mine bittube and don't have this problem.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
Pages: « 1 ... 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 [164] 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 ... 363 »
  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!