Bitcoin Forum
April 26, 2024, 09:37:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 [259] 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 ... 363 »
  Print  
Author Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching  (Read 237203 times)
Dripac
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
November 10, 2018, 04:29:36 PM
 #5161

Change strap on other cards.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714124223
Hero Member
*
Offline Offline

Posts: 1714124223

View Profile Personal Message (Offline)

Ignore
1714124223
Reply with quote  #2

1714124223
Report to moderator
1714124223
Hero Member
*
Offline Offline

Posts: 1714124223

View Profile Personal Message (Offline)

Ignore
1714124223
Reply with quote  #2

1714124223
Report to moderator
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
November 10, 2018, 04:33:14 PM
 #5162

Hello,
I need some help,
I have 4 RX 580 nitro + (8go) , 1 hynix , 3 micron . I was mining with SRB at 850h/s each (V8 Xmr)

I did this to increase my hashrate.
- Custom build with SRB Polaris ( I just pressed PIMP my strap then save BIOS and flash)
- then I DDU my old driver and install new one 18.6.1.
- then used atidmkpacher
- I tried the latest version of the miner with 58 intensity double thread for each RX580.

But now I'm mining at 350h/s each...
{
"cryptonight_type" : "normalv8",
"intensity" : 100,
"double_threads" : true,
"worksize" : 8,
"threads" : 2,
"fragments" : 16,
"bralock" : 50
}
1180/2150 900/950mv 942h per card.

Thanks, one card is running at 950h/s with these setting , the 3 others still 850..
All 4 at 1250clock /2250 memory

This is a little malformed config, you should set your gpu's in gpu_conf :

Open config file for your V8 algo , and make it look like this:
Code:
{
"cryptonight_type" : "normalv8",
"intensity" : 0,
"double_threads" : true,

"gpu_conf" :
[
{ "id" : 0, "intensity" : 100, "worksize" : 8, "threads" : 2, "fragments" : 16, "bralock" : 50},
{ "id" : 1, "intensity" : 100, "worksize" : 8, "threads" : 2, "fragments" : 16, "bralock" : 50},
{ "id" : 2, "intensity" : 100, "worksize" : 8, "threads" : 2, "fragments" : 16, "bralock" : 50}
]
}

i dont know the exact id's and settings of your GPU's this is just an example, you should change it to suit your needs.

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

Activity: 71
Merit: 0


View Profile
November 10, 2018, 04:36:09 PM
 #5163

Ok tnx for info  Smiley
KhorneFlake
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
November 10, 2018, 04:39:22 PM
 #5164

V1.7.0
- Speed increase on BitTube/Haven/Heavy/Italo algos up to ~10% (depends of gpu)
- Small speed increase on V8 algo for Vegas
- Added new algo CN-Dark [CryoNote]
- Added new algo CN-Fest [Festival coin]
- Added startup monitor which monitors miner startup process
- Added new work mode for GPU hashrate watchdog [--gpuwatchdogdisablemode]
- Added yet another gpu tuning parameter 'aes'
- Fixed a bug related to hash speed monitor and algo switching
- Small bug fixes


+ Performance boost for BitTube/Haven/Heavy/Italo algos up to ~10%, some cards gained 1% some 10%, i don't have exact numbers, you should try it out and see.
Vegas gained the most, also i hope that i fixed the Ellesmere 8Gb cards problem, not reaching max hashing speed. If you had 1k+ on some earlier versions, you should be able to reach it now again but you MUST set fragments to 0 if you are setting it by hand, otherwise it probably won't reach max speeds.
And no fee increase because of the extra performance, it stays at ~0.85%

+ Some small optimisation gained around +10hs on my test Vega56 on V8 algo

+ Added new algos : Cryptonight Dark and Fest

+ Startup monitor, a few of you have problems that sometimes miner wont hang, but it stops on GPU init process. I added a watchdog that should restart miner or run a user defined script if miner won't start working for a period of time. User can define this time period, default is 2 minutes.
So if miner can't init gpu's but the process did not freeze, or hang, the watchdog should trigger after 2 minutes and restart the miner.

Parameters that can be set in start.bat :

--maxstartuptime value (max time to init gpu's and start mining, min 10 sec, max 10 min, def. 2 min)
--maxstartuptimescript filename (run this script if maxstartuptime is exceeded)
--disablestartupmonitor (disable watchdog for miner startup interval)

+ If you dont want the gpu hashrate watchdog to restart the whole miner if a gpu hangs, now a new mode is available : disable mode
What this does is if it detects that your card can't hash (speed is 0), and its not because your driver crashed (because if that happens nothing can help you  Grin ), then it will disable that gpu, so the other gpu's can continue to work and no miner restart will occur.

To use this mode put --gpuwatchdogdisablemode in start.bat

+ gpu_conf, new parameter 'aes' . Never enough of extra tuning parameters, right ?
This parameter can have the value of 0,1 or 2. Default is 0, and it is probably the best option for newer cards. This parameter just select the method for AES calculation part in the kernel. You can try it out, maybe you gain a few more hashes if you find the right one for your GPU
So, where can we download it?
Dripac
Newbie
*
Offline Offline

Activity: 71
Merit: 0


View Profile
November 10, 2018, 04:40:16 PM
 #5165

Here
https://mega.nz/#F!qVIgxAwB!kKmgCDICmQwbdVvMb-tAag
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
November 10, 2018, 04:40:42 PM
 #5166

So, where can we download it?

are you for real or is this a joke ?  Roll Eyes

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

Activity: 27
Merit: 0


View Profile
November 10, 2018, 04:47:23 PM
 #5167

So, where can we download it?

are you for real or is this a joke ?  Roll Eyes
For real... The dl link on the official page still says 1.6.9...
https://i.imgur.com/LJ6NwII.png
Meh...
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
November 10, 2018, 05:14:25 PM
 #5168

So, where can we download it?

are you for real or is this a joke ?  Roll Eyes
For real... The dl link on the official page still says 1.6.9...

Meh...


shift+f5 in browser makes your cached page go away

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

Activity: 27
Merit: 0


View Profile
November 10, 2018, 05:17:28 PM
 #5169

But either way, I'm running the latest version now and still having a spastic secondary GPU. In fact, even on TeamRedMiner I'm seeing something similar. One GPU gets around 1900h/s, but teh secondary is even worse, around 600h/s... I seriously don't know what to do anymore, I'm helpless. Reinstalled Windows, updated drivers, updated BIOS, did everything I could, no hope.
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
November 10, 2018, 05:33:13 PM
 #5170

But either way, I'm running the latest version now and still having a spastic secondary GPU. In fact, even on TeamRedMiner I'm seeing something similar. One GPU gets around 1900h/s, but teh secondary is even worse, around 600h/s... I seriously don't know what to do anymore, I'm helpless. Reinstalled Windows, updated drivers, updated BIOS, did everything I could, no hope.

Sell that gpu to a gamer and get yourself one that works  Smiley

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

Activity: 230
Merit: 1


View Profile
November 10, 2018, 05:38:24 PM
Last edit: November 10, 2018, 06:18:07 PM by mk111
 #5171

Thanks Doc!
I get 120h/s extra with V1.7.0 on my Vega 56's!
They doing around 1690h/s per card on heavy/bittubev2
RuMiner
Member
**
Offline Offline

Activity: 168
Merit: 15


View Profile
November 10, 2018, 06:00:18 PM
 #5172

good job, 10x! adds about 20 h/s each Vega on normalv8.

btw did anybody measure power consumption?
tvukoman
Jr. Member
*
Offline Offline

Activity: 69
Merit: 5


View Profile
November 10, 2018, 08:54:38 PM
 #5173

V1.7.0
- Speed increase on BitTube/Haven/Heavy/Italo algos up to ~10% (depends of gpu)

+ Performance boost for BitTube/Haven/Heavy/Italo algos up to ~10%, some cards gained 1% some 10%, i don't have exact numbers, you should try it out and see.
Vegas gained the most, also i hope that i fixed the Ellesmere 8Gb cards problem, not reaching max hashing speed. If you had 1k+ on some earlier versions, you should be able to reach it now again but you MUST set fragments to 0 if you are setting it by hand, otherwise it probably won't reach max speeds.
And no fee increase because of the extra performance, it stays at ~0.85%

Nice work "Dok" on heavy Algo (Bit Tube 2), on same settings Vega cards got impressive H/s about 10% Rx570 4GB got 3% :-)

But... stress on the cards is increased so must tuning again :-( I have stable rig in bittube2 for days, but now restarted once on hour...

That leads me to this: can you please consider my recommendation:

1. put mining fee to your adress all the time of mining like TRM do? So, if miner restart miner's will not lose profit for additional fees. Extra bonus for miners and dev is that we will never disconnect and connect to pool (my test with supportxmr.com pool show benefit in income, because always connected to pool)
2. Increase fee to 1,00% because you will loose some fee now earning because restarting miner and mining fee for first 15 minutes.

Please...

 
sky2018miner
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
November 10, 2018, 09:45:19 PM
 #5174

distinguished developer
one question
do you still support old pitcairn video cards ?
After the test of your latest version 1.7.0 I am at a loss?
srb 1.6.9 pitcairn 370 2 gb stelite v4 --- 485h / s
srb 1.7.0 ---- 226h / s
total failure
koccc
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 10, 2018, 11:24:29 PM
 #5175

480 8gb samsung (strap Ubermax 3.1) 1300/2000/1.00v
Bittube
config:
{ "id" : 0, "intensity" : 59, "worksize" : 8, "threads" : 2}

srb 1.6.9 1169h  Cool
srb 1.7.0 1100h  Undecided

Quote
Speed increase on BitTube/Haven/Heavy/Italo algos up to ~10% (depends of gpu)
Houston we have a problem! Cry
TigTex
Jr. Member
*
Offline Offline

Activity: 55
Merit: 5


View Profile
November 10, 2018, 11:36:22 PM
Last edit: November 10, 2018, 11:53:49 PM by TigTex
 #5176

Hello

I found a bug with the new startup monitor option
If you run benchmark-algos.bat, the startup monitor will kick in and restart the miner every 120seconds and the benchmark never finishes
The .bat file needs "--disablestartupmonitor" OR make sure that "--benchmarkalgos" always disables all watchdogs
edit: one more! benchmark-algos doesn't benchmark "dark" nor "festival"

.::. TigTex .::.
Good luck! Have a nice hash
sergbolshoy
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
November 11, 2018, 01:07:41 AM
 #5177

So... My RX 574 + 100H/s (v.1.6.9 = 750-770   v.1.7.0= 850-870) - nice! But RX 564 lower on new version (v.1.6.9 = 500   v.1.7.0= 450) bad! All cards same options at two versions.
Shivoreun
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
November 11, 2018, 02:09:57 AM
 #5178

distinguished developer
one question
do you still support old pitcairn video cards ?
After the test of your latest version 1.7.0 I am at a loss?
srb 1.6.9 pitcairn 370 2 gb stelite v4 --- 485h / s
srb 1.7.0 ---- 226h / s
total failure

Confirming the problem Sad On the RX560 cards there is big hashrate fall... (measured now on haven algo)
v1.6.9 = 613H/s
v1.7.0 = 501H/s
The settings, the driver version - all the same.
If I copy the kernel files, compiled on v1.6.9, to the .\Cache dir of v1.7.0, the RX560's hashrate is about 520-530H/s. But anyway - the problem is present Sad

P.S. RX570/580 have some hashrate increase, is about 30H/s

P.S. Sorry for errors in English - it's not my native language...
peterboy1
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile
November 11, 2018, 02:45:04 AM
 #5179

what to do if you get compute errors?
Mahaprajapati
Newbie
*
Offline Offline

Activity: 15
Merit: 1


View Profile
November 11, 2018, 02:52:40 AM
 #5180

what to do if you get compute errors?

also getting compute errors, can't shake them, on vega FEs, 18.q3.1-oct1 driver, Heavy
Pages: « 1 ... 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 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 [259] 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 ... 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!