SRBMiner v1.9.3 Cryptonight AMD GPU Miner (Download and Configure for Windows)
GitHub:
SRBMiner v1.9.3 Cryptonight AMD GPU Miner is a unique software designed for cryptocurrency mining based on the Cryptonight algorithm. There are currently many different variations of Cryptonight, and SRBMiner supports them all! Built-in support for switching algorithms can increase your profits even more! DevFee is one of the lowest among other miners: 0.85%!
OS: Windows 7/10
Supported Devices: AMD GPU
Full list of available versions:
Changelog v1.9.3:
- Fixed a problem with compiling the CN-Gpu algorithm on the RX 5700 and older GCN cards.
- Improved CN-Gpu algorithm for Rx550 / 560, Rx470 / 480/570/580/590
- 4GB Ellesmere Cards Received a Little Increase in CN-Conceal Hash
SRBMiner Features:
- Guided Setup Mode for Basic Configuration
- The native algorithm switches to always mine the most profitable coins
- Hashrate watchdog that restarts miner on GPU error
- GPU temperature monitoring and automatic shutdown if the temperature is too high
- Shutting down the system if the GPU temperature is too high
- Hash rate monitor that restarts the miner if the hash rate has fallen
- Setting and control of temperature and fan speed
- Running a monitor that ensures your miner starts hashing as soon as possible
- API for mining statistics
- GUI interface for miner statistics
- Multiple failover pools
- Add new pools on the fly without restarting the miner
- Difficulty monitor, connects to the pool if the difficulty level is too high
- Job timeout monitor, reconnects to the pool if work is not received for a long time
- Switch your graphics cards to computing mode easily
- Perform a comparative analysis of your config
Configuring a batch file
Just replace “youwallet” with your wallet.
setx GPU_MAX_HEAP_SIZE 100 setx GPU_MAX_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_MAX_SINGLE_ALLOC_PERCENT 100 @echo off cd %~dp0 cls set LOGTIME=%date:~10,4%_%date:~4,2%_%date:~7,2%_%time:~0,2%_%time:~3,2% set LOGTIME=%LOGTIME: =% set LOGTIME=%LOGTIME:,=.%.txt SRBMiner-CN.exe --ccryptonighttype normalv4 --cpool xmr-eu1.nanopool.org:14444 --cwallet youwallet.rig1 --config Config\config-normalv4.txt pause
Post Comment