Pages:
Author

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

hero member
Activity: 2548
Merit: 626
July 24, 2021, 07:36:24 AM
V0.7.8
+ Added algorithm 'circcash' for GPU mining, fee 0.85%
+ Performance increase on 'heavyhash' algorithm on GPU's (~15-25%)
+ Performance increase on 'verushash' algorithm on CPU's supporting SSE4.2 and AES (~4%)
+ Added parameter '--gpu-manual-tuning' for real time editing of memory timings (check Help\Gpu_Manual_Tuning.txt)
+ Added parameter '--log-file-mode' (check Help\Cmd_Common_Parameters.txt)
+ Fixed auto setup on Ethash algorithm for Navi/Navi2 cards that broke in previous version
+ Removed devfee for 'randomwow' algorithm
+ Removed devfee for 'bl2bsha3' algorithm
+ Removed devfee for 'eaglesong' algorithm
+ Removed devfee for 'k12' algorithm
+ Removed devfee for 'kadena' algorithm
+ Removed devfee for 'minotaur' algorithm
+ Minor bug fixes

You can now set/change memory timings in real time! For details refer to Help\Gpu_Manual_Tuning.txt
hero member
Activity: 1138
Merit: 523
July 18, 2021, 11:01:35 PM
Hi,
I have some issues when using for xhv coin under linux ( RaveOS) comparing with windows.
Under linux my baffin cards like RX 550 2Gb, RX 560 2Gb works only 300 h/s. But it will get 500 h/s more in windows, with same core, mem, and voltage.
Let me know the problem and how to solve it.
Thank you.


Have you tried switching to the other compute drivers? I have no idea about RaveOS but on Hive there is a specific driver version the kicks it back up again.
newbie
Activity: 5
Merit: 0
July 09, 2021, 08:09:00 PM
Hi,
I have some issues when using for xhv coin under linux ( RaveOS) comparing with windows.
Under linux my baffin cards like RX 550 2Gb, RX 560 2Gb works only 300 h/s. But it will get 500 h/s more in windows, with same core, mem, and voltage.
Let me know the problem and how to solve it.
Thank you.
member
Activity: 118
Merit: 10
July 09, 2021, 03:14:02 AM
Hi,
whats your ETH hashrate/wattage on RX6700xt/6800/6800xt? Smiley
hero member
Activity: 2548
Merit: 626
July 08, 2021, 09:48:16 AM
is there a config to select a gpu to mine but not all? example: only 1 of 2 gpus will mine.

Use gpu's 0,1,2

Code:
--gpu-id 0!1!2
legendary
Activity: 3444
Merit: 1061
July 08, 2021, 09:46:11 AM
is there a config to select a gpu to mine but not all? example: only 1 of 2 gpus will mine.
hero member
Activity: 1138
Merit: 523
July 06, 2021, 06:41:57 AM
Not overly with threads other than 1 machine running 40 of 48 threads which cost the expected 8-10%. With intensity I saw no gains just increased heat.

You are from the Raptoreum team right? I must ask why not making all CN algos use same scratchpad size? That way there would be no such big HR fluctuations + the num of used cpu cache could be known and so num of worker threads could be chosen much more efficiently. Right now the other miner choses to use ALL threads which might be efficient only when mining the small scratchpad CN algos, but not when doing the 2MB ones.
This is why my miner doesnt use all the threads but let's say it selects num of threads based on an avg. of all scratchpad sizes and available L3, L2 caches.
There is no efficient way of doing this because of the different memory requirements for CN algos.. Smiley

Pretty much to keep it from being easily optimized and maintain the reasonably large instruction set. That goes a long way towards making certain types of development a lot harder to do.
hero member
Activity: 2548
Merit: 626
July 05, 2021, 10:01:55 AM
Not overly with threads other than 1 machine running 40 of 48 threads which cost the expected 8-10%. With intensity I saw no gains just increased heat.

You are from the Raptoreum team right? I must ask why not making all CN algos use same scratchpad size? That way there would be no such big HR fluctuations + the num of used cpu cache could be known and so num of worker threads could be chosen much more efficiently. Right now the other miner choses to use ALL threads which might be efficient only when mining the small scratchpad CN algos, but not when doing the 2MB ones.
This is why my miner doesnt use all the threads but let's say it selects num of threads based on an avg. of all scratchpad sizes and available L3, L2 caches.
There is no efficient way of doing this because of the different memory requirements for CN algos.. Smiley
hero member
Activity: 1138
Merit: 523
July 05, 2021, 02:24:09 AM
Any chance of some tweaking on GR? It's currently more than a bit behind.

It depends from CPU. on which one have you tested?

AMD 3900 3990 5900 5950 5800 5700 3600 3200

Intel E5 2680 v2 v3 v4 v5 2678 v3

All consistently 25-60% slower than with https://github.com/WyvernTKC/cpuminer-gr-avx2/releases/tag/1.1.7



I didn't do 4-way hashes and avx2 for all those algorithms, also no cn tuning config or what it's called over there, so probably that's what it is  Grin
a quick question : did you play with --cpu-threads and --cpu-threads-intensity ?

Not overly with threads other than 1 machine running 40 of 48 threads which cost the expected 8-10%. With intensity I saw no gains just increased heat.
hero member
Activity: 2548
Merit: 626
July 04, 2021, 02:10:51 PM
Any chance of some tweaking on GR? It's currently more than a bit behind.

It depends from CPU. on which one have you tested?

AMD 3900 3990 5900 5950 5800 5700 3600 3200

Intel E5 2680 v2 v3 v4 v5 2678 v3

All consistently 25-60% slower than with https://github.com/WyvernTKC/cpuminer-gr-avx2/releases/tag/1.1.7



I didn't do 4-way hashes and avx2 for all those algorithms, also no cn tuning config or what it's called over there, so probably that's what it is  Grin
a quick question : did you play with --cpu-threads and --cpu-threads-intensity ?
hero member
Activity: 1138
Merit: 523
July 04, 2021, 10:13:40 AM
Any chance of some tweaking on GR? It's currently more than a bit behind.

It depends from CPU. on which one have you tested?

AMD 3900 3990 5900 5950 5800 5700 3600 3200

Intel E5 2680 v2 v3 v4 v5 2678 v3

All consistently 25-60% slower than with https://github.com/WyvernTKC/cpuminer-gr-avx2/releases/tag/1.1.7

hero member
Activity: 2548
Merit: 626
July 03, 2021, 08:47:15 AM
Any chance of some tweaking on GR? It's currently more than a bit behind.

It depends from CPU. on which one have you tested?
hero member
Activity: 1138
Merit: 523
July 03, 2021, 02:50:20 AM
Any chance of some tweaking on GR? It's currently more than a bit behind.
member
Activity: 325
Merit: 42
July 02, 2021, 01:56:10 PM
Any idea what the best way is to setup srbminer-multi with moneroocean.stream and algo switching?

i abandoned compatibility with monero ocean and that kind of algo switching along the way.

Ok thats fine no problem I just wondered as SRBMiner-MULTI is just still mentioned in their docs.
Means I just have to see if I can get it to work with mm,js/mm.exe, I hate to switch miner as
SRBMiner-MULTI works great for me on either xmrpool or supportxmr.

In any case a thumbs up from me  Smiley
hero member
Activity: 2548
Merit: 626
July 02, 2021, 07:49:44 AM
Any idea what the best way is to setup srbminer-multi with moneroocean.stream and algo switching?

i abandoned compatibility with monero ocean and that kind of algo switching along the way.
member
Activity: 325
Merit: 42
July 02, 2021, 06:31:38 AM
Any idea what the best way is to setup srbminer-multi with moneroocean.stream and algo switching?
hero member
Activity: 1138
Merit: 523
June 29, 2021, 01:32:34 PM
V0.7.7
+ Added algorithm 'lyra2v2_webchain' (MINTME - MintMe.com coin) for CPU/GPU mining, fee 2%
+ Added algorithm 'ghostrider' (RTM - Raptoreum) for CPU mining, fee 0.85%
+ Added algorithm 'cryptonight_turtle' for CPU/GPU mining, fee 0.85%
+ Added algorithm 'randomyada' (YDA - Yada coin) for CPU mining, fee 0.85%
+ Added algorithm 'yespowerarwn' (ARWN - Arowana coin) for CPU mining, fee 0.85%
+ Better auto setup for 'yespower' algorithms
+ Removed devfee for 'cryptonight_cache' algorithm
+ DevFee for 'heavyhash' algorithm lowered to 1%

To find the best settings for your CPU on 'ghostrider' algorithm you should play with:
--cpu-threads
--cpu-threads-intensity
--cpu-affinity
Awesome on adding Ghostrider!
hero member
Activity: 2548
Merit: 626
June 29, 2021, 12:13:03 PM
V0.7.7
+ Added algorithm 'lyra2v2_webchain' (MINTME - MintMe.com coin) for CPU/GPU mining, fee 2%
+ Added algorithm 'ghostrider' (RTM - Raptoreum) for CPU mining, fee 0.85%
+ Added algorithm 'cryptonight_turtle' for CPU/GPU mining, fee 0.85%
+ Added algorithm 'randomyada' (YDA - Yada coin) for CPU mining, fee 0.85%
+ Added algorithm 'yespowerarwn' (ARWN - Arowana coin) for CPU mining, fee 0.85%
+ Better auto setup for 'yespower' algorithms
+ Removed devfee for 'cryptonight_cache' algorithm
+ DevFee for 'heavyhash' algorithm lowered to 1%

To find the best settings for your CPU on 'ghostrider' algorithm you should play with:
--cpu-threads
--cpu-threads-intensity
--cpu-affinity
hero member
Activity: 2548
Merit: 626
June 28, 2021, 06:47:46 AM
Miner closes unexpectly on nicehash mining after "Pool unexpectedly closed the connection"
"SRBMiner-MULTI.exe --disable-cpu --a0-is-zil --multi-algorithm-job-mode 3 --algorithm ethash;autolykos2 --pool daggerhashimoto.eu-west.nicehash.com:3353;autolykos.eu-west.nicehash.com:3390 --wallet NICEHASHWALLET.NICEHASHWALLET.zilworkername;NICEHASHWALLET --password x;X --gpu-boost 3 --gpu-id 0"

Tried same cmd (with my wallet ofc), didn't crash after reconnect request. Which GPU is that ? Do you even have enough RAM for both algorithms datasets?
AMD RX 550 4GB. Nanominer (ergo+zil) works fine.

I cant reproduce your issue, sorry.
full member
Activity: 1209
Merit: 209
June 28, 2021, 04:41:58 AM
Miner closes unexpectly on nicehash mining after "Pool unexpectedly closed the connection"
"SRBMiner-MULTI.exe --disable-cpu --a0-is-zil --multi-algorithm-job-mode 3 --algorithm ethash;autolykos2 --pool daggerhashimoto.eu-west.nicehash.com:3353;autolykos.eu-west.nicehash.com:3390 --wallet NICEHASHWALLET.NICEHASHWALLET.zilworkername;NICEHASHWALLET --password x;X --gpu-boost 3 --gpu-id 0"

Tried same cmd (with my wallet ofc), didn't crash after reconnect request. Which GPU is that ? Do you even have enough RAM for both algorithms datasets?
AMD RX 550 4GB. Nanominer (ergo+zil) works fine.
Pages:
Jump to: