0% found this document useful (0 votes)
277 views2 pages

SRBMiner-Multi GPU Mining Guide

The document provides examples of command line arguments for the SRBMiner-Multi mining software to configure mining of different algorithms on specific GPU devices and pools. Key points: - The software can be run on Windows or Linux, with the executable named differently for each platform. - Arguments like --algorithm and --gpu-id are used to select the mining algorithm and GPU devices. - Parameters like --gpu-intensity set mining intensities, and ! and ; are used to separate values for different devices or algorithms. - Examples show configuring single and dual mining of algorithms like Ethash and Bl2bsha3 on specific GPUs and pools.

Uploaded by

Alexandr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
277 views2 pages

SRBMiner-Multi GPU Mining Guide

The document provides examples of command line arguments for the SRBMiner-Multi mining software to configure mining of different algorithms on specific GPU devices and pools. Key points: - The software can be run on Windows or Linux, with the executable named differently for each platform. - Arguments like --algorithm and --gpu-id are used to select the mining algorithm and GPU devices. - Parameters like --gpu-intensity set mining intensities, and ! and ; are used to separate values for different devices or algorithms. - Examples show configuring single and dual mining of algorithms like Ethash and Bl2bsha3 on specific GPUs and pools.

Uploaded by

Alexandr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Examples:

The only difference when using on Windows and Linux is the name of the executable,
all the parameters are used the same way:

Win: [Link]
Lin: ./SRBMiner-Multi

These examples are for Windows OS.


; is used to separate algorithms, ! is used to separate parameters for an algorithm
On Linux you need to escape the ; character with a backslash! ( \; )

Change the wallet address to your own.

To define failover pools for an algorithm, use ! to separate them.


Notice : 'stratum+tcps://' used when defining a pool will automatically enable TLS
for that entry!
Notice : to set multiple threads per GPU, use '+' to separate the values

There is a simple rule for all multi algorithm aware parameters : separate
algorithm settings with ';' and things within a specific algorithm with '!'

. Mine algorithm 'ethash' on GPU's 0,1,2,3 using --gpu-boost 5


[Link] --disable-cpu --algorithm ethash --gpu-id 0!1!2!3 --gpu-boost 5
--pool [Link] --wallet your-wallet

. Mine algorithm 'bl2bsha3' on GPU's 0,3,4, auto set them, on pool


[Link]
[Link] --disable-cpu --algorithm bl2bsha3 --gpu-id 0!3!4 --pool
[Link] --wallet your-wallet

. Mine algorithm 'bl2bsha3' on GPU's 0,3,4, set them all intensity 21, on pool
[Link]
[Link] --disable-cpu --algorithm bl2bsha3 --gpu-id 0!3!4 --gpu-
intensity 21 --pool [Link] --wallet your-wallet

. Mine algorithm 'bl2bsha3' on GPU's 0,3,4, manually set intensities to 20,21,22 on


selected gpu's, on pool [Link]
[Link] --disable-cpu --algorithm bl2bsha3 --gpu-id 0!3!4 --gpu-
intensity 20!21!22 --pool [Link] --wallet your-wallet

. Mine algorithm 'bl2bsha3' on GPU's 0,3,4, manually set intensities to 20,21,22 on


selected gpu's, on pool [Link]
[Link] --disable-cpu --algorithm bl2bsha3 --gpu-id 0!3!4 --gpu-
intensity 20!21!22 --pool [Link] --wallet your-wallet

. Mine algorithm 'bl2bsha3' on GPU's 0,3,4, manually set intensities to 20,21,22 on


pool [Link]
[Link] --disable-cpu --algorithm bl2bsha3 --gpu-id 0!3!4 --gpu-
intensity 20!21!22 --pool [Link] --wallet your-wallet

. Mine algorithm 'ethash' on GPU's 0,3,4,5 but turn off settings for GPU 5 and set
its intensity manually to 21, on pool [Link]
[Link] --disable-cpu --algorithm ethash --gpu-id 0!3!4!5 --gpu-
intensity 0!0!0!21 --pool [Link] --wallet your-wallet

. Mine algorithm 'bl2bsha3' on GPU's 0,3,4,5 but use 2 threads manually set on
GPU's 4 and 5, on pool [Link]
[Link] --disable-cpu --algorithm bl2bsha3 --gpu-id 0!3!4!5 --gpu-
intensity 0!0!14+13!13+13 --pool [Link] --wallet your-wallet

. Mine algorithm 'bl2bsha3' on GPU's 0,3,4,5 use 2 threads on all GPU's where first
thread is set manually to intensity 13 and the second one is auto-set, on pool
[Link]
[Link] --disable-cpu --algorithm bl2bsha3 --gpu-id 0!3!4!5 --gpu-
intensity 13+0 --pool [Link] --wallet your-wallet

. Mine algorithm 'bl2bsha3' on GPU's 0,3,4,5 use 2 threads on all GPU's, set
manually 'raw-intensity' values for every GPU, on pool [Link]
[Link] --disable-cpu --algorithm bl2bsha3 --gpu-id 0!3!4!5 --gpu-
intensity 8192+4096!7936+7936!4352+4096!8192+7936 --pool [Link]
--wallet your-wallet

. Mine algorithm 'bl2bsha3' on GPU's 0,3,4,5 and 'ethash' on GPU's 1,2 all GPU's
auto set, on pool [Link] and [Link]
[Link] --disable-cpu --algorithm bl2bsha3;ethash --gpu-id 0!3!4!5;1!2
--pool [Link];[Link] --wallet your-bl2bsha3-
wallet;your-ethash-wallet

. Mine algorithm 'bl2bsha3' on GPU's 0,3,4,5 and 'ethash' on GPU's 1,2 all GPU's
auto set and all use their own tweak profile values, on pool [Link]
and [Link]
[Link] --disable-cpu --algorithm bl2bsha3;ethash --gpu-id 0!3!4!5;1!2
--gpu-tweak-profile 5!7!7!6;5L!8L --pool [Link];eth-
[Link] --wallet your-bl2bsha3-wallet;your-ethash-wallet

. Dual mine algorithms 'ethash' and 'bl2bsha3' on every GPU , intensity auto set,
on pool [Link] and [Link]
[Link] --disable-cpu --algorithm ethash;bl2bsha3 --pool eth-
[Link];[Link] --wallet your-ethash-wallet;your-
bl2bsha3-wallet

You might also like