Pages:
Author

Topic: SRBMiner-MULTI GPU & CPU Miner 0.9.4 - page 29. (Read 44750 times)

jr. member
Activity: 133
Merit: 5
August 16, 2021, 06:58:01 AM
Do you wish to add support for 4000G or 5000G iGPU in the Miner?

list-gpu-devices says and lists the device but the Actual miner application just ignored it when trying to use it.

Said no Suitable GPU devices found?

Not something you wish to add? I was just curious what kind of performance one could get but could not start to even test.
newbie
Activity: 103
Merit: 0
August 16, 2021, 04:13:11 AM
Hello) I can't start mining ERGO with my CPU(( Any tips for .bat file to help me start? Thanks in advance)
hero member
Activity: 2548
Merit: 626
August 14, 2021, 05:50:53 AM
Can someone drop me information about SRB miner on Vega 56 cards? Any performance boosts over team red miner? Pls drop hashrate if any available someone said this SRBMINER is better for AMD cards than other miners

Hashrate for which algorithm? There are 30 gpu mineable algorithms in SRBMiner-Multi.
Also don't be so lazy, test it yourself, it takes maximum 10 minutes.
Ethereum hashrate I meant, I'm not lazy I'm just looking into the performance of SRBminer over others, even if I test what about timing? OC settings? We can be using the same GPU and you getting better hashrate than me because you can tune your GPU well

Set your OC and timings, then run miner 1 for 5 minutes. Write down hashrate. Then with same OC and timing settings run miner 2 for 5 minutes. Write down hashrate. Compare hashrates Smiley
This is why my recommendation was to test yourself, because as you said 'We can be using the same GPU and you getting better hashrate than me because you can tune your GPU well'

Some people have issues with miner1, while not with miner2. But some have it the other way around. Hard to know which one works better for you.
member
Activity: 280
Merit: 11
August 14, 2021, 05:15:44 AM
Can someone drop me information about SRB miner on Vega 56 cards? Any performance boosts over team red miner? Pls drop hashrate if any available someone said this SRBMINER is better for AMD cards than other miners

Hashrate for which algorithm? There are 30 gpu mineable algorithms in SRBMiner-Multi.
Also don't be so lazy, test it yourself, it takes maximum 10 minutes.
Ethereum hashrate I meant, I'm not lazy I'm just looking into the performance of SRBminer over others, even if I test what about timing? OC settings? We can be using the same GPU and you getting better hashrate than me because you can tune your GPU well
hero member
Activity: 2548
Merit: 626
August 14, 2021, 05:01:02 AM
Can someone drop me information about SRB miner on Vega 56 cards? Any performance boosts over team red miner? Pls drop hashrate if any available someone said this SRBMINER is better for AMD cards than other miners

Hashrate for which algorithm? There are 30 gpu mineable algorithms in SRBMiner-Multi.
Also don't be so lazy, test it yourself, it takes maximum 10 minutes.
member
Activity: 280
Merit: 11
August 14, 2021, 04:47:17 AM
Can someone drop me information about SRB miner on Vega 56 cards? Any performance boosts over team red miner? Pls drop hashrate if any available someone said this SRBMINER is better for AMD cards than other miners
hero member
Activity: 677
Merit: 500
August 13, 2021, 06:02:04 PM
I already do a sleep 1.  Do I need 2 seconds?

Did you get it to run in a terminal with the suggestions?

Try different sleep settings to see if it works. It also depends what cpu/mem you have in other words the faster your system is the longer sleep you might need.


I tried it with longer sleep (up to 10 seconds) same issue...just exits out of the script as soon as it self terminates.
newbie
Activity: 69
Merit: 0
August 12, 2021, 08:14:43 AM
what is recommended driver version for this miner to use with vega56/64 on eth (win10)?
member
Activity: 325
Merit: 42
August 12, 2021, 07:08:00 AM
I already do a sleep 1.  Do I need 2 seconds?

Did you get it to run in a terminal with the suggestions?

Try different sleep settings to see if it works. It also depends what cpu/mem you have in other words the faster your system is the longer sleep you might need.
hero member
Activity: 677
Merit: 500
August 11, 2021, 02:00:56 PM
I already do a sleep 1.  Do I need 2 seconds?
member
Activity: 325
Merit: 42
August 10, 2021, 08:17:23 AM
Thanks, that worked!

Although on one machine (Core i5 1135G7), it would look like it would start mining then it just says Killed and then exits.

It seems to only happens to that one CPU.  Any ideas?

EDIT:
Noticed it's quiting and not allowing my script to continue.

"Too many job errors for this pool connection, reconnecting [scryptn2]"

My script goes to the next miner to mine another pool/coin, but SRBMiner just quits and not let me bash script continue.  What is going on?

Try command line/Terminal first. Go back to basic

./SRBMiner-MULTI --disable-gpu --algorithm scryptn2 --pool stratum+tcp://scryptn2.na.mine.zpool.ca:4339 --wallet xxxx --password myrigname

If that is working try:

./SRBMiner-MULTI --disable-gpu --cpu-threads 8 --give-up-limit 0 --algorithm scryptn2 --pool stratum+tcp://scryptn2.na.mine.zpool.ca:4339 --wallet xxxx --password myrigname

Do note some options require root.

When using it in a script try

sleep 2
./SRBMiner-MULTI --disable-gpu --cpu-threads 8 --give-up-limit 0 --algorithm scryptn2 --pool stratum+tcp://scryptn2.na.mine.zpool.ca:4339 --wallet xxxx --password myrigname
sleep 2

Seems when using a (bash)script sometimes you have to add a sleep to give it time to be handled properly.

hero member
Activity: 2548
Merit: 626
August 09, 2021, 11:11:09 PM
Thanks, that worked!

Although on one machine (Core i5 1135G7), it would look like it would start mining then it just says Killed and then exits.

It seems to only happens to that one CPU.  Any ideas?

EDIT:
Noticed it's quiting and not allowing my script to continue.

"Too many job errors for this pool connection, reconnecting [scryptn2]"

My script goes to the next miner to mine another pool/coin, but SRBMiner just quits and not let me bash script continue.  What is going on?

Probably tries to restart itself, and not quit ?
A log would be more useful than just guessing here  Wink
hero member
Activity: 677
Merit: 500
August 09, 2021, 05:29:48 PM
Thanks, that worked!

Although on one machine (Core i5 1135G7), it would look like it would start mining then it just says Killed and then exits.

It seems to only happens to that one CPU.  Any ideas?

EDIT:
Noticed it's quiting and not allowing my script to continue.

"Too many job errors for this pool connection, reconnecting [scryptn2]"

My script goes to the next miner to mine another pool/coin, but SRBMiner just quits and not let me bash script continue.  What is going on?
member
Activity: 325
Merit: 42
August 09, 2021, 08:02:23 AM
I cannot get SRBMiner-Multi to work on zpool mining with scryptn2.

 ./SRBMiner-MULTI --give-up-limit 0 --algorithm scryptn2 --pool stratum+tcp://scryptn2.na.mine.zpool.ca:4339 --disable-gpu --wallet xxxx --password myrigname --cpu-threads 8

I get this:
Devfee pool/s not reachable - please check your firewall/antivirus is not blocking outgoing connections


Mining with another miner with the same info works fine.  Right now I'm using this one, but wanted to try SRBM because it seems to work in the Windows version and the hashrate seems higher with SRBM than cpuminer.

https://github.com/fireworm71/veriumMiner

Change your command to ./SRBMiner-MULTI --give-up-limit 0 --disable-gpu --algorithm scryptn2 --pool stratum+tcp://scryptn2.na.mine.zpool.ca:4339 --wallet xxxx --password myrigname --cpu-threads 8

Anything enabling or disabling cpus/gpus goes in front of --algorithm.
hero member
Activity: 677
Merit: 500
August 08, 2021, 12:41:22 PM
I cannot get SRBMiner-Multi to work on zpool mining with scryptn2.

 ./SRBMiner-MULTI --give-up-limit 0 --algorithm scryptn2 --pool stratum+tcp://scryptn2.na.mine.zpool.ca:4339 --disable-gpu --wallet xxxx --password myrigname --cpu-threads 8

I get this:
Devfee pool/s not reachable - please check your firewall/antivirus is not blocking outgoing connections


Mining with another miner with the same info works fine.  Right now I'm using this one, but wanted to try SRBM because it seems to work in the Windows version and the hashrate seems higher with SRBM than cpuminer.

https://github.com/fireworm71/veriumMiner
hero member
Activity: 2548
Merit: 626
July 30, 2021, 05:41:16 AM
V0.7.9
+ Added algorithm 'cosa' (COSA - Cosanta coin) for CPU mining, fee 2.0%
+ Fixed hashrate regression on 'heavyhash' algorithm for Navi cards
hero member
Activity: 2548
Merit: 626
hero member
Activity: 2548
Merit: 626
July 25, 2021, 01:46:22 AM
Hi
2021-07-24 20:42:55] GPU1[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU5[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU0[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU4[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU4[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU1[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU8[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU7[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU7[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU8[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU6[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU7[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] Socket error : 104 [circcash]
[2021-07-24 20:42:55] Reconnecting to stratum-ru.rplant.xyz:17050 in 3 seconds [circcash]
[2021-07-24 20:42:58] Pool unexpectedly closed the connection [circcash]
[2021-07-24 20:42:58] Reconnecting to stratum-ru.rplant.xyz:17050 in 3 seconds [circcash]

I think this for a rig with a large number of GPUs works fine for 4 cards for sure.

you should manually set difficulty much higher ( --password d=5 ) for example
newbie
Activity: 23
Merit: 0
July 24, 2021, 02:10:18 PM
V0.7.8
+ Added algorithm 'circcash' for GPU mining, fee 0.85%


You can now set/change memory timings in real time! For details refer to Help\Gpu_Manual_Tuning.txt
---------------------
Pool:
Workers: 2
NAME   DIFF   HASHRATE (NOW/AVG)
018   0.128   474.75/354.28 MH/s
060   0.128   392.19/433.56 MH/s
--------------------------------------------
Real:
018 RIG - 2 cards RX470-580 x ~650Mh = ~1.3Gh
060 RIG - 4 cards RX470-580 x ~650Mh = ~2.6Gh

Pool = 787Mh
Real = 3.9Gh
Huh
newbie
Activity: 23
Merit: 0
July 24, 2021, 01:44:40 PM
Hi
2021-07-24 20:42:55] GPU1[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU5[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU0[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU4[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU4[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU1[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU8[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU7[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU7[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU8[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU6[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] GPU7[t0] result rejected [job not found] [circcash][0]
[2021-07-24 20:42:55] Socket error : 104 [circcash]
[2021-07-24 20:42:55] Reconnecting to stratum-ru.rplant.xyz:17050 in 3 seconds [circcash]
[2021-07-24 20:42:58] Pool unexpectedly closed the connection [circcash]
[2021-07-24 20:42:58] Reconnecting to stratum-ru.rplant.xyz:17050 in 3 seconds [circcash]

I think this for a rig with a large number of GPUs works fine for 4 cards for sure.
Pages:
Jump to: