Bitcoin Forum
March 13, 2026, 02:04:38 AM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 58 59 60 61 62 63 [64]
  Print  
Author Topic: SRBMiner-MULTI AMD & NVIDIA & INTEL & CPU miner  (Read 48210 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.)
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2996
Merit: 626


View Profile WWW
October 29, 2025, 04:24:35 PM
 #1261

V2.9.9
+ Added algorithm 'xhash' (Parallax) for GPU mining [AMD/NVIDIA/INTEL], fee 3.0%
+ Added algorithm 'tht' (ThoughtAI) for CPU mining, fee 5.0%*
+ Bug fixes

***
'xhash' can be mined on coolpool.top, luckypool.io [ prlx.coolpool.top:3003, parallax.luckypool.io:2200 ]
'tht' can be mined on tht.mine-n-krush.org [ tht.mine-n-krush.org:5001 ]

***
'tht' how-to use:
+ --cpu-threads is like setting the number of miner instances
+ --cpu-threads-intensity is like setting the number of threads per miner instance

So using for ex. --cpu-threads 2 --cpu-threads-intensity 16 is like running 2 separate miner instances, both running 16 threads per instance
Your best setup probably won't be the same as it was on jtminer, so experiment with different threads/intensity values.
Set a static difficulty on the pool (ex. --password d=0.7) because the vardiff implementation isnt working too well, and you will have lower sol/s poolside than you should.
Don't worry about the H/S hashrate reporting - it's not showing SOL/S - use it only to track how many accepted/rejected shares you got.
The APPROXIMATE solutions per second metric is displayed separately for every thread.

***
Parallax website : https://parallaxchain.org
ThoughtAI website : https://www.thoughtai.org

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

Activity: 26
Merit: 8


View Profile
October 31, 2025, 11:21:44 AM
 #1262

Hi all.
I have some issue with devfee zero hashrate.

Couldn't connect to a devfee pool for a long time!
Check you firewall/antivirus is not blocking outgoing connections!
Mining will be paused until connection to the devfee pool can be established...


Coin Zano, Win10, 6 rigs with RX480/580. Firewall settings are ok, miner added to exceptions, have no any antivirus software. This rigs works with that config windows/hardware since 2017 without any problems with other miners (claymore, phoenix, teamredminer etc).
This error is randomly and not very often, ~once a day, after manual restart miner, all fine again.

Is there any option that restart the miner when the cards are idle with 0 h/s, such as "--max-no-share-sent 240" or something like that ?

https://i.ibb.co/HDH03k5L/error.png

Wildrig-multi switching between devfee and main mining without any problems.
Maybe problem is in devfee pool server addressess ?
doktor83 can you fix it please ? Or give me devfee pool address, I traceroute it from my router, maybe some significant losses to that address or something.
I really like your miner.

IF any of these cant be connected multiple times (not one try, but multiple) then you get that message:
- zano.luckypool.io
- ca.zano.luckypool.io
- sg.zano.luckypool.io
- fi.zano.herominers.com
- de.zano.herominers.com
- fr.zano.herominers.com
- pool.eu.woolypooly.com

So yeah, its hard to trigger that devfee stop. Only if outgoing devfee connections from the miner get blocked. Or you are in a country that generally blocks mining. I know in windows even if you disable its builtin fw/av etc things it can do this sometimes.

The problem was indeed in the outgoing connection, the miner was not added to the outgoing exceptions (only for incoming) and my Windows firewall periodically blocked it i guess.
I added a rule below, that needs to be entered via the command line (cmd, powershell, need only correct the path to the miner), and now everything is working fine.
Maybe, someone with the same problem will find this useful.
Code:
netsh advfirewall firewall add rule name="SRBMiner-Multi" dir=out action=allow program="C:\prg\SRBMiner\SRBMiner-MULTI.exe" enable=yes
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2996
Merit: 626


View Profile WWW
November 03, 2025, 01:26:18 PM
Last edit: November 23, 2025, 09:49:03 AM by doktor83
 #1263

V3.0.0
+ Added algorithm 'randomhscx' (HashCoinX) for CPU mining, fee 2.0%*
+ Performance improvements for algorithm 'tht' on AVX2 CPU's
+ --cpu-affinity can now be used to pin 'tht' main threads(instances) to specific PU's*
+ Fixed broken argon2 algorithms (CPU)

***
'randomhscx' can be mined on rplant.xyz [ eu.rplant.xyz:7023 ]
HashCoinX website : https://hashcoinx.org

***
'tht' affinity examples:
--cpu-threads 2 --cpu-threads-intensity 16 --cpu-affinity 0x0000000000010001 [first instance starts from PU 0 up to PU 15, second instance starts from PU 16 up to PU 31]
--cpu-threads 4 --cpu-threads-intensity 8 --cpu-affinity 0x0000000001010101 [instances pinned to  PU's 0,4,8,12]

Note: hashrate is better on windows, even better if you can find a good combo for threads, intensity and affinity [try first example if you have a 5950x on windows : 33 (linux) vs 43 (windows) sol/s]


V3.0.1
+ Performance improvements for algorithm 'tht'
+ Auto affinity improvements for algorithm 'tht'

V3.0.2
+ Minor performance improvement for algorithm 'tht' on CPUs with AVX512
+ Fixed support for algorithm 'xhash' on NVIDIA 4000 series (Ada), broke in previous miner version
+ Fixed support for some NVIDIA GPU's that get the 'couldn't create program for ctx->algorithm' error
+ Removed parameter '--disable-ptx-check' as its not needed anymore

V3.0.3
+ Performance improvement for algorithm 'xhash' on Nvidia CMP 100-210 and other Volta based GPUs
+ Performance improvement for algorithm 'tht' on AVX2 CPU's

V3.0.4
+ Performance improvement for algorithm 'tht' on CPU's*
+ '--disable-auto-affinity' now works with algorithm 'tht' so you can manually manage affinity (numactl)
+ Bug fixes

V3.0.5
+ Performance improvement for algorithm 'tht' on CPU's*
+ Fixed random crashing on algorithm 'tht'
+ Bug fixes

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

Activity: 1332
Merit: 236


View Profile
December 03, 2025, 02:41:10 PM
Last edit: December 03, 2025, 03:45:10 PM by angelbbs
 #1264

Please add gfx1201 support (AMD Radeon RX 9070 XT)

[2025-11-28 18:29:27] Algorithm 'curvehash' not supported on GPU0
[2025-12-03 17:23:23] Algorithm 'yescrypt' not supported on GPU0
[2025-12-03 17:23:34] Algorithm 'yescryptr16' not supported on GPU0
[2025-12-03 17:23:40] Algorithm 'yescryptr32' not supported on GPU0
[2025-12-03 17:23:28] Algorithm 'yescryptr8' not supported on GPU0

doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2996
Merit: 626


View Profile WWW
December 04, 2025, 07:55:04 AM
 #1265

Please add gfx1201 support (AMD Radeon RX 9070 XT)

[2025-11-28 18:29:27] Algorithm 'curvehash' not supported on GPU0
[2025-12-03 17:23:23] Algorithm 'yescrypt' not supported on GPU0
[2025-12-03 17:23:34] Algorithm 'yescryptr16' not supported on GPU0
[2025-12-03 17:23:40] Algorithm 'yescryptr32' not supported on GPU0
[2025-12-03 17:23:28] Algorithm 'yescryptr8' not supported on GPU0



Won't be added for those algorithms.

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

Activity: 2996
Merit: 626


View Profile WWW
December 05, 2025, 08:26:05 AM
 #1266

V3.0.6
+ Added algorithm 'xelishashv3' (Xelis) for CPU mining, fee 1.5%*
+ Added support for dual mining XHASH/BLAKE3_DECRED on AMD RDNA architectures and NVIDIA GPUS
+ Performance improvement for algorithm 'tht'
+ Minor performance improvement for algorithms 'xelishashv2/_pepew' , 'ghostrider'
+ Bug fixes

***
Xelis:
V3 will be activated around Dec 13 2025 - update miner now and mine V2 (current) algo, it will auto-switch to V3.

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

Activity: 1
Merit: 0


View Profile
December 14, 2025, 02:33:12 PM
 #1267

hola, buenas tardes, estoy minando tari xtm con un ryzren 9, 9950x, y 32 gb de ram, este programa vale para minar esta moneda? gracias
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2996
Merit: 626


View Profile WWW
December 16, 2025, 01:10:04 PM
Last edit: March 07, 2026, 03:17:19 PM by doktor83
 #1268

V3.0.7
+ Performance improvement for algorithm 'xelishashv3'
+ Fixed algorithm 'blake3_decred' and dual implementations [broke because of new Decred node update]
+ Removed algorithm 'xelishashv2'
+ Removed Intel GPU's dual mining kernels

V3.0.8
+ Added algorithm 'randomjuno' (Juno Cash) for CPU mining, fee 0.85%*
+ Performance improvement for algorithm 'xelishashv3' on some CPU's

***
'randomjuno' can be mined on juno.minerlab.io [ juno.minerlab.io:3092 ]
Juno Cash website : https://juno.cash

V3.0.9
+ Performance improvement for algorithm 'xelishashv3' on AVX2 and newer CPU's

V3.1.0
+ Fixed regression on algorithm 'xelishashv3' for some CPU's
+ Removed algorithms 'progpow_veil', 'progpow_quai', 'ethashr5'
+ Stale shares sending is now enabled by default for progpow based algorithms*
+ Bug fixes

V3.1.1
+ Added algorithm 'yespowermwc' (MinersWorldCoin) for CPU mining, fee 0.85%
+ Fixed algorithm 'blake3_decred' pool login issue
+ Removed algorithm 'tht'

V3.1.2
+ Added algorithm 'randomsnap' (Snap Coin) for CPU mining, fee 0.85%*
+ Added NVIDIA GPU support for algorithm 'xelishashv3'
+ Removed algorithm 'fphash'
+ Fixed 1gb huge pages support for algorithm 'randomx'
+ Bug fixes

V3.1.3
+ Fixed crashing of randomx algorithms on ZEN4 and ZEN5 CPU's (introduced in previous version)
+ Added support for NVIDIA V100 GPU's on algorithm 'xelishashv3'

V3.1.4
+ Added AMD GPU support for algorithm 'xelishashv3'
+ Added INTEL B Series GPU support for algorithm 'xelishashv3'

V3.1.5
+ Added algorithm 'randomc64' (C64 Chain) for CPU mining, fee 0.85%*
+ Algorithm 'randomy' mining now works on catchthatrabbit.com pool too*

V3.1.6
+ Added algorithm 'qhash' (Qubit coin) for GPU mining on AMD/NVIDIA/INTEL GPUs, fee 1.5%
+ Added support for dual mining FISHHASH/QHASH on AMD RDNA and NVIDIA GPUs
+ Added support for dual mining AUTOLYKOS2/QHASH on AMD RDNA and NVIDIA GPUs
+ Bug fixes

V3.1.7
+ Hashrate improvement on algorithm 'qhash' for all supported GPUs
+ Improved efficiency on algorithm 'qhash' for AMD RDNA GPUs
+ Minor hashrate improvement on AUTOLYKOS2/IRONFISH + QHASH for NVIDIA GPUs

V3.1.8
+ Added support for dual mining XHASH+QHASH on AMD RDNA and NVIDIA GPUs
+ Minor improvements on AUTOLYKOS2/IRONFISH + QHASH for all supported GPUs

V3.1.9
+ Added NVIDIA GPU support for algorithm 'yescrypt'
+ Added NVIDIA GPU support for algorithms 'yespower' and 'yespowertide' (just for fun)
+ Possible fix for rejected shares on algorithm 'randomscash'
+ Removed AMD GPU support for algorithms 'yescryptr16' and 'yescryptr32'

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

Activity: 1
Merit: 0


View Profile
March 08, 2026, 12:46:59 PM
 #1269

Hi, what are the settings for yescrypt for 1660ti, 3060ti, 3080ti, 3090, 4070, 4070ti, 5060ti cards please
Thank you
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2996
Merit: 626


View Profile WWW
March 12, 2026, 09:26:06 PM
 #1270

V3.2.0
+ Added back previously removed algorithms 'yescryptr16' and 'yescryptr32' for AMD RDNA GPU's
+ Added NVIDIA GPU support for algorithms 'yescryptr8', 'yescryptr16' and 'yescryptr32'
+ Hashrate improvement on all 'yescrypt' algorithms for AMD GPUs
+ Hashrate improvement on 'yespower' and 'yespowertide' algorithms for NVIDIA GPUs
+ Hashrate improvement on 'yespower' based algorithms for some CPU's (ZEN3 ~6-7% increase)
+ Removed algorithm 'yespoweric' (IsotopeC - dead)

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
Pages: « 1 ... 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 58 59 60 61 62 63 [64]
  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!