Bitcoin Forum
June 19, 2025, 09:26:23 PM *
News: Pizza day contest voting
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 ... 362 »
  Print  
Author Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching  (Read 237315 times)
zeii
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
April 12, 2018, 10:04:42 AM
 #561

Excuse me,noob question.
where to put "--logfile filename"?
this is my bat file.

Quote
@echo off

cls
SETLOCAL EnableExtensions
set EXE=SRBMiner-CN.exe

:START
FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto RUNNING
%EXE% -c config.txt
TIMEOUT /T 5 /NOBREAK
goto START
:RUNNING
echo "%EXE% is already running"
pause

Check the config.txt file mate, there you will find where exactly to put it Smiley
This config had been removed in 1.3.2  Huh
bovineplane
Jr. Member
*
Offline Offline

Activity: 153
Merit: 2


View Profile WWW
April 12, 2018, 10:05:03 AM
 #562

Does SRBminer v1.3.2 run the new IPBC V3 algorithm?
http://54.37.94.172/pool/

On testnet it runs fine.
DStefanov
Sr. Member
****
Offline Offline

Activity: 425
Merit: 250


View Profile WWW
April 12, 2018, 10:13:17 AM
 #563

doktor,same settings, same intensity for 1.3.1 and 1.3.2 but lower hash at 1.3.2.
i didn't use automatic intensity
pozdrav !

Same with me!
For now, I'm left with version v1.3.1

DeshaCAM
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
April 12, 2018, 10:14:33 AM
 #564

doktor,same settings, same intensity for 1.3.1 and 1.3.2 but lower hash at 1.3.2.
i didn't use automatic intensity
pozdrav !

Same thing .... about a half less than 1.3.1

... think we need to increase intensity
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2856
Merit: 626


View Profile WWW
April 12, 2018, 10:17:16 AM
 #565

post your 1.3.1 conf , and 1.3.2 conf here please
nothing was done in new version regarding hashing speeds, only some re-work of auto intensity settings.
I had to lower a little bit auto settings cause lot of users get false-good intensity value and crashing.

So you just need to increase the auto intensity value you get and insert that value instead 0 in the config file.


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

Activity: 2856
Merit: 626


View Profile WWW
April 12, 2018, 10:18:10 AM
 #566

Excuse me,noob question.
where to put "--logfile filename"?
this is my bat file.

Quote
@echo off

cls
SETLOCAL EnableExtensions
set EXE=SRBMiner-CN.exe

:START
FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto RUNNING
%EXE% -c config.txt  --logfile log.txt
TIMEOUT /T 5 /NOBREAK
goto START
:RUNNING
echo "%EXE% is already running"
pause

I bolded it for you Smiley

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

Activity: 38
Merit: 0


View Profile
April 12, 2018, 10:26:48 AM
 #567

Quote
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ultraheavy  */
"cryptonight_type" : "heavy",

/* Intensity 0-> auto intensity, or value from 1-200  */
"intensity" :0,

/* To use 2 threads per card set double_threads to true  */
"double_threads" : true,

/* Gpu target temperature, leave it on 0 if you don't want to use this option  */
"target_temperature" : 0,

/* If you use a SSL/TLS encrypted pool set this to true*/
"pool_use_tls" : false,

/* Mining pool address WITHOUT the stratum+tcp:// or stratum+tls:// part  */
"pool" : "pool.sumokoin.hashvault.pro:5555",

/* Address of you wallet  */
"wallet" : "Sumoo2*****",

/* Password for your wallet, probably just x  */
"password" : "x:**@gmail.com",

/* Location for devfee servers, to get better latency  */
"location" : "europe",

/* If you want to log console output, put a filename here  */
"log_file" : "sumo1.txt",

/* Settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */
"gpu_conf" :
[
   { "id" : 0, "intensity" : 58, "worksize" : 8, "threads" : 2},
   { "id" : 1, "intensity" : 54, "worksize" : 8, "threads" : 2},
   { "id" : 2, "intensity" : 55, "worksize" : 8, "threads" : 2},
   { "id" : 3, "intensity" : 61, "worksize" : 8, "threads" : 1},
   { "id" : 4, "intensity" : 61, "worksize" : 8, "threads" : 1},
   { "id" : 5, "intensity" : 61, "worksize" : 8, "threads" : 1},
   { "id" : 6, "intensity" : 61, "worksize" : 8, "threads" : 1},
   { "id" : 7, "intensity" : 53, "worksize" : 8, "threads" : 2},
   { "id" : 8, "intensity" : 49, "worksize" : 8, "threads" : 2},
]
}
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2856
Merit: 626


View Profile WWW
April 12, 2018, 10:37:03 AM
 #568

ok, now --listdevices please

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

Activity: 41
Merit: 0


View Profile
April 12, 2018, 10:40:33 AM
 #569

Excuse me,noob question.
where to put "--logfile filename"?
this is my bat file.

Quote
@echo off

cls
SETLOCAL EnableExtensions
set EXE=SRBMiner-CN.exe

:START
FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto RUNNING
%EXE% -c config.txt  --logfile log.txt
TIMEOUT /T 5 /NOBREAK
goto START
:RUNNING
echo "%EXE% is already running"
pause

I bolded it for you Smiley
Thank you very much. Cheesy
WhyMe
Sr. Member
****
Offline Offline

Activity: 658
Merit: 250


View Profile
April 12, 2018, 11:03:43 AM
 #570

Problem about devfee is not really a devfee problem ...
I now run rigs with the nofee option and I always have the problem : miner stop founding share ...
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2856
Merit: 626


View Profile WWW
April 12, 2018, 11:07:07 AM
 #571

i still need that log file to help you

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

Activity: 38
Merit: 0


View Profile
April 12, 2018, 11:08:07 AM
 #572

ok, now --listdevices please
https://imgur.com/a/sw1A3
Nss75
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
April 12, 2018, 11:21:34 AM
Last edit: April 12, 2018, 11:44:29 AM by Nss75
 #573

Hello doktor,
My hashrate still drops with vega 64, even with 100% fan config in afterburner (8500 to 6000h/s for 6 gpu) after few minutes.
Do you think it is better to use overdrive for this or it will change nothing?

Is it a driver problem? I have Amd Crimson  016.001.001.000 , should i change?

Last question: i can set my mem clock to 1100 max, after this, it reboot my computer, is there a way to go higher, or will it change nothing?

Thanks a lot for your help!
peterboy1
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile
April 12, 2018, 11:43:13 AM
 #574

post your 1.3.1 conf , and 1.3.2 conf here please
nothing was done in new version regarding hashing speeds, only some re-work of auto intensity settings.
I had to lower a little bit auto settings cause lot of users get false-good intensity value and crashing.

So you just need to increase the auto intensity value you get and insert that value instead 0 in the config file.

https://image.ibb.co/jW97nH/asa323333.jpg

im on a manual gpu conf before and after the latest update. latest update reduced speed. i dont understand neither.
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2856
Merit: 626


View Profile WWW
April 12, 2018, 11:46:27 AM
 #575

post your 1.3.1 conf , and 1.3.2 conf here please
nothing was done in new version regarding hashing speeds, only some re-work of auto intensity settings.
I had to lower a little bit auto settings cause lot of users get false-good intensity value and crashing.

So you just need to increase the auto intensity value you get and insert that value instead 0 in the config file.



im on a manual gpu conf before and after the latest update. latest update reduced speed. i dont understand neither.

i will check it then. Which algo? Heavy?

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

Activity: 2856
Merit: 626


View Profile WWW
April 12, 2018, 11:48:00 AM
 #576

Hello doktor,
My hashrate still drops with vega 64, even with 100% fan config in afterburner (8500 to 6000h/s for 6 gpu) after few minutes.
Do you think it is better to use overdrive for this or it will change nothing?

Is it a driver problem? I have Amd Crimson  016.001.001.000 , should i change?

Last question: i can set my mem clock to 1100 max, after this, it reboot my computer, is there a way to go higher, or will it change nothing?

Thanks a lot for your help!

I don't have Vega cards but i found on many many places on the net that vegas hashrate drops, so its not a miner related problem.
Maybe someone here who has Vega cards can help you ?

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

Activity: 34
Merit: 0


View Profile
April 12, 2018, 11:55:28 AM
 #577

Miner 1.3.2 cant't shutdown if crash detected. System also can't reboot in this case. Only reset can help.
CPU usage in this case is 99%

Also in version 1.3.2 i can't see which card is crashed.
daotienao1217
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
April 12, 2018, 12:00:08 PM
 #578

Does SRBminer v1.3.2 run the new IPBC V3 algorithm?
http://54.37.94.172/pool/

On testnet it runs fine.
What algorithm options do I have to run on the testnet?
peterboy1
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile
April 12, 2018, 12:05:09 PM
 #579

post your 1.3.1 conf , and 1.3.2 conf here please
nothing was done in new version regarding hashing speeds, only some re-work of auto intensity settings.
I had to lower a little bit auto settings cause lot of users get false-good intensity value and crashing.

So you just need to increase the auto intensity value you get and insert that value instead 0 in the config file.

https://image.ibb.co/jW97nH/asa323333.jpg

im on a manual gpu conf before and after the latest update. latest update reduced speed. i dont understand neither.

i will check it then. Which algo? Heavy?

heavy sir.

but i have 2 rigs. rig 1 is not affected. only rig 2. here are my specs:

rig 1:
sap rx 570 nitro+ 4gb (samsung)

rig 2:
powercolor rx 570 red devil 4gb (hynix&elpida)


anyway, can the logs be improved? i saw gpu crash, but not clear which gpu.

and if ever you received hw errors on logs (this one indicates which gpu), what to do? reduce cclock or memclock or intensity?

thanks
tenmoi
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
April 12, 2018, 12:08:01 PM
 #580

Miner 1.3.2 cant't shutdown if crash detected. System also can't reboot in this case. Only reset can help.
CPU usage in this case is 99%

Also in version 1.3.2 i can't see which card is crashed.

Yes. In claymore for eth , the log file tells you which card hangs so you can deal with it.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 ... 362 »
  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!