TeamRedMiner – This is an optimized miner for AMD graphics cards only. Miner ethash, kawpow, nimiq, lyra2z, phi2, lyra2rev3, x16r, x16rv2, x16s, x16rt, MTP, cuckarood29, cuckatoo31, chukwa-512, cryptonight R, cryptonight v8 and a lot of other cryptonight variants.
Changes in v0.7.9
Fixes for mixed rig mining on Linux.
Added –eth_epoch argument for easier epoch testing.
Added –eth_aggr_mode for automatic aggressive ‘B’ mode on Polaris 8GB gpus.
Added –watchdog_disable argument.
System requirements:
Current and supported driver version
For cryptonight and lyra2rev3 algorithms, only amdgpu-pro drivers 18.30 and later are supported on linux. ROCm is not supported.
Card Support (GPUs):
RX 5700(XT)/5600(XT)/5500(XT) for kawpow and ethash only.
Radeon VII
RX Vega 64/56, Vega FE
RX 580/570/480/470
RX 560/550
Algorithm support and their Dev Fee:
Ethash on Polaris GPUs 0.75%
Ethash on all other GPUs 1.0%
Kawpow 2.0%
Nimiq 2.5%
Cryptonight R: 2.5%
Cryptonight v8 upx2: 2.5%
Cryptonight v8 turtle: 2.5%
Cryptonight v8 half: 2.5%
Cryptonight v8 double: 2.5%
Cryptonight v8 rwz: 2.5%
Cryptonight v8: 2.5%
Cryptonight heavy: 2.5%
Cryptonight haven: 2.5%
Cryptonight saber: 2.5%
Cryptonight conceal: 2.5%
Chukwa-512 (Turtlecoin): 2.5%
x16r: 2.5%
x16rv2: 2.5%
x16s: 2.5%
x16rt: 2.5%
MTP: 2.5%
Cuckatoo31: 2.5%
Cuckarood29: 2.5%
Lyra2rev3: 2.5%
Lyra2z: 3%
Phi2: 3%
Configuring TeamRedMiner
Download the program
Unzip to any convenient location
Enter your wallets into .bat files
Increase profits by increasing intensity and fine-tuning the program
The miner is configured only through a batch file (file with the .bat extension). You do not need to configure the configuration (there is auto-tuning).
teamredminer.exe – indicates which application will be launched. This file must be in the same folder as the .bat file
-a kawpow – specify the algorithm for mining. For Ravencoin, we specified cnr , while for Zcoin we would specify mtp
us.rvn.minermore.com after the long construction -o stratum + tcp: // we indicate the pool address
: 4501 – after specifying the pool address, put a colon and write the pool port. The address and port can be found on the pool itself. Usually under Get Started or Help
-u RKAeArXkWLNERjWo5YF3R1xFnYCwKf11sX – specify the wallet that will be used for mining. In our case, this is Ravencoin.
-p x – The p command means a password. The minermore pool (as well as 90% of all pools) does not require a password, so we write x
pause is an optional command. It is only needed so that the program does not immediately close in case of an error, but displays it.
Ready example
teamredminer.exe -a kawpow -o stratum+tcp://us.rvn.minermore.com:4501 -u RKAeArXkWLNERjWo5YF3R1xFnYCwKf11sX.trmtest -p x
pause
4 Comments So far