Bitcoin Forum
April 26, 2024, 03:39:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 ... 363 »
  Print  
Author Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching  (Read 237203 times)
N2DCRYPT
Jr. Member
*
Offline Offline

Activity: 148
Merit: 5


View Profile
August 10, 2018, 08:33:09 PM
 #3801

Ahhh...

i can´t connect to pool... I only get a error Message...

Any help?

{"pool_use_tls" : false, "pool" : "gulf.moneroocean.stream:10128", "wallet" : "4Cf2TfMKhGhJ2vsM3HeBUnYe52tXrvv8X1ajjuQEMUQ8iU8kvUzCSsCEacxFhEmeb2JgPpQ5chdyw3U iTfUgapJBhCxqisgNo5PFSQ9MwW", "password" : "MINER1"},

Could you post your start.bat file contents?
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714145981
Hero Member
*
Offline Offline

Posts: 1714145981

View Profile Personal Message (Offline)

Ignore
1714145981
Reply with quote  #2

1714145981
Report to moderator
1714145981
Hero Member
*
Offline Offline

Posts: 1714145981

View Profile Personal Message (Offline)

Ignore
1714145981
Reply with quote  #2

1714145981
Report to moderator
wgestickley
Newbie
*
Offline Offline

Activity: 76
Merit: 0


View Profile
August 10, 2018, 09:22:20 PM
 #3802

Ahhh...

i can´t connect to pool... I only get a error Message...

Any help?

{"pool_use_tls" : false, "pool" : "gulf.moneroocean.stream:10128", "wallet" : "4Cf2TfMKhGhJ2vsM3HeBUnYe52tXrvv8X1ajjuQEMUQ8iU8kvUzCSsCEacxFhEmeb2JgPpQ5chdyw3U iTfUgapJBhCxqisgNo5PFSQ9MwW", "password" : "MINER1"},

Could you post your start.bat file contents?

Thanks man, have done it step by stepp again and now it works fine...
Muhammadaffandi10
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
August 11, 2018, 02:46:11 AM
 #3803

/* This is just an example, edit it and remove comment lines (the slash and star) !! */
"gpu_conf" :
[
{ "id" : 0, "intensity" : 13, "double_threads" : true},
{ "id" : 1, "intensity" : 13, "double_threads" : true},
{ "id" : 2, "intensity" : 13, "double_threads" : true},
{ "id" : 3, "intensity" : 13, "double_threads" : true},
{ "id" : 4, "intensity" : 13, "double_threads" : true},
{ "id" : 5, "intensity" : 12, "double_threads" : true},
]

/* Make sure not to delete this last blank line */

this is how the end of the config looks like
iya caranya panjang mudah mengerti kaya gitu gan
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
August 11, 2018, 08:28:47 AM
 #3804

Here's a nice little tip on how to increase your hashrate even more :
Example for Vega56 doing normalv7 algo :

1.Put --enableduplicategpuid in start.bat at the end of line ( SRBMiner-CN.exe --config config-normalv7.txt --pools pools-normalv7.txt  --sendallstales --enableduplicategpuid )
2.Set gpu in config-normalv7.txt :

Code:
{
"cryptonight_type" : "normalv7",
"intensity" : 0,
"double_threads" : true,
"gpu_conf" :
[
{
 "id" : 0,
 "intensity" : 122,
 "worksize" : 8,
 "threads" : 1
},
{
 "id" : 0,
 "intensity" : 124,
 "worksize" : 8,
 "threads" : 1
}
]
}


What was done here?  When using 2 threads , the best value for intensity is 123. By enabling the usage of duplicate gpu id, you make 2 separate threads for 1 gpu, but one has value 123-1, the other 123+1.
This method can be used on any GPU, you just need to experiment with the intensities.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
mk111
Jr. Member
*
Offline Offline

Activity: 230
Merit: 1


View Profile
August 11, 2018, 10:06:50 AM
 #3805

Here's a nice little tip on how to increase your hashrate even more :
Example for Vega56 doing normalv7 algo :

1.Put --enableduplicategpuid in start.bat at the end of line ( SRBMiner-CN.exe --config config-normalv7.txt --pools pools-normalv7.txt  --sendallstales --enableduplicategpuid )
2.Set gpu in config-normalv7.txt :

Code:
{
"cryptonight_type" : "normalv7",
"intensity" : 0,
"double_threads" : true,
"gpu_conf" :
[
{
 "id" : 0,
 "intensity" : 122,
 "worksize" : 8,
 "threads" : 1
},
{
 "id" : 0,
 "intensity" : 124,
 "worksize" : 8,
 "threads" : 1
}
]
}


What was done here?  When using 2 threads , the best value for intensity is 123. By enabling the usage of duplicate gpu id, you make 2 separate threads for 1 gpu, but one has value 123-1, the other 123+1.
This method can be used on any GPU, you just need to experiment with the intensities.

Awesome I will try it later.
How much increase did you get with 1 x Vega 56?
Mine does 2028H/s per card at the moment.
wgestickley
Newbie
*
Offline Offline

Activity: 76
Merit: 0


View Profile
August 11, 2018, 11:52:28 AM
 #3806

Hey,

while playing around with auto switch, I was wondering, if there is an detailed overview for GPUs with best settings and intensity’s For SRB Miner?!
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
August 11, 2018, 11:53:56 AM
 #3807

Hey,

while playing around with auto switch, I was wondering, if there is an detailed overview for GPUs with best settings and intensity’s For SRB Miner?!

you can find a few in the first post, those are some numbers users posted here.

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

Activity: 76
Merit: 0


View Profile
August 11, 2018, 12:44:03 PM
 #3808

Hey,

while playing around with auto switch, I was wondering, if there is an detailed overview for GPUs with best settings and intensity’s For SRB Miner?!

you can find a few in the first post, those are some numbers users posted here.

Yes, I saw them. But actually not for my cards. I would love to get those number for RX570 and RX580. Is anybody so kind to share?

@Doc: why not collect all of this data on you Homepage? Perhaps for new User it is very interesting to check quick which Algo amd which card needs which threads and intensity?
livada
Newbie
*
Offline Offline

Activity: 417
Merit: 0


View Profile WWW
August 11, 2018, 01:49:26 PM
 #3809

Here's a nice little tip on how to increase your hashrate even more :
Example for Vega56 doing normalv7 algo :

1.Put --enableduplicategpuid in start.bat at the end of line ( SRBMiner-CN.exe --config config-normalv7.txt --pools pools-normalv7.txt  --sendallstales --enableduplicategpuid )
2.Set gpu in config-normalv7.txt :

Code:
{
"cryptonight_type" : "normalv7",
"intensity" : 0,
"double_threads" : true,
"gpu_conf" :
[
{
 "id" : 0,
 "intensity" : 122,
 "worksize" : 8,
 "threads" : 1
},
{
 "id" : 0,
 "intensity" : 124,
 "worksize" : 8,
 "threads" : 1
}
]
}


What was done here?  When using 2 threads , the best value for intensity is 123. By enabling the usage of duplicate gpu id, you make 2 separate threads for 1 gpu, but one has value 123-1, the other 123+1.
This method can be used on any GPU, you just need to experiment with the intensities.

Awesome I will try it later.
How much increase did you get with 1 x Vega 56?
Mine does 2028H/s per card at the moment.

in tube-haven-havy you lose 20HR per card with this Sad i not try in v7 and fast
56 is best
55/57 - 56/57 -55/56 - 56/58 - all is worse.
ikyo
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
August 12, 2018, 12:17:37 AM
 #3810

Here's a nice little tip on how to increase your hashrate even more :
Example for Vega56 doing normalv7 algo :

1.Put --enableduplicategpuid in start.bat at the end of line ( SRBMiner-CN.exe --config config-normalv7.txt --pools pools-normalv7.txt  --sendallstales --enableduplicategpuid )
2.Set gpu in config-normalv7.txt :

Code:
{
"cryptonight_type" : "normalv7",
"intensity" : 0,
"double_threads" : true,
"gpu_conf" :
[
{
 "id" : 0,
 "intensity" : 122,
 "worksize" : 8,
 "threads" : 1
},
{
 "id" : 0,
 "intensity" : 124,
 "worksize" : 8,
 "threads" : 1
}
]
}


What was done here?  When using 2 threads , the best value for intensity is 123. By enabling the usage of duplicate gpu id, you make 2 separate threads for 1 gpu, but one has value 123-1, the other 123+1.
This method can be used on any GPU, you just need to experiment with the intensities.
I tried this on my Vega 64's and saw a nice little bump for not doing much.  I was able to squeeze out between 15 and 20h/s per card.  So that really adds up pretty quickly.  Now I am going to cry and say it messes up my monitoring Smiley  I now see duplicate GPU's.
dopper
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
August 12, 2018, 07:21:19 AM
 #3811

Mine does 2028H/s per card at the moment.

care to share your config/clocks/voltage? please
mk111
Jr. Member
*
Offline Offline

Activity: 230
Merit: 1


View Profile
August 12, 2018, 09:59:43 AM
 #3812

Mining Stellite with 4 Vega 56.

https://imgur.com/a/aKgf6rt
mk111
Jr. Member
*
Offline Offline

Activity: 230
Merit: 1


View Profile
August 12, 2018, 10:51:57 AM
 #3813

Extra 21H/s per Vega 56 when using Doc's new trick Smiley
Now my Vega 56's do 2049H/s per card.

Anyone getting better results with reference Vega 56's?
Vince34
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 12, 2018, 11:03:00 AM
 #3814

Me  Smiley
mk111
Jr. Member
*
Offline Offline

Activity: 230
Merit: 1


View Profile
August 12, 2018, 11:13:57 AM
 #3815

Me  Smiley

LOL so tell us how...
Vince34
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 12, 2018, 01:10:39 PM
 #3816

Haha,
I have 4 VEGA 56 (3 ref & 1 peace of sh..)
I was at 7500-7520h/s  and now  I'm at 7620-7630h/s with the same "summer" profile (CC:1340Mhz / MC:900Mhz)
But I'm not sure all the speed up come from the duplicategpuid trick because I updated drivers (from blockchain to 18.6.1) and SRBMiner (from 1.5.5.1 to 1.6.6) at the same time.
jimmyD30
Jr. Member
*
Offline Offline

Activity: 64
Merit: 1


View Profile
August 12, 2018, 01:28:05 PM
 #3817

Anyone experience increased HR with v1.6.6 over v1.6.5 using Vega64s (without the trick)?
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
August 12, 2018, 02:51:34 PM
 #3818

I've got a question about the reboot script when using pool switching: do you have to set it for each algo separately or can you just add it at the end of the start.bat command line?
livada
Newbie
*
Offline Offline

Activity: 417
Merit: 0


View Profile WWW
August 12, 2018, 03:03:39 PM
 #3819

Haha,
I have 4 VEGA 56 (3 ref & 1 peace of sh..)
I was at 7500-7520h/s  and now  I'm at 7620-7630h/s with the same "summer" profile (CC:1340Mhz / MC:900Mhz)
But I'm not sure all the speed up come from the duplicategpuid trick because I updated drivers (from blockchain to 18.6.1) and SRBMiner (from 1.5.5.1 to 1.6.6) at the same time.

just remove duplicatedgpuid and see. i thinhk driver  up HR. duplicated gpuid not work for me.
HR is identical or  smaller with this otpion for me.
3*referal vega56 with 64 bios(1-2-4card) + 1 vega64LE(stock bios)(3card)=700W from the wall(tube) and 720W(xtl)
ver 1.6.4 + driver 1.8.34 standard option without --enableduplicategpuid
algo: tube and stellite

https://image.prntscr.com/image/_QihwWeLTQiGRpgtx9N3nQ.jpg

https://image.prntscr.com/image/lZW72vYJQAi33QmK1kotGA.jpg

stellite and v7 go up 20HR per card if use 1.6.1 driver but tube not work with HBC mem,.
RuMiner
Member
**
Offline Offline

Activity: 168
Merit: 15


View Profile
August 12, 2018, 04:25:30 PM
 #3820

I have 4 VEGA 56 (3 ref & 1 peace of sh..)
I was at 7500-7520h/s  and now  I'm at 7620-7630h/s with the same "summer" profile (CC:1340Mhz / MC:900Mhz)
that doubling trick doesn't work for me, but I have 7920-7925 h/s without it on 4 vega56 (ref or noname idk, it was OEM and the only sign on it is RADEON), cc 1450-1470, mc 925-935 (found exact stable maximum for each card).
Pages: « 1 ... 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 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 ... 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!