N2DCRYPT
Jr. Member
Offline
Activity: 148
Merit: 5
|
 |
August 10, 2018, 08:33:09 PM |
|
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?
|
|
|
|
wgestickley
Newbie
Offline
Activity: 76
Merit: 0
|
 |
August 10, 2018, 09:22:20 PM |
|
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
Activity: 126
Merit: 10
|
 |
August 11, 2018, 02:46:11 AM |
|
/* 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)
|
 |
August 11, 2018, 08:28:47 AM |
|
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 : { "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.
|
|
|
|
mk111
Jr. Member
Offline
Activity: 230
Merit: 1
|
 |
August 11, 2018, 10:06:50 AM |
|
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 : { "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
Activity: 76
Merit: 0
|
 |
August 11, 2018, 11:52:28 AM |
|
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)
|
 |
August 11, 2018, 11:53:56 AM |
|
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.
|
|
|
|
wgestickley
Newbie
Offline
Activity: 76
Merit: 0
|
 |
August 11, 2018, 12:44:03 PM |
|
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
Activity: 417
Merit: 0
|
 |
August 11, 2018, 01:49:26 PM |
|
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 : { "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  i not try in v7 and fast 56 is best 55/57 - 56/57 -55/56 - 56/58 - all is worse.
|
|
|
|
ikyo
Newbie
Offline
Activity: 18
Merit: 0
|
 |
August 12, 2018, 12:17:37 AM |
|
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 : { "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  I now see duplicate GPU's.
|
|
|
|
dopper
Newbie
Offline
Activity: 14
Merit: 0
|
 |
August 12, 2018, 07:21:19 AM |
|
Mine does 2028H/s per card at the moment.
care to share your config/clocks/voltage? please
|
|
|
|
|
mk111
Jr. Member
Offline
Activity: 230
Merit: 1
|
 |
August 12, 2018, 10:51:57 AM |
|
Extra 21H/s per Vega 56 when using Doc's new trick  Now my Vega 56's do 2049H/s per card. Anyone getting better results with reference Vega 56's?
|
|
|
|
Vince34
Newbie
Offline
Activity: 12
Merit: 0
|
 |
August 12, 2018, 11:03:00 AM |
|
Me 
|
|
|
|
mk111
Jr. Member
Offline
Activity: 230
Merit: 1
|
 |
August 12, 2018, 11:13:57 AM |
|
Me  LOL so tell us how...
|
|
|
|
Vince34
Newbie
Offline
Activity: 12
Merit: 0
|
 |
August 12, 2018, 01:10:39 PM |
|
Me  LOL so tell us how... 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
Activity: 64
Merit: 1
|
 |
August 12, 2018, 01:28:05 PM |
|
Anyone experience increased HR with v1.6.6 over v1.6.5 using Vega64s (without the trick)?
|
|
|
|
dragonmike
|
 |
August 12, 2018, 02:51:34 PM |
|
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
Activity: 417
Merit: 0
|
 |
August 12, 2018, 03:03:39 PM |
|
Me  LOL so tell us how... 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.jpghttps://image.prntscr.com/image/lZW72vYJQAi33QmK1kotGA.jpgstellite and v7 go up 20HR per card if use 1.6.1 driver but tube not work with HBC mem,.
|
|
|
|
RuMiner
Member

Offline
Activity: 168
Merit: 15
|
 |
August 12, 2018, 04:25:30 PM |
|
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).
|
|
|
|
|