How to Mine TurtleCoin (TRTL): Complete Beginner’s Guide

Hero Miners
5 min readDec 27, 2018

--

About TurtleCoin:
Welcome to TurtleCoin, well at least the announcement of. We would like to share with you the dream we have for the coin, what it stands for and where it could go in the future. It has humble beginnings (being a fork of ByteCoin) but already there is a thriving community behind it and a team of developers which is growing every week.

What are we definitely not? We are not a fork and forget coin. We are already modifying the algorithms, and starting code-inroads into features, adding value to what the original ByteCoin codebase had to offer.

And with such unprecedented interest and offers of help so early on, we were initially overwhelmed, taking time to marshal everyone’s efforts and gain focus. With weekly updates, on progress and who is working on what part of the project, available on our blog, everyone can see what progress is being made and what direction we are heading.

Wanting to be fun and inclusive is great, but that can sometimes be seen as charlatan. So being incredibly open and transparent is important to us, to build up trust in a community that has seen hundreds of forks of this codebase, offering little other than a name change. We intend to do that by being entirely open source, but also through discussion with our core developers, who are always happy to answer any questions put to them.

We hope the changes we make will be positive and keep us around in peoples hearts.

Everyone is welcome to contribute to the ecosystem, regardless of skills or knowledge (or lack thereof), and we are ready to help people do so. Within just a few weeks, and without any initial pre-mine, ICO, marketing or capital we’ve seen the formation of:

  • Mining pools
  • Additional builds for other platforms
  • A block chain explorer
  • Trading bots
  • Inclusion on an exchange
  • Public nodes
  • and even merchandise based on our branding

We love and encourage this level of entrepreneurship.

Please feel free to read on, we hope to see you all mining on our pools and talking with us on our Discord channel.

What are we doing differently?

Obviously, the starting block is, No premine, No shenanigans. We hate it when other coins have done it, and we simply don’t agree with that philosophy as it just promotes a coin getting listed as quickly as possible, so people can cash out. Our motto is very much slow and steady.

Of equal importance are the people who mine/trade TRTL. We wanted to put the fun and the community back into an Alt coin, we want ordinary people to be able to mine with us and generate TRTL, whilst feeling part of a friendly and supportive community.

You can only really produce that supporting and friendly community with openness, that is why every member of the team is on the discord server and regularly monitors it, we have dev updates, we have our GitHub issues tracker and we are always available for questions. Absolutely nothing is closed off from the public, even our dev discussions are in the open, our dirty laundry, everything.

Where is it going?

The success of a project depends directly on active participation and involvement from all the interested parties on the discovering and decomposition of its needs and requirements, not taking for granted the care needed to determine, document and manage the products, service or project requirements.

We have our development plan (see Roadmap below), and we don’t care much about its value on markets, that is not a motivator for us. What we are looking for is to develop the codebase to provide an exceptionally stable network and add features and capabilities into the coin to add value around the core block chain, giving it the potential to be genuinely useful. But it will be the community that will drive the coin to greater highs, through adoption, feedback and help.

We have already attracted many members to the project, not just devs (and we have some heavy hitters there), but some excellent design, marketing, mathematics & economics experts all providing invaluable input into the project.

Roadmap:

So Technically what is it?
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
P2P Port: 11897
RPC Port: 11898

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
cls
SRBMiner-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.

--

--