Bitcoin Forum
April 27, 2024, 01:31:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 [56] 57 »
  Print  
Author Topic: SRBMiner-MULTI AMD & NVIDIA & INTEL & CPU miner  (Read 42239 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (3 posts by 1+ user deleted.)
miner29
Full Member
***
Offline Offline

Activity: 1262
Merit: 138


View Profile
February 04, 2024, 02:31:13 PM
Merited by sxemini (1)
 #1101

Insane. Did you actually cared to fix the TYPO you have ?

Code:
--multi-algoithm-job-mode 3

vs fixed:

Code:
--multi-algorithm-job-mode 3

If so, then why the fuck miner didn't show any warnings about wrong parameter?
[/quote]

You make a typo and then complain like its not your fault…no wonder you have no merit. 

When you screw up (as you have) you are much better to admit your fault as everyone makes mistakes…instead you double down clearly showing your back side to the world. 

Lots of people use SRBminer without issue.  Your issue appears to be you..and there is no software fix for that.
1714224676
Hero Member
*
Offline Offline

Posts: 1714224676

View Profile Personal Message (Offline)

Ignore
1714224676
Reply with quote  #2

1714224676
Report to moderator
1714224676
Hero Member
*
Offline Offline

Posts: 1714224676

View Profile Personal Message (Offline)

Ignore
1714224676
Reply with quote  #2

1714224676
Report to moderator
1714224676
Hero Member
*
Offline Offline

Posts: 1714224676

View Profile Personal Message (Offline)

Ignore
1714224676
Reply with quote  #2

1714224676
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714224676
Hero Member
*
Offline Offline

Posts: 1714224676

View Profile Personal Message (Offline)

Ignore
1714224676
Reply with quote  #2

1714224676
Report to moderator
1714224676
Hero Member
*
Offline Offline

Posts: 1714224676

View Profile Personal Message (Offline)

Ignore
1714224676
Reply with quote  #2

1714224676
Report to moderator
1714224676
Hero Member
*
Offline Offline

Posts: 1714224676

View Profile Personal Message (Offline)

Ignore
1714224676
Reply with quote  #2

1714224676
Report to moderator
BoozyTalking
Newbie
*
Offline Offline

Activity: 315
Merit: 0


View Profile
February 04, 2024, 05:48:55 PM
 #1102

I'm not complain, i'm asking the question. Coz everyone know (in case of 99.9% mining software) - if you make some typos in command line - then miner didn't start or show some error/warning message - behaviour excpected by any user of mining software. Ctrl+c/Ctrl+v is very strong force then you try new versions/new software, so i even not excpect i have some typo in command line - coz miner start normally without any unexpected messages.

And this situation does not in any way cancel the fact that latest versions have problems with algos i indicated before my mistake with --multi-algoithm-job-mode 3 .
sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
February 05, 2024, 11:01:32 AM
Last edit: February 05, 2024, 11:21:08 AM by sxemini
 #1103

I'm not complain, i'm asking the question. Coz everyone know (in case of 99.9% mining software) - if you make some typos in command line - then miner didn't start or show some error/warning message - behaviour excpected by any user of mining software. Ctrl+c/Ctrl+v is very strong force then you try new versions/new software, so i even not excpect i have some typo in command line - coz miner start normally without any unexpected messages.

And this situation does not in any way cancel the fact that latest versions have problems with algos i indicated before my mistake with --multi-algoithm-job-mode 3 .


If so, then why the fuck miner didn't show any warnings about wrong parameter?

you wrote why the fuck and this is not complain? You cry like a baby for months, maybe for over a year, but never find the failure you made? You acting in this forum like a king, harsh to other user or doesn´t accept other meanings and no you make no mistake, never in this world.  Roll Eyes
99,9% of the miners show wrong parameters? Should i start what miners doesn´t show all wrong typos?

lolminer, teamredminer, miniZ srbminer, ccminer, cpu optminer, xmr stak all of this miners can having typo failures in the commandline without an error, not all parameters but some.

Dude calm down and work together and not be like the biggest narcissist. And why you don´t ask in the SRBminer discord, you find many users their and better support, doctor is also more active in discord.
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
February 05, 2024, 11:33:14 AM
 #1104

And why you don´t ask in the SRBminer discord, you find many users their and better support, doctor is also more active in discord.

Because he would be already banned there with this attitude..  Cool

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
February 06, 2024, 08:45:41 PM
 #1105

V2.4.7
+ Performance improvement on algorithm 'aurum' for AVX2 supported CPU's
+ Fixed broken 'yespower' algorithms
+ Fixed broken algorithm 'blake3_decred'
+ Fixed broken --gpu-coffset and --gpu-moffset parameters (Linux)
+ Added parameter '--cpu-numa-bind' which can force binding of CPU worker threads to a specific NUMA node (per algorithm)*
+ Default --esm (ethereum stratum mode) value for algorithms 'ethash' and 'etchash' is now 2 (EthereumStratum 1.0 + nicehash mode)
+ Renamed parameter 'disable-numa' to 'disable-numa-binding'
+ Minor bug fixes


--cpu-numa-bind

Bind CPU worker threads to NUMA node id 1 (second NUMA node) with auto thread selection and affinity mask:
Code:
--algorithm ... --pool ... --wallet ... --cpu-numa-bind 1

Bind CPU worker threads to NUMA node id 1 (second NUMA node) with manually set number of threads and affinity mask:
Code:
--algorithm ... --pool ... --wallet ... --cpu-threads 8 --cpu-affinity 0x5555 --cpu-numa-bind 1

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
BoozyTalking
Newbie
*
Offline Offline

Activity: 315
Merit: 0


View Profile
February 07, 2024, 09:21:05 AM
 #1106

And why you don´t ask in the SRBminer discord, you find many users their and better support, doctor is also more active in discord.

Because he would be already banned there with this attitude..  Cool

You lie. Better add parameters check at startup - simple task even for scoolboy.
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
February 07, 2024, 09:26:12 AM
 #1107

And why you don´t ask in the SRBminer discord, you find many users their and better support, doctor is also more active in discord.

Because he would be already banned there with this attitude..  Cool

You lie. Better add parameters check at startup - simple task even for scoolboy.

nah, its easier for everyone if you just stop being a douchebag.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
energy_xxx
Jr. Member
*
Online Online

Activity: 132
Merit: 1


View Profile
February 07, 2024, 01:34:44 PM
Merited by miner29 (1)
 #1108

thanks doctor
BoozyTalking
Newbie
*
Offline Offline

Activity: 315
Merit: 0


View Profile
February 08, 2024, 10:13:15 AM
 #1109

And why you don´t ask in the SRBminer discord, you find many users their and better support, doctor is also more active in discord.

Because he would be already banned there with this attitude..  Cool

You lie. Better add parameters check at startup - simple task even for scoolboy.

nah, its easier for everyone if you just stop being a douchebag.

Look, it's easy: 1) const array [your predefined command line parameters]; 2) dynamic array [command line parameters from user] - you already have it in your program; 3) use any type of cycle you like or preffered, in cycle check if array [1] contain current element of array [2], if not contain - HALT (with message). Easy.
Bimmel
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 09, 2024, 11:26:36 PM
 #1110

Hello,

I have been wanting to do some CPU mining with the current SRB Miner version for a long time.

I have 2 systems:

1. CPU: DUAL XEON 2686 v4
here I always get an error message when I start the SRB Miner.

2nd CPU: XEON 2680 v4
SRB Miner works without any problems.


Only with the dual CPU I get this HWLOC error message:
Group0 (cpuset 0xffffffffffff,0xffffffffff) intersects with Package (cpuset 0x000000ff,0xfffffff0,0x0) without inclusion!
Error occurred in topology.c line 1388

Does anyone have a solution how to get the SRB Miner running with the 2 XEON CPU's ?
Divinity666
Jr. Member
*
Offline Offline

Activity: 312
Merit: 2


View Profile
February 24, 2024, 10:59:37 AM
 #1111

Hey guys! Does anybody knows what additional settings to use with 6800XTs for optimal performance? Thanks!
buraz11
Jr. Member
*
Offline Offline

Activity: 114
Merit: 4


View Profile
February 25, 2024, 07:42:59 AM
 #1112

any chance on amd bc-250 support in the future?
thanks
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
March 11, 2024, 04:56:07 PM
 #1113

V2.4.8
+ Added support for mining PROGPOW algorithms on INTEL GPU's [kawpow, firopow, progpow_epic, progpow_zano]*
+ Added support for GPU mining algorithm 'aurum' on AMD/NVIDIA/INTEL GPU's
+ Added support for dual mining ETHASHB3/SHA512_256D_RADIANT on INTEL ARC GPU's
+ Added support for algorithm 'heavyhash' on AMD VEGA GPU's on Linux (ROCM)
+ Performance improvement on PROGPOW algorithms on AMD/NVIDIA GPU's
+ Performance improvement on algorithm 'aurum' for CPU's
+ Returned support for mining algorithm 'cryptonight_ccx' on CPU and AMD GPU's [ UltraNote Infinity coin ]
+ Setting any cclock or mclock OC parameter's value to 0 will now reset the value of core clock / memory clock to the default value
+ Fixed broken DUAL AUTOLYKOS2/BLAKE3_ALEPHIUM on some AMD RDNA2 GPUs
+ Fixed a bug with 'autolykos2' that could cause bad dataset creation (invalid shares)
+ Fixed a bug with nonce distribution for algorithm 'randomepic' on EpicMine pool
+ Removed parameters and functionality for : '--gpu-buffer-mode', '--gpu-disable-auto-buffer', '--max-difficulty', '--start-block-height', '--gpu-autolykos2-preload', '--multi-algorithm-job-mode', '--gpu-auto-tune', '--gpu-ethash-mode'
+ Linux releases will be packed with tar.gz from now on [ not tar.xz as before ]

***
- GPU auto tune feature (former --gpu-auto-tune parameter) is now enabled by default for every algorithm. Manual override is possible with '--gpu-intensity' parameter.
- Miner will auto-detect if '--multi-algorithm-job-mode 3' is needed (currently algorithms : randomepic, progpow_epic), so the functionality of algorithm switching is preserved, and no user action is needed anymore.
- On INTEL GPU's there can be issues with PROGPOW algorithms (invalid shares) if the coins DAG size is bigger than 4GB. This will be fixed when Intel decides to fix it in their driver.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
elmo40
Member
**
Offline Offline

Activity: 659
Merit: 15


View Profile
March 15, 2024, 03:24:40 AM
 #1114

I think I found a scam. Caution, people!!
Do not download from any file-share sites. Only from GitHub!
linkedin.com/pulse/srbminer-multi-randomx-edition-best-mining-software-jayakumar-e1sec

I don't know how to get that page taken down.
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
March 15, 2024, 06:40:06 AM
 #1115

I think I found a scam. Caution, people!!
Do not download from any file-share sites. Only from GitHub!
linkedin.com/pulse/srbminer-multi-randomx-edition-best-mining-software-jayakumar-e1sec

I don't know how to get that page taken down.

Exactly. There are also blog's where the link to the miner is NOT from the official github repo.

Download only from the official github repo [ https://github.com/doktor83/SRBMiner-Multi ]

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
March 15, 2024, 01:30:48 PM
Merited by fishhot (1)
 #1116

V2.4.9
+ Added support for GPU mining algorithm 'meowpow' [Meow coin] on AMD/NVIDIA/INTEL GPU's, fee 0.85%
+ Fixed possible invalid shares on PROGPOW algorithms [AMD Ellesmere GPU's]
+ TLS/SSL pool connections now supported over socks5 proxy (--proxy parameter)

***
- You will probably experience weird GPU behaviour (hashrate drop, stop hashing for a few seconds) on 'meowpow' algorithm on the testpools, until MeowCoin actually switches from KawPow to this new algorithm. (Mar 18. 2024)

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
March 31, 2024, 12:40:48 PM
 #1117

V2.5.0
+ Added algorithm 'fishhash' [IronFish] for GPU mining on AMD/NVIDIA/INTEL, fee 1.00%
+ Added support for dual mining FISHHASH/BLAKE3_ALEPHIUM on AMD RDNA/RDNA2/RDNA3, NVIDIA and INTEL GPU's
+ Added support for dual mining FISHHASH/BLAKE3_DECRED on AMD RDNA/RDNA2/RDNA3, NVIDIA and INTEL GPU's
+ Added support for dual mining FISHHASH/SHA512_256D_RADIANT on AMD RDNA/RDNA2/RDNA3, NVIDIA and INTEL GPU's
+ Added support for dual mining FISHHASH/PYRINHASH on AMD RDNA/RDNA2/RDNA3 and INTEL GPU's
+ Added support for mining 'yescrypt' algorithms on AMD gfx1100 GPU's (RDNA3)
+ Fixed dual mining of AUTOLYKOS2/PYRINHASH on INTEL ARC GPU's
+ Auto setup (threads/affinity) for 'yespower' and 'yescrypt' algorithms on CPU should now work better
+ Removed support for AMD RX550/560 GPU's
+ Removed algorithm 'blake3_ironfish'
+ Removed algorithm 'xdag'
+ Removed parameter 'gpu-progpow-preload'
+ Minor bug fixes

***
Known issue: RX400/500 - algorithm 'fishash' on Windows has low hashrate compared to Linux.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
pokomustra
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 01, 2024, 06:57:27 PM
 #1118

Hi please can can someone point me the tutorial for dual mining aleph+zil on Raveos, I need settings for miner and if there is an option to launch mining second  algo (zil) in test mode to test clock settings.
thanks in forward
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
April 02, 2024, 08:13:38 PM
 #1119

V2.5.1
+ Added support for AMD BC-250 Mining GPU's
+ DevFee for 'fishhash' algorithm lowered to 0.85%

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
April 02, 2024, 08:15:34 PM
 #1120

Hi please can can someone point me the tutorial for dual mining aleph+zil on Raveos, I need settings for miner and if there is an option to launch mining second  algo (zil) in test mode to test clock settings.
thanks in forward

Code:
SRBMiner-MULTI.exe --algorithm blake3_alephium --zil-enable --pool de.alephium.herominers.com:1199 --zil-pool eu.crazypool.org:5005 --wallet alephium-wallet --zil-wallet zil-wallet-here

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
Pages: « 1 ... 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 [56] 57 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!