doktor83 (OP)
|
 |
July 27, 2021, 07:36:46 AM |
|
|
|
|
|
doktor83 (OP)
|
 |
July 30, 2021, 10: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
|
|
|
|
guytechie
|
 |
August 08, 2021, 05: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
|
Put something in my tip jar if I made your day.  BTC: 1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu
|
|
|
deedeeranged
Member

Offline
Activity: 325
Merit: 42
|
 |
August 09, 2021, 01:02:23 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/veriumMinerChange 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.
|
|
|
|
guytechie
|
 |
August 09, 2021, 10:29:48 PM Last edit: August 09, 2021, 11:52:54 PM by guytechie |
|
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?
|
Put something in my tip jar if I made your day.  BTC: 1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu
|
|
|
doktor83 (OP)
|
 |
August 10, 2021, 04:11:09 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?
Probably tries to restart itself, and not quit ? A log would be more useful than just guessing here 
|
|
|
|
deedeeranged
Member

Offline
Activity: 325
Merit: 42
|
 |
August 10, 2021, 01:17:23 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?
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.
|
|
|
|
guytechie
|
 |
August 11, 2021, 07:00:56 PM |
|
I already do a sleep 1. Do I need 2 seconds?
|
Put something in my tip jar if I made your day.  BTC: 1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu
|
|
|
deedeeranged
Member

Offline
Activity: 325
Merit: 42
|
 |
August 12, 2021, 12:08:00 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.
|
|
|
|
qqqua
Newbie
Offline
Activity: 69
Merit: 0
|
 |
August 12, 2021, 01:14:43 PM |
|
what is recommended driver version for this miner to use with vega56/64 on eth (win10)?
|
|
|
|
guytechie
|
 |
August 13, 2021, 11: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.
|
Put something in my tip jar if I made your day.  BTC: 1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu
|
|
|
Gunday_07
Member

Offline
Activity: 280
Merit: 11
|
 |
August 14, 2021, 09: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
|
|
|
|
doktor83 (OP)
|
 |
August 14, 2021, 10: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.
|
|
|
|
Gunday_07
Member

Offline
Activity: 280
Merit: 11
|
 |
August 14, 2021, 10: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
|
|
|
|
doktor83 (OP)
|
 |
August 14, 2021, 10: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  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.
|
|
|
|
justoiurii
Newbie
Offline
Activity: 103
Merit: 0
|
 |
August 16, 2021, 09: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)
|
|
|
|
Nighthog
Jr. Member
Offline
Activity: 134
Merit: 5
|
 |
August 16, 2021, 11: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.
|
|
|
|
deedeeranged
Member

Offline
Activity: 325
Merit: 42
|
 |
August 16, 2021, 12:05:15 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. Can you give sample of the script you use? Just in case it twixes my mind what it may be? 
|
|
|
|
doktor83 (OP)
|
 |
August 18, 2021, 08:48:09 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.
I don't have a ryzen with an integrated gpu so i can't do much here.
|
|
|
|
guytechie
|
 |
August 19, 2021, 12:08:17 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. Can you give sample of the script you use? Just in case it twixes my mind what it may be?  Unlike the other miners, when you CTRL+C to break, SRBMiner just dunps you back to the shell prompt rather than going to the next line. The other miners will go to the next line after you break. #!/bin/bash
sudo sysctl -w vm.nr_hugepages=1280
whoknows=0 while [ $whoknows -le 1 ] do sleep 2 ./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
sleep 2 ./SRBMiner-MULTI --give-up-limit 0 --disable-gpu --algorithm Rx2 --pool stratum+tcp://rx2.mine.zergpool.com:8335 --nicehash true --send-stales true --api-enable --api-port 4068 --wallet xxx --password myrigname --cpu-threads 8
sleep 2 ./SRBMiner-MULTI --give-up-limit 0 --disable-gpu --algorithm curve --pool stratum+tcp://curvehash.na.mine.zergpool.com:3343 --wallet xxxx --password myrigname --cpu-threads 8
sleep 2 ./xmrig-cpu -r 0 -a cn/upx2 -o stratum+tcp://cryptonight_upx.na.mine.zergpool.com:4457 -u xxxx -p myrigname -t 8
sleep 2 ./xmrig-cpu -r 0 -a rx/0 -o stratum+tcp://randomx.na.mine.zergpool.com:4453 -u xxxx -p myrigname -t 8
sleep 2 ./cpuminer-opt-sse2 -r 0 -a yescrypt -o stratum+tcp://yescrypt.na.mine.zergpool.com:6233 -u xxxx -p myrigname --cpu-affinity AAAA --cpu-priority 5 -t 8
done echo Loop ended.
|
Put something in my tip jar if I made your day.  BTC: 1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu
|
|
|
|