Bitcoin Forum
June 05, 2023, 05:36:28 PM *
News: Latest Bitcoin Core release: 25.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 310 311 312 313 314 315 316 317 318 319 320 321 322 323 [324] 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 »
  Print  
Author Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching  (Read 236720 times)
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
April 05, 2019, 10:23:10 AM
 #6461

Dok & guys, quick one please:

is the "heavy-x" algo needed to mine x-cash giving the same sort of hashrates as the other heavy/heaven variants (i.e. approx 1750 h/s on Vegas)? I can't seem to find much on this. The Excel spreadsheet does not include any community contributions for that specific algo...
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1685986588
Hero Member
*
Offline Offline

Posts: 1685986588

View Profile Personal Message (Offline)

Ignore
1685986588
Reply with quote  #2

1685986588
Report to moderator
GKumaran
Member
**
Offline Offline

Activity: 204
Merit: 10


View Profile
April 05, 2019, 11:54:09 AM
 #6462

Dok & guys, quick one please:

is the "heavy-x" algo needed to mine x-cash giving the same sort of hashrates as the other heavy/heaven variants (i.e. approx 1750 h/s on Vegas)? I can't seem to find much on this. The Excel spreadsheet does not include any community contributions for that specific algo...

Yeah x-cash uses heavy-x algo.
I made this chart to keep track of my hashrates.
CN Cheat Sheet
livada
Newbie
*
Offline Offline

Activity: 417
Merit: 0


View Profile WWW
April 05, 2019, 04:22:03 PM
 #6463

Dok & guys, quick one please:

is the "heavy-x" algo needed to mine x-cash giving the same sort of hashrates as the other heavy/heaven variants (i.e. approx 1750 h/s on Vegas)? I can't seem to find much on this. The Excel spreadsheet does not include any community contributions for that specific algo...

no.
vega 56 hynix give 950hr
vega 56 samsung give 1000hr
NCarter84
Jr. Member
*
Offline Offline

Activity: 195
Merit: 4


View Profile
April 05, 2019, 06:38:00 PM
 #6464

Can we use "persistent_memory" in the CMD Line?
Pennywis3
Full Member
***
Offline Offline

Activity: 327
Merit: 100


View Profile
April 05, 2019, 11:26:58 PM
 #6465

Doc, do we know why TR has such different power consumption compared to other miners?
Are you working on this? Well, I hope something similar can be implemented in your miner too  Wink

GKumaran
Member
**
Offline Offline

Activity: 204
Merit: 10


View Profile
April 06, 2019, 01:03:08 AM
 #6466

The miner has stopped working bug is getting pretty annoying very quickly. Huh
GKumaran
Member
**
Offline Offline

Activity: 204
Merit: 10


View Profile
April 06, 2019, 01:18:39 AM
 #6467

Modified the startup code from wildrigminer to run SRBminer. Can others with the "miner has stopped working" bug also test it out and suggest any other alternatives to this issue.

start_miner.bat
Code:
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off
cd %~dp0

cls

:loop

for /f "tokens=2 delims==" %%a in ('wmic OS Get localdatetime /value') do set "dt=%%a"
set LOGTIME=%dt:~0,4%_%dt:~4,2%_%dt:~6,2%_%dt:~8,2%_%dt:~10,2%_%dt:~12,2%
set LOGTIME=%LOGTIME: =%
set LOGTIME=%LOGTIME:,=.%.txt

SRBMiner-CN.exe --ccryptonighttype XXX --cpool POOL --cwallet WALLET --cpassword P --cworker R --startupscript ABC.bat --rebootscriptgpuwatchdog XYZ.bat --cjobtimeout 24000 --ckeepalive true --apienable --apiport API --apirigname ZZ --logfile Log\%LOGTIME% --gpuerrorsalert 5 --gpureorder

if ERRORLEVEL 1000 goto custom
timeout /t 5
goto loop

:custom
echo Fucking Error again, killing the damn thing

TASKKILL /F /IM SRBMiner-CN.exe

timeout /t 5
goto loop
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2268
Merit: 625


View Profile WWW
April 06, 2019, 10:42:27 AM
 #6468

Can we use "persistent_memory" in the CMD Line?

No, but that parameter is anyways only used when old mode is enabled, and i think it became.. useless


Doc, do we know why TR has such different power consumption compared to other miners?
Are you working on this? Well, I hope something similar can be implemented in your miner too  Wink



We all know why, but we - the others - who don't have enough knowledge with GCN asm, probably can't do much atm.

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

Activity: 59
Merit: 0


View Profile
April 06, 2019, 09:19:38 PM
 #6469

Algorithm: Cryptonight V4 (R) - after 1 minute of work produces multiple errors!
babkaVkedax
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
April 06, 2019, 10:29:52 PM
 #6470

How to write startup_script: -cclock, -mclock, -cvddc, -mvddc and run it?
Thank.

First download a Claymore miner, then try those commands.

I asked about startup_script.
ManDoneKTM
Newbie
*
Offline Offline

Activity: 150
Merit: 0


View Profile
April 07, 2019, 11:31:43 AM
 #6471

Algorithm: Cryptonight V4 (R) - after 1 minute of work produces multiple errors!
Same here , i switched to another miner , until this will solved Wink
duketasos
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
April 07, 2019, 11:33:44 AM
 #6472

thinking of bios modification to my ref vegas 56. Can someone please (that has done it) tells me a good stable config and the pros/cons of all this? does it worth it? already stable 56's with 1880h/s each
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2268
Merit: 625


View Profile WWW
April 07, 2019, 11:38:41 AM
 #6473

Algorithm: Cryptonight V4 (R) - after 1 minute of work produces multiple errors!
Same here , i switched to another miner , until this will solved Wink

Maybe you guys could give a little more info, because i can't really help you if you say 'it s not working'.
I have rx550,560, rx470,480,570,580 4g and 8g. Vega56 and its working on every rig. Also i guess it works for the majority because this forum thread would be flooded with 'not working' messages.

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

Activity: 2268
Merit: 625


View Profile WWW
April 07, 2019, 11:44:49 AM
 #6474

How to write startup_script: -cclock, -mclock, -cvddc, -mvddc and run it?
Thank.

First download a Claymore miner, then try those commands.

I asked about startup_script.

SRBMiner does not have cclock, -mclock, -cvddc, -mvddc parameters

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

Activity: 150
Merit: 0


View Profile
April 07, 2019, 11:53:27 AM
 #6475

btw , i use latest amd driver . i had issues with 18.6.1 and then i updated to the latest and no issues found , for ex rig frozen or dropping hashrate .
JuanHungLo
Hero Member
*****
Offline Offline

Activity: 935
Merit: 1001


I don't always drink...


View Profile
April 07, 2019, 02:54:43 PM
 #6476

thinking of bios modification to my ref vegas 56. Can someone please (that has done it) tells me a good stable config and the pros/cons of all this? does it worth it? already stable 56's with 1880h/s each

You cannot mod the BIOS of a Vega 56, you can only modify PowerPlay tables for Vega.  Alternatively, you can use Win10 and the latest beta version of OverdriveNTool 0.2.8beta1.  Also, you can swap the Vega 56 BIOS with the Vega 64 BIOS.  But you cannot mod a Vega BIOS.

Bull markets are born on pessimism, grow on skepticism, mature on optimism, and die on euphoria. - John Templeton
Prolow
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 07, 2019, 03:02:51 PM
 #6477

I had an issue where my vega rig crashed after about 8-9 hours when I upgraded from SRB 1.8.0 to 1.8.2, I was using 18.5.1. After that I tried installing the 19.4.1 and install all the windows updates, and now it seems to be working as it should. However I do get a few shares rejected due to low diff, not really sure why though.
duketasos
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
April 08, 2019, 10:39:51 AM
 #6478

thinking of bios modification to my ref vegas 56. Can someone please (that has done it) tells me a good stable config and the pros/cons of all this? does it worth it? already stable 56's with 1880h/s each

You cannot mod the BIOS of a Vega 56, you can only modify PowerPlay tables for Vega.  Alternatively, you can use Win10 and the latest beta version of OverdriveNTool 0.2.8beta1.  Also, you can swap the Vega 56 BIOS with the Vega 64 BIOS.  But you cannot mod a Vega BIOS.

HEllo thanks for your reply, yes i meant swapping bios..do you know any drawbacks like high temperatures etc or all just the same, my problems is that im living in a country with high ambient temps so i cant bear to set the fans any higher already i have a vega fan headache.already using overdrive (older version) to config vegas everything seted up via vega mining guide and powertable
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2268
Merit: 625


View Profile WWW
April 08, 2019, 05:08:35 PM
 #6479

Because some reported 'random miner crashes not related to gpu crashes', i made a little tool as a workaround, until i find the bug(s) and fix them.
This tool serves as a replacement for scripts you can set up to monitor the miner process and start it if it's not running.


SRB-RESTARTER

Only 3 parameters :

--interval value_in_seconds [def. is 10]
Specifies how often to check is the SRBMiner process running

--instance number
Use it if you run multiple SRBMiner instances on the same machine, example is below
You must use the following file naming :
SRBMiner-CN-n.exe where n is the instance number

--run filename [name of .bat file to run]
Name of .bat you want to run if SRBMiner process in not running


Note:
Miner is considered 'not running' after 2 checks!

Examples:

1.
SRB-Restarter.exe
[This will set interval to 10 seconds, and start.bat if SRBMiner process is not running. It will monitor for a process named SRBMiner-CN.exe]

2.
SRB-Restarter.exe --interval 5 --run turtle-coin.bat
[This will set interval to 5 seconds and run turtle-coin.bat if SRBMiner process is not running. It will monitor for a process named SRBMiner-CN.exe]

3.
SRB-Restarter.exe --interval 30 --run start-heavy.bat --instance 1
[This will set interval to 30 seconds and run start-heavy.bat if SRBMiner process is not running. It will monitor for a process named SRBMiner-CN-1.exe]


If you copy the whole folder from the .zip into SRBMiner folder, you have an example SRB-Restart.bat inside that will check for the SRBMiner-CN.exe process every 5 seconds, and run start.bat that is in the main miner folder (that's why the '..\start.bat', it means one level back).

Link is on the first page or HERE


SRBMiner-MULTI thread - HERE
http://www.srbminer.com
JuanHungLo
Hero Member
*****
Offline Offline

Activity: 935
Merit: 1001


I don't always drink...


View Profile
April 08, 2019, 05:11:09 PM
 #6480

thinking of bios modification to my ref vegas 56. Can someone please (that has done it) tells me a good stable config and the pros/cons of all this? does it worth it? already stable 56's with 1880h/s each

You cannot mod the BIOS of a Vega 56, you can only modify PowerPlay tables for Vega.  Alternatively, you can use Win10 and the latest beta version of OverdriveNTool 0.2.8beta1.  Also, you can swap the Vega 56 BIOS with the Vega 64 BIOS.  But you cannot mod a Vega BIOS.

HEllo thanks for your reply, yes i meant swapping bios..do you know any drawbacks like high temperatures etc or all just the same, my problems is that im living in a country with high ambient temps so i cant bear to set the fans any higher already i have a vega fan headache.already using overdrive (older version) to config vegas everything seted up via vega mining guide and powertable

IMO, temps are a big problem for vegas.  If you don't maintain the HBM2 temps BELOW 70 C, you will lose hashrate.  I didn't not notice a huge increase in temps when swapping 56 BIOS with 64.  Greater range for clocks and memory frequency increases temps proportionally.  Before messing with swapping BIOS, I'd solve your temp problem first.  In other words, why increase the clocks and frequency capability when it is simply going to throttle back?

Bull markets are born on pessimism, grow on skepticism, mature on optimism, and die on euphoria. - John Templeton
Pages: « 1 ... 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 310 311 312 313 314 315 316 317 318 319 320 321 322 323 [324] 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 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!