Pages:
Author

Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching - page 21. (Read 237213 times)

jr. member
Activity: 288
Merit: 1
Hey dok , i have a problem . i have a 7 gpu RX570 4GB msi model , and the latest version of this miner , and i have this issues :

1. https://ibb.co/FHnXCLW
2.  https://ibb.co/B6LRdWQ

How can i solve it ? I tested with another miners and algos , and all 7 gpus are working properly . Thank you very much !

card need more power.
More power ?! Its stock values dude Smiley

you need solution or only talk about trouble? )))))))))))))))
newbie
Activity: 150
Merit: 0
Hey dok , i have a problem . i have a 7 gpu RX570 4GB msi model , and the latest version of this miner , and i have this issues :

1. https://ibb.co/FHnXCLW
2.  https://ibb.co/B6LRdWQ

How can i solve it ? I tested with another miners and algos , and all 7 gpus are working properly . Thank you very much !

card need more power.
More power ?! Its stock values dude Smiley
jr. member
Activity: 288
Merit: 1
Hey dok , i have a problem . i have a 7 gpu RX570 4GB msi model , and the latest version of this miner , and i have this issues :

1. https://ibb.co/FHnXCLW
2.  https://ibb.co/B6LRdWQ

How can i solve it ? I tested with another miners and algos , and all 7 gpus are working properly . Thank you very much !

card need more power.
newbie
Activity: 150
Merit: 0
Hey dok , i have a problem . i have a 7 gpu RX570 4GB msi model , and the latest version of this miner , and i have this issues :

1. https://ibb.co/FHnXCLW
2.  https://ibb.co/B6LRdWQ

How can i solve it ? I tested with another miners and algos , and all 7 gpus are working properly . Thank you very much !
hero member
Activity: 2548
Merit: 626

I wish I could, but I don't see any log files being created like in the previous versions.


If you open start.bat you will see this :

Quote
REM LOGGING ENABLED
REM SRBMiner-CN.exe --config Config\config-normalv4.txt --pools pools.txt --logfile %LOGTIME%

REM LOGGING DISABLED
SRBMiner-CN.exe --config Config\config-normalv4.txt --pools pools.txt

if you remove the REM under the 'LOGGING ENABLED', and put a REM before the 'LOGGING DISABLED' part, you will get logging enabled.

Quote
REM LOGGING ENABLED
SRBMiner-CN.exe --config Config\config-normalv4.txt --pools pools.txt --logfile %LOGTIME%

REM LOGGING DISABLED
REM SRBMiner-CN.exe --config Config\config-normalv4.txt --pools pools.txt

Or if you have a custom start script use the --logfile parameter. It's all the same as before, just it's not turned on by default.
newbie
Activity: 22
Merit: 0
Ok, will look into it.
The last working version for me is V 1.8.7 .

With version 1.8.8 SRBminer seems to fail at compilation.
However, even on rigs with the same devices ( as in 2 cards of the same type), 1.8.8 will start and then fail after a few minutes. It will also have more rejected shares.

I'm mining Monero with the following settings:

{
"cryptonight_type" : "normalv4",
"intensity" : 0,
"double_threads" : true,
"adl_type" : 2,
"giveup_limit": 3,
"timeout": 10,
"gpu_conf" :
[
   { "id" : 0, "intensity" : 62, "worksize" : 16, "threads" : 1, "target_temperature" : 85, "target_fan_speed": 2000, "off_temperature":92, "adl_type": 2},
   { "id" : 1, "intensity" : 62, "worksize" : 16, "threads" : 1, "target_temperature" : 85, "target_fan_speed": 2000, "off_temperature":92, "adl_type": 2},
]
}

Can you upload a log file that SRB generates somewhere so i can take a look at it ?


I wish I could, but I don't see any log files being created like in the previous versions.

hero member
Activity: 2548
Merit: 626
Ok, will look into it.
The last working version for me is V 1.8.7 .

With version 1.8.8 SRBminer seems to fail at compilation.
However, even on rigs with the same devices ( as in 2 cards of the same type), 1.8.8 will start and then fail after a few minutes. It will also have more rejected shares.

I'm mining Monero with the following settings:

{
"cryptonight_type" : "normalv4",
"intensity" : 0,
"double_threads" : true,
"adl_type" : 2,
"giveup_limit": 3,
"timeout": 10,
"gpu_conf" :
[
   { "id" : 0, "intensity" : 62, "worksize" : 16, "threads" : 1, "target_temperature" : 85, "target_fan_speed": 2000, "off_temperature":92, "adl_type": 2},
   { "id" : 1, "intensity" : 62, "worksize" : 16, "threads" : 1, "target_temperature" : 85, "target_fan_speed": 2000, "off_temperature":92, "adl_type": 2},
]
}

Can you upload a log file that SRB generates somewhere so i can take a look at it ?
newbie
Activity: 22
Merit: 0
Ok, will look into it.
The last working version for me is V 1.8.7 .

With version 1.8.8 SRBminer seems to fail at compilation.
However, even on rigs with the same devices ( as in 2 cards of the same type), 1.8.8 will start and then fail after a few minutes. It will also have more rejected shares.

I'm mining Monero with the following settings:

{
"cryptonight_type" : "normalv4",
"intensity" : 0,
"double_threads" : true,
"adl_type" : 2,
"giveup_limit": 3,
"timeout": 10,
"gpu_conf" :
[
   { "id" : 0, "intensity" : 62, "worksize" : 16, "threads" : 1, "target_temperature" : 85, "target_fan_speed": 2000, "off_temperature":92, "adl_type": 2},
   { "id" : 1, "intensity" : 62, "worksize" : 16, "threads" : 1, "target_temperature" : 85, "target_fan_speed": 2000, "off_temperature":92, "adl_type": 2},
]
}


I've just upgraded from V 1.8.5 to V 1.8.8. The new version is completely unstable and crashes the computer on a regular basis. Sometimes is crashes itself.
Will need to revert.

If you are not using the auto settings, check that your gpu id's are set ok, because 1.8.8 uses different gpu ordering (by bus id).
You can run --listdevices to see the which gpu is which id.

From the release notes for 188:

Quote
+ The default (and only) device ordering mode from now on is ascending by bus id, as it is in OverdriveNTool. Parameter --gpureorder is removed.
NOTE: if you are using gpu_conf or --cgpuid, please run --listdevices to check if you are using the right deviceid!
[/quote]
jr. member
Activity: 148
Merit: 5
Any recommendation for heavy algo and Radeon VII? I want to use extra memory to bump hash rate but it crashes immediately if I set 64 or higher intensity ((

Red, Vega FEs optimal intensity on Heavy is 123-124 with double threads... I know it's a different card but I'd expect the optimal intensities to be similar given the similar memory capacity, although FEs have more compute units. Will have to pick up a VII one of these days.
legendary
Activity: 1510
Merit: 1003
Any recommendation for heavy algo and Radeon VII? I want to use extra memory to bump hash rate but it crashes immediately if I set 64 or higher intensity ((
newbie
Activity: 162
Merit: 0
ok great!

anyone got some RX580 8Gb hynex card settings different from what the miner selects?

thx
hero member
Activity: 2548
Merit: 626
Hello,

one question:  i do not check  Huh Huh how to disable some GPUs in cmdline setup

i used, e.g --cgpuid 2,3 for disable GPU 0 and 1, but again miner takes all 4 GPUs, - when miner is running, i can disable GPUs with numbers without any problem.

But i need to disable it in cmdline.

what did i make wrong???

thx for help

I just tested on v1.8.8 this and it works, uses only those gpu's :

Code:
SRBMiner-CN.exe --ccryptonighttype turtle --cpool POOL --cwallet WALLET --cgpuid 2,3,4 --cgputhreads 2,2,2 --cgpuintensity 0,0,0 --cgpuworksize 8,8,8

Show me how are you setting up things.



Hello,

when I start the miner I get these settings:

GPU0: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 1]
GPU1: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 2]
GPU2: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 3]
GPU3: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 5]
GPU4: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 6]
GPU5: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 7]
GPU6: Radeon RX 580 Series [ellesmere] [4096 MB][I: 105.0][W: 8][T: 2][F: 4][BUS: 9]

But in the config I have Intensity 0 and no Fragment set at all !

Are these an optimal config for my cards or are overridden by the config file ?

thx

When you set intensity to 0 it means miner automatically sets everything for you (intensity, worksize,fragments).



I've just upgraded from V 1.8.5 to V 1.8.8. The new version is completely unstable and crashes the computer on a regular basis. Sometimes is crashes itself.
Will need to revert.

If you are not using the auto settings, check that your gpu id's are set ok, because 1.8.8 uses different gpu ordering (by bus id).
You can run --listdevices to see the which gpu is which id.

From the release notes for 188:

Quote
+ The default (and only) device ordering mode from now on is ascending by bus id, as it is in OverdriveNTool. Parameter --gpureorder is removed.
NOTE: if you are using gpu_conf or --cgpuid, please run --listdevices to check if you are using the right deviceid!
newbie
Activity: 22
Merit: 0
I've just upgraded from V 1.8.5 to V 1.8.8. The new version is completely unstable and crashes the computer on a regular basis. Sometimes is crashes itself.
Will need to revert.
jr. member
Activity: 64
Merit: 1
Hello,

when I start the miner I get these settings:

GPU0: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 1]
GPU1: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 2]
GPU2: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 3]
GPU3: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 5]
GPU4: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 6]
GPU5: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 7]
GPU6: Radeon RX 580 Series [ellesmere] [4096 MB][I: 105.0][W: 8][T: 2][F: 4][BUS: 9]

But in the config I have Intensity 0 and no Fragment set at all !

Are these an optimal config for my cards or are overridden by the config file ?

thx

Probably default settings based on GPU.
newbie
Activity: 162
Merit: 0
Hello,

when I start the miner I get these settings:

GPU0: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 1]
GPU1: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 2]
GPU2: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 3]
GPU3: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 5]
GPU4: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 6]
GPU5: Radeon RX 580 Series [ellesmere] [8192 MB][I: 107.0][W: 8][T: 2][F: 4][BUS: 7]
GPU6: Radeon RX 580 Series [ellesmere] [4096 MB][I: 105.0][W: 8][T: 2][F: 4][BUS: 9]

But in the config I have Intensity 0 and no Fragment set at all !

Are these an optimal config for my cards or are overridden by the config file ?

thx
newbie
Activity: 64
Merit: 0
Hello,

one question:  i do not check  Huh Huh how to disable some GPUs in cmdline setup

i used, e.g --cgpuid 2,3 for disable GPU 0 and 1, but again miner takes all 4 GPUs, - when miner is running, i can disable GPUs with numbers without any problem.

But i need to disable it in cmdline.

what did i make wrong???

thx for help
newbie
Activity: 28
Merit: 0
greetings and slamat malam dokter.

thank you.
for all your dedication and effort.

noob question.

im on kali linux as the main OS.
would you mind pointing me into the right direction whether if your srbminer could run on it?
and with which drivers and all?

if its not too much of a trouble please?


newbie
Activity: 156
Merit: 0
@livada you are just being toxic  Huh

sry. Doctor knows very well why I do this

2 minute tests with just 2 accepted shares are very accurate!

http://imgbox.com/vNHF2cqb
3 hour is better?

2*vega 56@64bios + 1Vega64LE CNR = 7100HR 650/680W from the wall.
http://imgbox.com/mPcBek9D

nobody know why you do this, insult me and all that not think like you think. you just an ass.
if you dont like way this miner work dont use, and stop bitching like little girl.

who are you?

you say this and i insult you? go get treated. how old are you? 6 years?


livada you have mental problem really, chill bro
You have ignore a little under my name and ignore me



no ignor i want see how you continue make idiot of yourself Smiley)))))
newbie
Activity: 417
Merit: 0
@livada you are just being toxic  Huh

sry. Doctor knows very well why I do this

2 minute tests with just 2 accepted shares are very accurate!

http://imgbox.com/vNHF2cqb
3 hour is better?

2*vega 56@64bios + 1Vega64LE CNR = 7100HR 650/680W from the wall.
http://imgbox.com/mPcBek9D

nobody know why you do this, insult me and all that not think like you think. you just an ass.
if you dont like way this miner work dont use, and stop bitching like little girl.

who are you?

you say this and i insult you? go get treated. how old are you? 6 years?


livada you have mental problem really, chill bro
You have ignore a little under my name and ignore me

newbie
Activity: 156
Merit: 0
@livada you are just being toxic  Huh

sry. Doctor knows very well why I do this

2 minute tests with just 2 accepted shares are very accurate!

http://imgbox.com/vNHF2cqb
3 hour is better?

2*vega 56@64bios + 1Vega64LE CNR = 7100HR 650/680W from the wall.
http://imgbox.com/mPcBek9D

nobody know why you do this, insult me and all that not think like you think. you just an ass.
if you dont like way this miner work dont use, and stop bitching like little girl.
Pages:
Jump to: