Author

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

hero member
Activity: 2548
Merit: 626
@doktor,

Is there any downside to killing the srb-miner executable using taskkill /f (it seems to not support gracefull exit using only taskkill without the force option)... What exactly is it doing when you close srb normally, and is it important??


Nope, no downsides, except it won't cleanup some leftovers, but who cares, the OS will  Grin
newbie
Activity: 24
Merit: 0
Hello there,
guys please can you share your hashrates on bittubev2 and with what intensity?

Here is mine:

vega 56 - int 55 - ~ 1300 H/s
rx570 4gb - int 29 ~ 620 H/s
rx480 4gb - int 29 ~ 620 H/s
rx480 8gb - int 41 ~ 850 H/s
rx580 4gb - int 29 ~ 630 H/s

I am running with automatic intensity.
Thank you.
newbie
Activity: 1
Merit: 0
I have problem with latest version. V1.5.6 works well with 7970, 7950 and Vega 56, but Vega gives me ~1300Hs.

With V1.6.4 i got error.
hero member
Activity: 2548
Merit: 626
DAMN Wink
saw the post of new version..downloaded from first page = version 1.6.3 = to fast action from me
not it works...THX

You probably downloaded in those few minutes between when i uploaded it and updated the post here Cheesy
member
Activity: 363
Merit: 16
Log File:
[2018-07-12 12:54:55] Miner version: 1.6.3
[2018-07-12 12:54:55] Windows version: 10.0 build 17134
[2018-07-12 12:54:55] Video driver version: 24.20.11021.1000
[2018-07-12 12:54:55] config_parse: Invalid config file. Missing value is "cryptonight_type"

config.txt
{
}

start.bat
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off


SRBMiner-CN.exe --ccryptonighttype stellitev4 --cgpuid 0,1 --cgpuintensity 120,120 --cgputhreads 2,2 --cgpuworksize 16,16 --cpool stellite.ingest.cryptoknight.cc:16222 --cwallet xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.50000 --cpassword x --logfile 1.txt


..... :/

Do you see now what's wrong? I bolded it for you Smiley

DAMN Wink
saw the post of new version..downloaded from first page = version 1.6.3 = to fast action from me
not now it works...THX
hero member
Activity: 2548
Merit: 626
guys, so sorry i need to ask some silly question,

i use rx 570 4 gpu + srbminer + alloy coin

and already set double_threads: true.

but in srb miner only detect 4 gpu (previously on xmr stak total become 8 gpu)
is it correct like that in srbminer only 4 gpu in double_threads??

i got around 1700 H/s.
or it should be more than that?

or did i miss some config setting?

please advice.
thanks in advance guys!

https://imgur.com/a/eeCAA84



That is normal because it shows you the number of GPU's, not threads.
When miner starts you can see on top of window something like :

GPU0: Radeon RX Vega [gfx900] [8176 MB][Intensity 120.0][W: 8][T: 2][K: 1][BUS: 1]

The bolded part means : Threads: 2, so its all ok
hero member
Activity: 2548
Merit: 626
Log File:
[2018-07-12 12:54:55] Miner version: 1.6.3
[2018-07-12 12:54:55] Windows version: 10.0 build 17134
[2018-07-12 12:54:55] Video driver version: 24.20.11021.1000
[2018-07-12 12:54:55] config_parse: Invalid config file. Missing value is "cryptonight_type"

config.txt
{
}

start.bat
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off


SRBMiner-CN.exe --ccryptonighttype stellitev4 --cgpuid 0,1 --cgpuintensity 120,120 --cgputhreads 2,2 --cgpuworksize 16,16 --cpool stellite.ingest.cryptoknight.cc:16222 --cwallet xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.50000 --cpassword x --logfile 1.txt


..... :/

Do you see now what's wrong? I bolded it for you Smiley
member
Activity: 363
Merit: 16
with empty config.txt (only {}) SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0 --cgpuintensity 120 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet xxxxxxxxxxxxxx
=
invalid config file. Missing Value is "cryptonighttype"
after putting the cryptotype in the config -> missing Value is "Intensity"

config.txt

Code:
{
}

start.bat

Code:
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off
cd %~dp0
cls
SRBMiner-CN.exe --gpureorder --logfile log.txt --sendallstales --ccryptonighttype normalv7 --cgpuid 0,1,2,3,4 --cgpuintensity 55,55,55,58,55 --cgputhreads 2,2,2,2,2 --cpool xmr-eu1.nanopool.org:14444 --cwallet xxxxxxx

Works. Just tried it.
Log File:
[2018-07-12 12:54:55] Miner version: 1.6.3
[2018-07-12 12:54:55] Windows version: 10.0 build 17134
[2018-07-12 12:54:55] Video driver version: 24.20.11021.1000
[2018-07-12 12:54:55] config_parse: Invalid config file. Missing value is "cryptonight_type"

config.txt
{
}

start.bat
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off


SRBMiner-CN.exe --ccryptonighttype stellitev4 --cgpuid 0,1 --cgpuintensity 120,120 --cgputhreads 2,2 --cgpuworksize 16,16 --cpool stellite.ingest.cryptoknight.cc:16222 --cwallet xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.50000 --cpassword x --logfile 1.txt


..... :/
jr. member
Activity: 158
Merit: 5
@doktor,

Is there any downside to killing the srb-miner executable using taskkill /f (it seems to not support gracefull exit using only taskkill without the force option)... What exactly is it doing when you close srb normally, and is it important??
newbie
Activity: 4
Merit: 0
guys, so sorry i need to ask some silly question,

i use rx 570 4 gpu + srbminer + alloy coin

and already set double_threads: true.

but in srb miner only detect 4 gpu (previously on xmr stak total become 8 gpu)
is it correct like that in srbminer only 4 gpu in double_threads??

i got around 1700 H/s.
or it should be more than that?

or did i miss some config setting?

please advice.
thanks in advance guys!

https://imgur.com/a/eeCAA84

newbie
Activity: 22
Merit: 0
V1.6.4
- Added possibility/support to set GPU'S with cmd parameters directly in start.bat
- Added parameter --sendallstales , which enables sending of every stale share
- Minor bug fixes

+ So command line setup of GPU'S is finally here. Here are the parameters that can be used:

--ccryptonighttype value (algo to use)
--cgpuid value (gpu id, comma separated values, use --listdevices to see available)
--cgpuintensity value (gpu intensity, comma separated values)
--cgputhreads value (number of gpu threads, comma separated values)
--cgpuworksize value (gpu worksize, comma separated values)
--cgputargettemperature value (gpu temperature, comma separated values)
--cgputargetfanspeed value (gpu fan speed in RPM, comma separated values)
--cgpuadltype value (gpu adl to use (1 or 2), comma separated values)
--cgpukernel value (gpu kernel to use (1 or 2), comma separated values)

Parameters : --cgpuid, --cgpuintensity and --cgputhreads MUST BE USED, the others are optional
If you want to set everything in cmd line, you still need to have an empty config.txt file (which contains just : {}, or any other parameter like api etc etc )


Ex. for GPU and POOL setup from CMD:

Use 1 GPU with id 0 , intensity 120, 2 threads on algo cryptonight v7 on nanopool:

SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0 --cgpuintensity 120 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet 4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7x o6RZYyw2bUtbm12g.donation


Use 5 GPUS with id 0,1,2,3,4 , intensities 56,56,55,58,55, 2 threads for each GPU, on algo cryptonight v7 on nanopool:
SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0,1,2,3,4 --cgpuintensity 56,56,55,58,55 --cgputhreads 2,2,2,2,2 --cpool xmr-eu1.nanopool.org:14444 --cwallet 4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7x o6RZYyw2bUtbm12g.donation


+ --sendallstales is now a default parameter in start.bat
When a new job arrives to the miner, and a result from a previous job is sent to the pool, this is called a stale share. A low percent of pools accepts stale shares, they generally reject the share with an 'Invalid job id' error.
Now in SRB i made this logic : if a new job arrives, a share for a previous job is not sent IF it's not sent in a period less than a second since the new job arrived. It looks like some pools accept stale shares even for a few seconds after a new job was dispatched.
This parameter turns off the 1 second rule, and sends every stale share there is. This could potentially lead to an increase in effective share rate, but also you can get a lot more rejected shares, it all depends on the pool you are using.

Oh yeah, you can also get shares rejected when a pool switch/reconnect/job timeout happens, in situations where the pool difficulty is low and you produce a lot of shares, but in the process of doing the calculations (which can take 1-2 sec depending on your hardware) the connection to the pool drops, these share are tried to be sent while you are not logged on the pool, so you will get now a nice warning that a network error has occured and your shares wont be sent.

Dok, please, spent some your time for :
1 Add to stat info, by pressing "s", info about i/w/t too.
2 If it possible in hashrate info add the voltage
3 Can you rec the json info to file from miner. Browser cannot rec to disk any data. Very need.
hero member
Activity: 2548
Merit: 626
with empty config.txt (only {}) SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0 --cgpuintensity 120 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet xxxxxxxxxxxxxx
=
invalid config file. Missing Value is "cryptonighttype"
after putting the cryptotype in the config -> missing Value is "Intensity"

config.txt

Code:
{
}

start.bat

Code:
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off
cd %~dp0
cls
SRBMiner-CN.exe --gpureorder --logfile log.txt --sendallstales --ccryptonighttype normalv7 --cgpuid 0,1,2,3,4 --cgpuintensity 55,55,55,58,55 --cgputhreads 2,2,2,2,2 --cpool xmr-eu1.nanopool.org:14444 --cwallet xxxxxxx

Works. Just tried it.
newbie
Activity: 22
Merit: 0
V1.6.4
- Added possibility/support to set GPU'S with cmd parameters directly in start.bat
- Added parameter --sendallstales , which enables sending of every stale share
- Minor bug fixes

+ So command line setup of GPU'S is finally here. Here are the parameters that can be used:

--ccryptonighttype value (algo to use)
--cgpuid value (gpu id, comma separated values, use --listdevices to see available)
--cgpuintensity value (gpu intensity, comma separated values)
--cgputhreads value (number of gpu threads, comma separated values)
--cgpuworksize value (gpu worksize, comma separated values)
--cgputargettemperature value (gpu temperature, comma separated values)
--cgputargetfanspeed value (gpu fan speed in RPM, comma separated values)
--cgpuadltype value (gpu adl to use (1 or 2), comma separated values)
--cgpukernel value (gpu kernel to use (1 or 2), comma separated values)

Parameters : --cgpuid, --cgpuintensity and --cgputhreads MUST BE USED, the others are optional
If you want to set everything in cmd line, you still need to have an empty config.txt file (which contains just : {}, or any other parameter like api etc etc )


Ex. for GPU and POOL setup from CMD:

Use 1 GPU with id 0 , intensity 120, 2 threads on algo cryptonight v7 on nanopool:

SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0 --cgpuintensity 120 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet 4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7x o6RZYyw2bUtbm12g.donation


Use 5 GPUS with id 0,1,2,3,4 , intensities 56,56,55,58,55, 2 threads for each GPU, on algo cryptonight v7 on nanopool:
SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0,1,2,3,4 --cgpuintensity 56,56,55,58,55 --cgputhreads 2,2,2,2,2 --cpool xmr-eu1.nanopool.org:14444 --cwallet 4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7x o6RZYyw2bUtbm12g.donation


+ --sendallstales is now a default parameter in start.bat
When a new job arrives to the miner, and a result from a previous job is sent to the pool, this is called a stale share. A low percent of pools accepts stale shares, they generally reject the share with an 'Invalid job id' error.
Now in SRB i made this logic : if a new job arrives, a share for a previous job is not sent IF it's not sent in a period less than a second since the new job arrived. It looks like some pools accept stale shares even for a few seconds after a new job was dispatched.
This parameter turns off the 1 second rule, and sends every stale share there is. This could potentially lead to an increase in effective share rate, but also you can get a lot more rejected shares, it all depends on the pool you are using.

Oh yeah, you can also get shares rejected when a pool switch/reconnect/job timeout happens, in situations where the pool difficulty is low and you produce a lot of shares, but in the process of doing the calculations (which can take 1-2 sec depending on your hardware) the connection to the pool drops, these share are tried to be sent while you are not logged on the pool, so you will get now a nice warning that a network error has occured and your shares wont be sent.

with empty config.txt (only {}) SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0 --cgpuintensity 120 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet xxxxxxxxxxxxxx
=
invalid config file. Missing Value is "cryptonighttype"
after putting the cryptotype in the config -> missing Value is "Intensity"


Try this, maybe "" missed.   SRBMiner-CN.exe --ccryptonighttype "normalv7"
hero member
Activity: 1274
Merit: 556
V1.6.4
- Added possibility/support to set GPU'S with cmd parameters directly in start.bat
- Added parameter --sendallstales , which enables sending of every stale share
- Minor bug fixes

+ So command line setup of GPU'S is finally here. Here are the parameters that can be used:

--ccryptonighttype value (algo to use)
--cgpuid value (gpu id, comma separated values, use --listdevices to see available)
--cgpuintensity value (gpu intensity, comma separated values)
--cgputhreads value (number of gpu threads, comma separated values)
--cgpuworksize value (gpu worksize, comma separated values)
--cgputargettemperature value (gpu temperature, comma separated values)
--cgputargetfanspeed value (gpu fan speed in RPM, comma separated values)
--cgpuadltype value (gpu adl to use (1 or 2), comma separated values)
--cgpukernel value (gpu kernel to use (1 or 2), comma separated values)

Parameters : --cgpuid, --cgpuintensity and --cgputhreads MUST BE USED, the others are optional
If you want to set everything in cmd line, you still need to have an empty config.txt file (which contains just : {}, or any other parameter like api etc etc )


Ex. for GPU and POOL setup from CMD:

Use 1 GPU with id 0 , intensity 120, 2 threads on algo cryptonight v7 on nanopool:

SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0 --cgpuintensity 120 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet 4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7x o6RZYyw2bUtbm12g.donation


Use 5 GPUS with id 0,1,2,3,4 , intensities 56,56,55,58,55, 2 threads for each GPU, on algo cryptonight v7 on nanopool:
SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0,1,2,3,4 --cgpuintensity 56,56,55,58,55 --cgputhreads 2,2,2,2,2 --cpool xmr-eu1.nanopool.org:14444 --cwallet 4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7x o6RZYyw2bUtbm12g.donation


+ --sendallstales is now a default parameter in start.bat
When a new job arrives to the miner, and a result from a previous job is sent to the pool, this is called a stale share. A low percent of pools accepts stale shares, they generally reject the share with an 'Invalid job id' error.
Now in SRB i made this logic : if a new job arrives, a share for a previous job is not sent IF it's not sent in a period less than a second since the new job arrived. It looks like some pools accept stale shares even for a few seconds after a new job was dispatched.
This parameter turns off the 1 second rule, and sends every stale share there is. This could potentially lead to an increase in effective share rate, but also you can get a lot more rejected shares, it all depends on the pool you are using.

Oh yeah, you can also get shares rejected when a pool switch/reconnect/job timeout happens, in situations where the pool difficulty is low and you produce a lot of shares, but in the process of doing the calculations (which can take 1-2 sec depending on your hardware) the connection to the pool drops, these share are tried to be sent while you are not logged on the pool, so you will get now a nice warning that a network error has occured and your shares wont be sent.

with empty config.txt (only {}) SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0 --cgpuintensity 120 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet xxxxxxxxxxxxxx
=
invalid config file. Missing Value is "cryptonighttype"
after putting the cryptotype in the config -> missing Value is "Intensity"
Tried without a config file at all?
member
Activity: 363
Merit: 16
V1.6.4
- Added possibility/support to set GPU'S with cmd parameters directly in start.bat
- Added parameter --sendallstales , which enables sending of every stale share
- Minor bug fixes

+ So command line setup of GPU'S is finally here. Here are the parameters that can be used:

--ccryptonighttype value (algo to use)
--cgpuid value (gpu id, comma separated values, use --listdevices to see available)
--cgpuintensity value (gpu intensity, comma separated values)
--cgputhreads value (number of gpu threads, comma separated values)
--cgpuworksize value (gpu worksize, comma separated values)
--cgputargettemperature value (gpu temperature, comma separated values)
--cgputargetfanspeed value (gpu fan speed in RPM, comma separated values)
--cgpuadltype value (gpu adl to use (1 or 2), comma separated values)
--cgpukernel value (gpu kernel to use (1 or 2), comma separated values)

Parameters : --cgpuid, --cgpuintensity and --cgputhreads MUST BE USED, the others are optional
If you want to set everything in cmd line, you still need to have an empty config.txt file (which contains just : {}, or any other parameter like api etc etc )


Ex. for GPU and POOL setup from CMD:

Use 1 GPU with id 0 , intensity 120, 2 threads on algo cryptonight v7 on nanopool:

SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0 --cgpuintensity 120 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet 4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7x o6RZYyw2bUtbm12g.donation


Use 5 GPUS with id 0,1,2,3,4 , intensities 56,56,55,58,55, 2 threads for each GPU, on algo cryptonight v7 on nanopool:
SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0,1,2,3,4 --cgpuintensity 56,56,55,58,55 --cgputhreads 2,2,2,2,2 --cpool xmr-eu1.nanopool.org:14444 --cwallet 4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7x o6RZYyw2bUtbm12g.donation


+ --sendallstales is now a default parameter in start.bat
When a new job arrives to the miner, and a result from a previous job is sent to the pool, this is called a stale share. A low percent of pools accepts stale shares, they generally reject the share with an 'Invalid job id' error.
Now in SRB i made this logic : if a new job arrives, a share for a previous job is not sent IF it's not sent in a period less than a second since the new job arrived. It looks like some pools accept stale shares even for a few seconds after a new job was dispatched.
This parameter turns off the 1 second rule, and sends every stale share there is. This could potentially lead to an increase in effective share rate, but also you can get a lot more rejected shares, it all depends on the pool you are using.

Oh yeah, you can also get shares rejected when a pool switch/reconnect/job timeout happens, in situations where the pool difficulty is low and you produce a lot of shares, but in the process of doing the calculations (which can take 1-2 sec depending on your hardware) the connection to the pool drops, these share are tried to be sent while you are not logged on the pool, so you will get now a nice warning that a network error has occured and your shares wont be sent.

with empty config.txt (only {}) SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0 --cgpuintensity 120 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet xxxxxxxxxxxxxx
=
invalid config file. Missing Value is "cryptonighttype"
after putting the cryptotype in the config -> missing Value is "Intensity"
newbie
Activity: 9
Merit: 0
can SRBMiner support HYCON? a modified V7 algo, https://github.com/Team-Hycon,thanks!
hero member
Activity: 2548
Merit: 626
V1.6.4
- Added possibility/support to set GPU'S with cmd parameters directly in start.bat
- Added parameter --sendallstales , which enables sending of every stale share
- Minor bug fixes

+ So command line setup of GPU'S is finally here. Here are the parameters that can be used:

--ccryptonighttype value (algo to use)
--cgpuid value (gpu id, comma separated values, use --listdevices to see available)
--cgpuintensity value (gpu intensity, comma separated values)
--cgputhreads value (number of gpu threads, comma separated values)
--cgpuworksize value (gpu worksize, comma separated values)
--cgputargettemperature value (gpu temperature, comma separated values)
--cgputargetfanspeed value (gpu fan speed in RPM, comma separated values)
--cgpuadltype value (gpu adl to use (1 or 2), comma separated values)
--cgpukernel value (gpu kernel to use (1 or 2), comma separated values)

Parameters : --cgpuid, --cgpuintensity and --cgputhreads MUST BE USED, the others are optional
If you want to set everything in cmd line, you still need to have an empty config.txt file (which contains just : {}, or any other parameter like api etc etc )


Ex. for GPU and POOL setup from CMD:

Use 1 GPU with id 0 , intensity 120, 2 threads on algo cryptonight v7 on nanopool:

SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0 --cgpuintensity 120 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet 4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7x o6RZYyw2bUtbm12g.donation


Use 5 GPUS with id 0,1,2,3,4 , intensities 56,56,55,58,55, 2 threads for each GPU, on algo cryptonight v7 on nanopool:
SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0,1,2,3,4 --cgpuintensity 56,56,55,58,55 --cgputhreads 2,2,2,2,2 --cpool xmr-eu1.nanopool.org:14444 --cwallet 4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7x o6RZYyw2bUtbm12g.donation


+ --sendallstales is now a default parameter in start.bat
When a new job arrives to the miner, and a result from a previous job is sent to the pool, this is called a stale share. A low percent of pools accepts stale shares, they generally reject the share with an 'Invalid job id' error.
Now in SRB i made this logic : if a new job arrives, a share for a previous job is not sent IF it's not sent in a period less than a second since the new job arrived. It looks like some pools accept stale shares even for a few seconds after a new job was dispatched.
This parameter turns off the 1 second rule, and sends every stale share there is. This could potentially lead to an increase in effective share rate, but also you can get a lot more rejected shares, it all depends on the pool you are using.

Oh yeah, you can also get shares rejected when a pool switch/reconnect/job timeout happens, in situations where the pool difficulty is low and you produce a lot of shares, but in the process of doing the calculations (which can take 1-2 sec depending on your hardware) the connection to the pool drops, these share are tried to be sent while you are not logged on the pool, so you will get now a nice warning that a network error has occured and your shares wont be sent.
member
Activity: 160
Merit: 10
Can you easily switch between Heavy and V7 or do you need different config settings?
member
Activity: 80
Merit: 13
How do you guys mine coins like alloy, i did for a while, it drops in value insanely fast. its profitable instantaneosuly when sold Cheesy mine/ auto sell in exchange to something else?
member
Activity: 340
Merit: 29

It is not important at all, but if you are interested:
Core 1560/950   Mem 1100/875 - Fast/4100+
Core 1668/1150 Mem 1100/900 - Heavy/1700+
win10-64bit-radeon-software-adrenalin-edition-18.6.1-june13


thx.

NICE. 875mv only...
heavy HR is GREAT.how many power  use 12 card in heavy?
Дa...
Power target (%) = 0

That 1150 for heavy is producing a lot of heat - I could see that getting temps up to 65ish.  Maybe your 950 setting for fast isn't being honored.  Have you checked (in something like HWInfo64) that your cards are actually running at 950mV?

Btw, I run Nitro 64s (air) at 1565 core, 1180 mem @ 920mV and get 1630H/s @ 160W for heavy (diff miner tho.)  Unless your power is free, and you don't care about the longevity of your cards, you might want to consider whether the extra 230mV is worth the additional 70+ H/s (it's clearly not, from an efficiency standpoint.)

And the 875 setting on mem is inconsequential - it is simply a floor for core frequency.  Mem is always running at a fixed voltage unless you changed the bios.
Jump to: