TTMiner 2.1.17. Guide for mining on the ProgPOW algorithm.

TTMiner 2.1.17. Guide for mining on the ProgPOW algorithm.

Program for video cards of the Nvidia family. Supports three hashing algorithms. It is mainly used for mining on the ProgPOW algorithm. Today we will talk about TTMiner, it will be very interesting!

System requirements

  • Windows 7, 8.1 and 10 64-bit
  • Nvidia Graphics Cards
  • Nvidia driver version 411.31 or later
  • May require the Visual C++ Redistributable Package for Visual Studio 2017.

Peculiarities:

  1. farm management from a single computer
  2. video card performance monitoring
  3. hashrate/sec performance evaluation
  4. switching a farm or just one video card to other pools or another coin within a few seconds
  5. small amount of memory and processor power consumed
  6. Supports CUDA 9.2 and CUDA 10.0

Fast start

To quickly start mining cryptocurrencies, you need:

  1. Download program
  2. Unzip it to any convenient place (the miner is downloaded as a zip archive and does not require installation)
  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 a quick start, 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 fine-tune the program to suit your needs.

So, let’s start editing the batch file – we need to change the wallet address and set up some other parameters for your equipment. To do this, right-click on the bat file and select “Edit”.

как изменить батник

A text document will open with command line arguments. Let’s consider what kind of commands are contained in our batch file.

Setting up a batch file

@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

  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 specifies the algorithm of the coin we are going to mine
  3. iN5h4sGcf1BD7R1mgaqkeGWnDvAubzyEKg after -P stratum+tcp:// construction, specify the address of our digital wallet. It can be taken from the exchange, where the coin is traded, or set a cold wallet
  4. rig1 after we entered the wallet address, we put a dot and specify the name of our farm. You can use any name you want. This is needed to keep track of statistics on the pool
  5. bci-eu.coinblockers.com after the @ sign, specify the address of the pool. 
  6. 3910 specifying the pool address, put a colon and specify the pool port
  7. –list-devices command will display all available devices for mining

These are all the necessary commands to run the program. Below is an example with payfrom (payment mode). On some pools, you can set the payout frequency. We have this example commented out by the REM command. If you remove this command, then example #2 will be used.

So we set up the program for the first run. How to run it? The process of mining cryptocurrencies is launched by double-clicking on the created or edited batch file (file with the .bat extension). So, let’s start and see what the program console writes to us.

  1. TradeTec-Miner program reports installed version
  2. Found 2 CUDA devices There are two mining devices available
  3. #0 PCI 0:1 GeForce GTX 1080 Ti (6.1) CoreClk 139 MHz | MemClk 495 MHz | 11264MB | SM: 28 name of the video card, set overclocking of its core and memory, available amount of video memory
  4. bci-eu.coinblockers.com:3910 pool, which we indicated 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 cuda architecture that video cards run on
  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. the nonce parameter is 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.
  14. Worker authorized: YOUR WORKER we are authorized on the pool
  15. create new DAG for epoch 6 generates a 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 decided (to the ball) from our video card. The reward to the miners is paid exactly for the number of solved shares.

The miner needs about 4-5 minutes until he shows a stable hashrate. Good mining!


If you like to read such articles and want to support the author, then you can subscribe to our telegram channel and recommend us to your friends, this will help a lot to support our project! Telegram: CRYPTO WIKIES | Bitcoin & Altcoins Mining

Be the first to know all the news, read more about cryptocurrencies and mining at CRYPTO-MINING.BLOG.

Leave a Reply

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