TT-Miner 3.2.2 (TradeTec): Nvidia miner for ProgPoW, MTP, EAGLESONG, EPIC, ETHASH, Blake2S

TT-Miner 3.2.2: 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: https://bitcointalk.org/index.php?topic=5025783.0

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) (download from Microsoft website)

Configure TT-Miner

To quickly start mining cryptocurrencies with TT-Miner, you need:

  1. Download program
  2. Unzip it to any convenient place
  3. 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:3700
TT-Miner.exe -A BLAKE2S -coin kda -luck -log -logpool -P https://YOUR_WALLET@NODE_SERVER:NODE_PORT
настройка батника TT-Miner 3.0.5 (Nvidia GPU miner) Скачать и Настроить
  1. 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
  2. PROGPOW-100 – specify the algorithm of the coin we are going to mine
  3. 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
  4. 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
  5. bci-eu.coinblockers.com – specify the pool address after the @ sign.
  6. 3910 specifying the address of the pool, put a colon and indicate the port of the pool
  7. —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.

консоль майнера TT-Miner 3.2.0 (Nvidia GPU miner) Скачать и Настроить
  1. TradeTec-Miner – the program reports the installed version
  2. Found 2 CUDA devices – two mining devices available
  3. #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
  4. bci-eu.coinblockers.com:3910 – the pool that we specified in the batch file
  5. iN5h4sGcf1BD7R1mgaqkeGWnDvAubzyEKg – wallet address to which mined coins will be sent
  6. YOUR WORKER – farm name (optional)
  7. Use algo: ProgPoW (Programmatic Proof-of-Work) – we specified the ProgPoW algorithm
  8. CUDA 10.0 – architecture cuda, on which video cards work
  9. Press ‘Q’ – to stop mining and terminate if you press the Q key in the active miner window, the program will close
  10. Set nonce generation to mode: 3 – timeout: 0.00 secs. – nonce parameter set to mode 3. More on this below
  11. Subscribed to bci-eu.coinbiockers.com:3910 – we were able to connect to the pool
  12. Received new job#: d27a – the pool has sent a new job for video cards
  13. Pool difficulty update: 0.08 GH – the pool has set the difficulty to 0.08 GH. You can find a handy power calculator here
  14. Worker authorized: YOUR WORKER – we are authorized on the pool
  15. create new DAG for epoch 6 – generated DAG file for mining. Need to wait a bit
  16. DAG created in 2.7 seconds – DAG file created in 2.7 seconds
  17. 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:

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 CRYPTO WIKIES

Leave a Reply

Your email address will not be published. Required fields are marked *