Pages:
Author

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

hero member
Activity: 2548
Merit: 626
V2.2.8
+ Added algorithm 'memehash' (PEPEPOW coin) for CPU/GPU mining, fee 2% [AMD/NVIDIA/INTEL]
+ Minor improvement for algorithm 'dynex' in dual mining mode
+ Fixed hashrate regression on 'sha512_256d_radiant' algorithm for RX6600 GPU's [single mode]
+ Fixed algorithm 'lyra2v2_webchain' on NVIDIA GPU's broken in previous versions
+ Fixed algorithm 'autolykos2' in dual mining with 'sha512_256d_radiant' for some GPU's broken in previous version
+ Added sum of accepted/rejected/hw error shares to stats
+ Added parameter '--disable-gpu-dual-kernels' [disables usage of optimised dual kernels]

HiveOS update script from v2.2.7 to v2.2.8:

Code:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.2.8/SRBMiner-Multi-2-2-8-Linux.tar.xz && tar -xvf SRBMiner-Multi-2-2-8-Linux.tar.xz && cd SRBMiner-Multi-2-2-8 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.2.7 && miner start
newbie
Activity: 5
Merit: 0
hi all!
How to change the intensity on the second coin in dual mining? AMD Cards.
hero member
Activity: 2548
Merit: 626
V2.2.7
+ Significantly improved mining performance of dual kernels for algorithm 'dynex' [AMD/NVIDIA/INTEL]
+ Added kernels for DUAL mining : DYNEX/BLAKE3_ALEPHIUM, DYNEX/SHA256DT
+ Improved mining performance on algorithm 'dynex' for some GPU's
+ Fixed algorithm 'sha256dt' broken in previous versions
+ Fixed algorithm 'dynamo' broken in previous versions
+ Fixed algorithm 'autolykos2' in dual mining for Nvidia Turing GPU's broken in previous version
+ Fixed low hashrate issue (again) when connecting to some ALEPHIUM pool/s [alph-pool.com, coinhunters.space, woolypooly for ex.]
+ Minor bug fixes

HiveOS update script from v2.2.6 to v2.2.7:


Code:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.2.7/SRBMiner-Multi-2-2-7-Linux.tar.xz && tar -xvf SRBMiner-Multi-2-2-7-Linux.tar.xz && cd SRBMiner-Multi-2-2-7 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.2.6 && miner start
jr. member
Activity: 56
Merit: 6
Thanks for those updates!

Does the miner supports Win7 x64?
..Win64 release should include Win7 too?

Because unable to run it in Win7 x64, output is:
Quote
Detecting GPU devices...

No suitable GPU devices found

GPUs are: 1070, 1070Ti, GPU driver: 474.30/Win7 64 (latest one available)

Any other different miners are working fine, but not this one.
hero member
Activity: 2548
Merit: 626
V2.2.6
+ Improved mining performance on algorithm 'blake3_alephium' for AMD/NVIDIA/INTEL [Alephium]
+ Improved mining performance on algorithm 'sha256dt' for AMD/NVIDIA/INTEL [Novo]
+ Improved mining performance on algorithm 'dynex' for some AMD/NVIDIA GPU's [Dynexcoin]
+ Improved mining performance on algorithm 'sha512_256d_radiant' for NVIDIA (Pascal, Turing) and AMD gfx1100 [Radiant]
+ Improved mining performance on algorithm 'sha3d' for NVIDIA GPUS [Kylacoin]
+ Improved mining performance on many dual algorithms for AMD gfx1100
+ Added kernels for DUAL mining : DYNEX/BLAKE3_IRONFISH, DYNEX/KASPA
+ Added support for AMD gfx1100 on algorithm 'sha3d'
+ Better auto tune for algorithm 'dynex'
+ Fixed low diff shares issue when connecting to some RXD,NOVO and KYLACOIN pool/s [vipor.net for ex.]
+ Fixed low hashrate issue when connecting to some ALEPHIUM pool/s [alph-pool.com, coinhunters.space, woolypooly for ex.]
+ Fixed some bugs when using --multi-algorithm-job-mode 3
+ Removed keyboard shortcut 'h'. Hashrate stats will be displayed periodically.
+ Minor bug fixes

HiveOS update script from v2.2.5 to v2.2.6:

Code:
cd /tmp && wget https://github.com/doktor83/SRBMiner-Multi/releases/download/2.2.6/SRBMiner-Multi-2-2-6-Linux.tar.xz && tar -xvf SRBMiner-Multi-2-2-6-Linux.tar.xz && cd SRBMiner-Multi-2-2-6 && miner stop && cp SRBMiner-MULTI /hive/miners/srbminer/2.2.5 && miner start
member
Activity: 325
Merit: 42
Hi, how to set spend-secret-key for wownero I've added --spend-secret-key (the key) but just getting pool unexpectedly closed the connection error, does srbminer support it?

You use your wallet for mining not your spend key

Instead of asking here have a look here https://github.com/doktor83/SRBMiner-Multi
You can find more answers  here:
https://wownero.org/
https://wheretomine.io/coins/wownero

I have done plenty of research already so that's why I'm asking here, wownero is a solo mine only coin therefor you need to put the spend key, xmrig supports it but unfortunately xmrig doesn't support multi algo job mode 3 to switch algos when the first algo is not available like srbminer

Looking at SRBMiner-MULTI I don't think you can mine wownero as I don't see the algo mentioned and with this miner not having an option to enter the spend key.

Only thing I can think of is trying SRBMiner setting it -wallet < yourwallet> -password or the other way round

Seems you are stuck with XMRig or maybe another miner, but I have no such luck of finding one.

You might try the XMRig version of moneroocean.stream as that support algo switching.

newbie
Activity: 5
Merit: 0
Hi, how to set spend-secret-key for wownero I've added --spend-secret-key (the key) but just getting pool unexpectedly closed the connection error, does srbminer support it?

You use your wallet for mining not your spend key

Instead of asking here have a look here https://github.com/doktor83/SRBMiner-Multi
You can find more answers  here:
https://wownero.org/
https://wheretomine.io/coins/wownero

I have done plenty of research already so that's why I'm asking here, wownero is a solo mine only coin therefor you need to put the spend key, xmrig supports it but unfortunately xmrig doesn't support multi algo job mode 3 to switch algos when the first algo is not available like srbminer
member
Activity: 325
Merit: 42
Hi, how to set spend-secret-key for wownero I've added --spend-secret-key (the key) but just getting pool unexpectedly closed the connection error, does srbminer support it?

You use your wallet for mining not your spend key

Instead of asking here have a look here https://github.com/doktor83/SRBMiner-Multi
You can find more answers  here:
https://wownero.org/
https://wheretomine.io/coins/wownero
newbie
Activity: 5
Merit: 0
Hi, how to set spend-secret-key for wownero I've added --spend-secret-key (the key) but just getting pool unexpectedly closed the connection error, does srbminer support it?
member
Activity: 325
Merit: 42
what the driver version for srb 2.2.5 nvidia and amd correct?

Usually the latest should work if you are using hiveos.
newbie
Activity: 2
Merit: 0
what the driver version for srb 2.2.5 nvidia and amd correct?
newbie
Activity: 42
Merit: 0
windows defender found win32/Wacatac.H!ml ... what's up with that ?
sr. member
Activity: 703
Merit: 272
Miner is a total sh@t, at least for nvidia, after 6-8 hours of work main process stop to work and miner
make 5-7 clones of itself.

wow nice failure description - in most such cases the failure is sitting in front of the monitor.

it's just the booze talking..  Roll Eyes   

Cheesy Grin
member
Activity: 1558
Merit: 69
Miner is a total sh@t, at least for nvidia, after 6-8 hours of work main process stop to work and miner
make 5-7 clones of itself.

wow nice failure description - in most such cases the failure is sitting in front of the monitor.
member
Activity: 325
Merit: 42
Miner is a total sh@t, at least for nvidia, after 6-8 hours of work main process stop to work and miner
make 5-7 clones of itself.

Windows / Linux ?

Command line settings?

Videocard used ?

So if you want help we need more info.
newbie
Activity: 315
Merit: 0
Miner is a total sh@t, at least for nvidia, after 6-8 hours of work main process stop to work and miner
make 5-7 clones of itself.
hero member
Activity: 2548
Merit: 626
April 29, 2023, 05:45:24 PM
V2.2.5
+ Significantly improved mining performance on algorithm 'dynex' for AMD/NVIDIA/INTEL
+ Improved mining performance on algorithm 'blake3_ironfish' for AMD/NVIDIA/INTEL in single and dual modes
+ Added support for algorithm 'sha3d' on NVIDIA/INTEL GPU's
+ Ironfish is now compatible with pools using stratum v2
+ Added optimised kernel for DUAL mining : DYNEX/SHA512_256D_RADIANT
+ Added auto tune for algorithm 'dynex' that will try to find an optimal gpu intensity value
+ Removed CPU POW [algorithm 'dynex']
+ Algorithm 'xdag' is now compatible with xdagj 0.6.1
+ Fixed broken RXD/ALEPH mining on RDNA gpus [linux]
+ If using '--gpu-reset-oc' parameter, it will get applied also on miner shutdown
+ Bug fixes

Dynex + Radiant + Zil
Code:
SRBMiner-MULTI.exe --disable-cpu --algorithm dynex --pool stratum+tcps://dnx.eu.ekapool.com:19668 --wallet dnx-wallet --password worker-name --algorithm sha512_256d_radiant --pool de.vipor.net:5066 --wallet radiant-wallet --zil-enable --zil-pool eu.crazypool.org:5005 --zil-wallet zil-wallet-here --zil-esm 2

Dynex + Radiant
Code:
SRBMiner-MULTI.exe --disable-cpu --algorithm dynex --pool stratum+tcps://dnx.eu.ekapool.com:19668 --wallet dnx-wallet --password worker-name --algorithm sha512_256d_radiant --pool de.vipor.net:5066 --wallet radiant-wallet
newbie
Activity: 26
Merit: 0
April 16, 2023, 07:17:16 PM
Hello, I have a problem with running the miner.
I run the bat file of any of the coins mined on the GPU, it writes:
  "no suitable GPU devices found"
I run "list-gpu-devices.bat" and it shows all three GPUs (GPU0 GPU1 GPU2 with all the description for each of them without any problem)
But for some reason, he doesn’t start mining on them as if he doesn’t see them. I tried versions 2.2.4 and 2.2.3, same
I run another miner, for example Gminer, it mines without problems.
Can you help me?

my equipment:
two 1080TI, one 1070, CPU - intel celeron G550 2.60 GHz (2 core), windows 10 64, 4gb RAM.

just in case, bat file of SRBMiner for dynex:
SRBMiner-MULTI.exe --disable-cpu -a dynex -o stratum+ssl://dynexsolve.eu.mine.zergpool.com:4460 -u 171Z21oM7nv394AEnBjyaxHiAhEDVpr5Uj -p c=BTC,mc=DNX
member
Activity: 223
Merit: 12
April 16, 2023, 10:09:21 AM
Wrong topic - it's not SRBMiner on the video

Sorry, my mistake. I wanted to test SRB because it gives higher hishrate but I forgot to switch it... You can delete your quote with my video.
hero member
Activity: 2548
Merit: 626
April 16, 2023, 09:55:51 AM
My test with RTX 4090 and 4070 Ti gpus on Radiant:

RTX 4090 & 4070 Ti - Radiant Hashrate & Profit (SRBMiner 2.2.4) - https://www.youtube.com/watch?v=IT_j4hRk-m4

Wrong topic - it's not SRBMiner on the video
Pages:
Jump to: