
TT-Miner 3.2.2 (TradeTec): Nvidia miner for ProgPoW, MTP, EAGLESONG, EPIC, ETHASH, Blake2S
TT-Miner 3.2.2 (Nvidia GPU miner) — program for video cards of the Nvidia family. It is mainly used for mining on the ProgPOW algorithm. It takes the miner about 4-5 minutes until he shows a stable hash rate.
BITCOINTALK:
Features of TradeTec Miner:
- Manage farms from a single computer
- Video Card Performance Monitoring
- Hashrate / sec performance rating
- Switching a farm or just one video card to other pools or another coin within a few seconds
- Low memory and processor power consumption
- Supports CUDA 9.2 and CUDA 10.0
Supported Algorithms:
- PROGPOW (BCI)
- PROGPOWZ (Zano)
- PROGPOW092 (HORA, Hydnora, Sero & Abassian)
- ETHASH (ETH, ETC, Music, Callisto, etc)
- UBQHASH (UBIQ)
- MTP (Zcoin)
- LYRA2REV3 (Vertcoin)
- EPIC (Epic Cash)
- EAGLESONG (CKB-Nervos)
- EAGLESONG (CKB-Nervos)
- BLAKE2S Blake2S (KDA-Kadena)
System requirements:
- Windows 7, 8.1 and 10 64-bit
- Nvidia Graphics Cards
- Nvidia driver version 411.31 or later
- May require Visual C++ Redistributable Package for Visual Studio 2017 (64-bit) ()
Configure TT-Miner
To quickly start mining cryptocurrencies with TT-Miner, you need:
- Download program
- Unzip it to any convenient place
- Change wallet to your
After downloading the program, you will find ready-made examples of customized .bat files for mining and instructions in Russian.
For quick launch, just open the file with the .bat extension in any text editor and replace the wallet with your own. Below we will tell you how to do this, as well as how to finely tune the program to your needs.
So, let’s start editing the batch file – we need to change the wallet address and configure some other parameters for your equipment. To do this, right-click on the .bat file and select the “Edit” item.
A text document opens with command line arguments. Consider what kind of teams are contained in our batch file.
An example of setting up a batch file
TT-Miner.exe -A BLAKE2S -coin kda -luck -log -logpool -P YOUR_WALLET.YOUR_WORKER@kda-us.icemining.ca:3700TT-Miner.exe -A BLAKE2S -coin kda -luck -log -logpool -P https://YOUR_WALLET@NODE_SERVER:NODE_PORT- TradeTec-MinerCmd.exe – specify in the batch file which program we want to run. This file must be in the same folder as our batch file
- PROGPOW-100 – specify the algorithm of the coin we are going to mine
- iN5h4sGcf1BD7R1mgaqkeGWnDvAubzyEKg – after the construction -P stratum+tcp:// specify the address of our digital wallet. You can take it on the exchange where the coin is traded, or install a cold wallet
- rig1 – after we have entered the wallet address, we put a dot and indicate the name of our farm. You can use any. This is necessary to track statistics on the pool
- bci-eu.coinblockers.com – specify the pool address after the @ sign.
- 3910 specifying the address of the pool, put a colon and indicate the port of the pool
- —list-devices – the command will display all available devices for mining
These are all the necessary commands to run the program. Below is an example with payfrom (payout mode). On some pools, you can adjust the frequency of payments. We have commented on this example with the REM team. If you remove this command, then example No. 2 will be used.
So we set up the program for the first launch. How to run it? The cryptocurrency mining process is launched by double-clicking on the created or edited batch file (file with the extension .bat). So, we launch and look at what the program console writes to us.
- TradeTec-Miner – the program reports the installed version
- Found 2 CUDA devices – two mining devices available
- #0 PCI 0:1 GeForce GTX 1080 Ti (6.1) CoreClk 139 MHz | MemClk 495 MHz | 11264MB | SM: 28 – the name of the video card, the set overclocking of its core and memory, the available amount of video memory
- bci-eu.coinblockers.com:3910 – the pool that we specified in the batch file
- iN5h4sGcf1BD7R1mgaqkeGWnDvAubzyEKg – wallet address to which mined coins will be sent
- YOUR WORKER – farm name (optional)
- Use algo: ProgPoW (Programmatic Proof-of-Work) – we specified the ProgPoW algorithm
- CUDA 10.0 – architecture , on which video cards work
- Press ‘Q’ – to stop mining and terminate if you press the Q key in the active miner window, the program will close
- Set nonce generation to mode: 3 – timeout: 0.00 secs. – nonce parameter set to mode 3. More on this below
- Subscribed to bci-eu.coinbiockers.com:3910 – we were able to connect to the pool
- Received new job#: d27a – the pool has sent a new job for video cards
- Pool difficulty update: 0.08 GH – the pool has set the difficulty to 0.08 GH. You can find a handy power calculator here
- Worker authorized: YOUR WORKER – we are authorized on the pool
- create new DAG for epoch 6 – generated DAG file for mining. Need to wait a bit
- DAG created in 2.7 seconds – DAG file created in 2.7 seconds
- Accepted 86 ms. bci-eu.coinbiockers.com:3910 – the pool has made a decision (share) from our video card. The reward to the miners is paid exactly for the number of solved shares.
It takes the miner about 4-5 minutes until he shows a stable hash rate.
Batch file example
@echo off :loop TradeTec-MinerCmd.exe -A PROGPOW-100 -P stratum+tcp://iN5h4sGcf1BD7R1mgaqkeGWnDvAubzyEKg.rig1@bci-eu.coinblockers.com:3910 --list-devices rem using payfrom on CoinBlockers rem TradeTec-MinerCmd.exe -A PROGPOW-100 -P stratum+tcp://iN5h4sGcf1BD7R1mgaqkeGWnDvAubzyEKg.rig1:payfrom=5@bci-eu.coinblockers.com:3910 --list-devices echo restart miner... goto loop
Full list of available versions:
https://crazy-mining.org/tags/tt-miner/
Recommended related articles:
- GMiner v2.01 AMD/Nvidia GPUs
- Bminer 16.0.7: fast Equihash/Ethash/Cuckaroo29 miner for AMD/NVIDIA GPUs
- XMRig 5.9.0: GPU/CPU Miner With New RandomKEVA Algorithm Supported
- SRBMiner-MULTI 0.4.0: CPU & AMD GPU Miner for Windows
- NiceHash Miner 3.0.0.5 CPU/GPU miner for Windows & Linux
Read more articles about cryptocurrencies and mining at CRAZY-MINING.ORG
Do you like to read similar articles about cryptocurrencies and mining, do you want to support me as an author or ask questions? Be the first to know the news, subscribe to my telegram channel
Read more:
GMiner 2.14: GPU miner Ethash, Equihash, ProgPoW, Kawpow
TT-Miner v5.0.1: Download Nvidia GPU NoFee Miner Ravencoin (Kawpow)
TT-Miner 3.2.0 (Nvidia GPU miner) – Download and Configure for Windows
TT-Miner 3.0.10 (Nvidia GPU miner) Download and Configure
GMiner v1.79 Equihash/CuckooCycle/Ethash/Eaglesong GPU AMD Nvidia miner – DOWNLOAD
T-Rex 0.18.2 (NVIDIA GPU miner Ethash, Kawpow, MTP, Progpow) [Windows/Linux]
LOLMINER 1.36: Download AMD & NVIDIA Miner Ethash, Equihash, Beam, Grin
GMiner v2.20: Download AMD/Nvidia GPU miner for Windows/Linux
PhoenixMiner 4.9b (AMD/Nvidia Ethash miner for Windows/Linux)
GMiner v1.83 – improved by Eaglesong on Nvidia (Download and Configure for Windows)
T-Rex 0.8.0 (Auto update, Watchdog) Download Nvidia GPU miner












Post Comment