How to Start TurtleCoin Mining? TRTL Mining Pool

Hero Miners
3 min readApr 20, 2021

TurtleCoin is a decentralized Peer-2-Peer open source electronic currency. It’s easy to get, completely private, and ready for you today.

What is TurtleCoin?

Fast Transactions
TurtleCoin is creating blocks every 30 seconds, as opposed to every 10 minutes.

Privacy
TurtleCoin has the same privacy features you’ll find in Monero and Aeon. Every transaction is private unless you choose to make it public.

Easy To Use
We support almost every OS, even on mobile you can make a secured paper-wallet for free, and get started with TurtleCoin in under 5 minutes.

What is different?

What is TurtleCoin® v2?

v2 is the next generation of the the TurtleCoin® project. Out with the old and in with the new as they say. The v1 network served us well, but as time has passed we want to do more, and to do that best, we need a clean slate. By starting a new network from scratch, we are able to make much bigger improvements without worrying about being backwards compatible with previous history.

When will v2 be released?

We’re aiming for before block 4,000,000 of the v1 chain. The actual date is fuzzy at this time but as we get closer to a release date more information will be made available.

Specifications

PoW Algorithm: argon2/chukwav2
Max Supply: 1 Trillion coins @ 2 decimal places
Block Reward: ~ 29000 TRTL, slowly decreasing over about 40 years
Block Time: 30 seconds
Difficulty: Retargets at every block

Now that we know the details about TurtleCoin, let’s get to mining some TRTL!

TurtleCoin (TRTL) Mining:
Those who have no idea about mining can easily start mining by watching this video.

TurtleCoin (TRTL) Mining Pool: https://turtlecoin.herominers.com

Team Red Miner v0.8.1.1+ (Windows, Linux, AMD)

Open start_trtl_chukwa.bat file and copy / paste example below.

@echo off
set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_MAX_HEAP_SIZE=100
set GPU_USE_SYNC_OBJECTS=1
teamredminer.exe -a trtl_chukwa2 -o stratum+tcp://de.turtlecoin.herominers.com:1160 -u YOUR_TURTLECOIN_WALLET_ADDRESS -p YOUR_WORKER_NAME
pause

SRBminer-Multi v0.7.3+ (Windows, Linux, CPU, AMD)

Method 1: Run guided_setup.bat file and answer questions:

Configuration name: turtlecoin-herominers
Do you want to use multi algorithm mining? n or y (optional)
Enter algorithm 0 name: argon2id_chukwa2
Address and port of mining pool: de.turtlecoin.herominers.com:1160
Wallet address: YOUR_TURTLECOIN_WALLET_ADDRESS
Password: YOUR_WORKER_NAME
Do you want to use your CPU for mining algorithm 0 ? y or n (optional)
Do you want to enable logging? n or y (optional)
Do you want to enable compute mode? y or n (optional)

Method 2: Open start-mining-turtlecoin.bat file and copy / paste example below.

setx GPU_MAX_HEAP_SIZE 100	
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
setx GPU_ENABLE_LARGE_ALLOCATION 100
setx GPU_MAX_WORKGROUP_SIZE 1024@echo off
cd %~dp0
clsSRBMiner-MULTI.exe --algorithm argon2id_chukwa2 --pool de.turtlecoin.herominers.com:1160 --wallet YOUR_TURTLECOIN_WALLET_ADDRESS --password YOUR_WORKER_NAME
pause

XMRig v6.12.0+ (Windows, Linux, CPU)

Create turtlecoin-herominers.cmd file and copy / paste example below.

@echo off
xmrig.exe --donate-level 1 -o de.turtlecoin.herominers.com:1160 -u YOUR_TURTLECOIN_WALLET_ADDRESS -p YOUR_WORKER_NAME -a argon2/chukwav2 -k
pause

CryptoDredge v0.26.0+ (Windows, Linux, NVIDIA)

Open run-chukwa2-herominers.bat file and copy / paste example below.

set GPU_MAX_ALLOC_PERCENT=100
@echo off
title TurtleCoin (TRTL) HeroMiners Pool
CryptoDredge.exe -o stratum+tcp://de.turtlecoin.herominers.com:1160 -u YOUR_TURTLECOIN_WALLET_ADDRESS -p YOUR_WORKER_NAME -a chukwa2
pause

Violetminer v0.2.2+ (Windows, Linux, CPU, NVIDIA)

Create turtlecoin-herominers.cmd file and copy / paste example below.

violetminer.exe --pool de.turtlecoin.herominers.com:1160 --username YOUR_TURTLECOIN_WALLET_ADDRESS --password YOUR_WORKER_NAME --algorithm turtlecoin
pause

Happy Mining.

--

--