SRBMiner (NoFee): Cryptonight AMD GPU Miner
GitHub:
SRBMiner (AMD GPU Miner) is a miner designed for cryptocurrency mining based on the Cryptonight algorithm. SRBMiner (NoFee) – version of the miner with the miner commission completely disabled.
There are currently many different variations of Cryptonight, and SRBMiner supports them all! Built-in support for switching algorithms can increase your profit even more!
- OS support: Windows 7/10
- Supported Devices:AMD GPU
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