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.
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:3700
TT-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 cuda, 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
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
Post Comment