

To enjoy the benefits of the increased hashrate:ġ. Use 12 threads, 2 on every core : -cpu-threads 12 -cpu-affinity 0xFFF Use 6 threads, 1 on every core : -cpu-threads 6 -cpu-affinity 0x555Ģ. Use 8 threads, 2 on every core : -cpu-threads 8 -cpu-affinity 0xFFġ. Use 4 threads, 1 on every core : -cpu-threads 4 -cpu-affinity 0x55Ģ. You need to set the number of worker threads (-cpu-threads) and bind them to the appropriate PU (processing unit) with -cpu-affinity.ġ. Sometimes the auto setup won't find the optimal settings so you should find it by experimenting. If you don't set the -cpu-threads or -cpu-affinity parameters, miner will try to automatically find the best setup for you system. SRBMiner-MULTI.exe -algorithm randomx -pool your-pool-here -wallet your-wallet-here -disable-gpu -cpu-threads 15 -log-file Logs\log.txt -extended-log -background -start-block-height 1978433 Disable GPU mining, use 15 CPU threads with extended logging enabled and saved to Logs\log.txt file, start mining Randomx from block height 1978433 and run miner in background
#Set intensity nicehash zcash miner full#
Full example for CPU & GPU mining set only from cmd (4 GPU/s used and 7 CPU threads on K12 algorithm)

SRBMiner-MULTI.exe -algorithm keccak -pool your-pool-here -wallet your-wallet-here -disable-gpu -cpu-threads 7 -log-file Logs\log.txt -extended-logĤ. Disable GPU mining, use 7 CPU threads with extended logging enabled and saved to Logs\log.txt file SRBMiner-MULTI.exe -algorithm keccak -pool your-pool-here -wallet your-wallet-here -background -api-enable -api-port 17644ģ. Run miner in background without console window, with API enabled on port 17644 ( ) SRBMiner-MULTI.exe -algorithm keccak -pool your-pool-here -wallet your-wallet-here -disable-cpuĢ. + Switch AMD video cards to compute mode easilyġ. + Job timeout monitor, reconnects to pool if no job received for a long time + Difficulty monitor, reconnects to pool if difficulty is too high + Add new pools on the fly without restarting miner + Web based GUI interface for miner statistics + Startup monitor which ensures your miner starts working normally + Miner auto restart on too many rejected shares + System shutdown on too high GPU temperature + Monitoring of GPU temperature, and auto turn off if temperature is too high + Hashrate watchdog that restarts miner on GPU error + Algorithm switching capability without external application This has an impact on poolside hashrate if a lot of new works are sent out. support this protocol.MTP scratchpad creation is very slow at the moment, it is waiting on a big rewrite. The Ethereum Stratum protocol whose URI scheme is ethstratum://.The Ethereum proxy protocol whose URI scheme is ethproxy:// or ethproxy+ssl:// (i.e., the Stratum protocol over SSL connections).The classic Stratum protocol whose URI scheme is ethash:// or ethash+ssl:// (i.e., the Stratum protocol over SSL connections).There are three protocols that the mining pools current supports: Substitute bminergrin to your f2pool account name.īminer currently provides supports for mining Ethash-based coins, notably Ethereum and Ethereum Classic.There are a few things that need to be customized for your own usages: The following section describes a few sample usages of mining Ethereum. Lower intensity has lower CPU usage but potentially slower on mining. Optionally, you can experiment the CPU usage with the -intensity flag:īminer -uri cuckaroo29z://bminergrin.worker: :13654 -intensity 6 You might have sub-optimal performance if the machine is running on a low-end CPU (e.g. Second, both Aeternity / Grin requires significant CPU power to aid the mining. Escaping essentially means replacing the character and / with %2E and %2F in the URI. Bminer -uri cuckaroo29z://bminergrin.worker: :13654īminer -uri cuckatoo31://bminergrin.worker: :13654īminer -uri cuckatoo32://bminergrin.worker: :6665īminer -uri cuckaroo29z://satoshi%40nakamoto%2Ecom%2Fworker: :3416īminer -uri cuckaroo29z://satoshi%40nakamoto%2Ecom%2Fworker: :6666īminer -uri aeternity:// :7898īminer -uri aeternity:// :9505īminer -uri cuckaroo29z:// om:3371īminer -uri cuckatoo31:// om:3372īminer -uri bfc:// :3333īminer -uri qitmeer:// m:10024įirst, you need to escape the and the / character in the URI.
