TurtleCoin Docs

TurtleCoin Docs

  • Getting Started
  • About
  • FAQ
  • Guides
  • For Developers

›Mining

Mining

  • Mining Intro
  • Mining Pools
  • Mining with NinjaRig
  • Mining with violetminer
  • Mining with XMRig
  • Solo-mining TurtleCoin
  • Mining with a SBC
  • Optimizing Mining on a RPi
  • Mining with Termux
  • Mining with Crypto Miner (iOS)

Wallets

  • Wallet Intro
  • Making a Paper Wallet
  • Using Proton Wallet
  • Using zedwallet
  • Using Checkpoints to Sync Faster
  • Using a Remote Node
  • Using Shellnet
  • Recovering your Wallet

CryptoCurrency Fundamentals

  • Smart Contract

Misc

  • Using TIPBOT

Config

  • TurtleCoind config
Edit

Solo-mining TurtleCoin

Solo-mining TurtleCoin means that you, alone, try to find the next block.
It is extremely hard, and not recommended - try our other guides if you want a more steady flow of TRTL.
Solo-mining is limited to only your CPU.

If you're sure you want to solo mine, let's continue.

Setup and Running

Make sure you have TurtleCoind and miner, both can be found in the latest release.

Note: If they aren't there, you'll have to compile it yourself:

  • Windows
  • Linux
  • OSX

Ensure TurtleCoind is running and fully synced.

Go to your folder that has miner.exe in it and start a cmd prompt.

  • This can easily be done by moving to the TurtleCoind directory in Windows Explorer, then typing cmd in the search bar and hitting enter:

opening win cmd

In Linux, you may be able to right click on your directory and "Open in" Terminal

opening linux cmd

When it opens, type:
miner --address TRTL.. --threads 4 --scan-time 1 --log-level 3

Repace TRTL.. with your TurtleCoin public address.
We recommend setting the --threads option to half of how many you have. So if you have 12 threads in your CPU, set it to 6.

Example:

miner --address  TRTLv3pFrFm2yk4cYNtKf5fxV1b594tNrZfEV2CYWJsTSqr9BWoWMrUNpQaeD9StrzQrxpRQKPCdd1FfvT6D6dAg4pY6iB7sqsG --threads 4 --scan-time 1 --log-level 3

Congratulations, you are now solo mining TurtleCoin from your CPU.

Notes

  • TurtleCoind must stay running for the miner to mine TurtleCoin.
  • Be patient. Finding a block may happen within the first few hours of mining. It also may take a week. Or it may never happen.
  • If you accidently close out TurtleCoind you can restart the miner by hitting Ctrl+C on your keyboard, then re-entering the miner command given above.
  • You may have to adjust the amount of threads based on your PC's capabilities(half of how many your CPU has is recommended).
Last updated on 6/10/2019
← Mining with XMRigMining with a SBC →
  • Setup and Running
TurtleCoin Docs
Docs
Getting StartedGuidesDeveloper Resources
Community
Discord ChatRedditTwitter
More
BlogGitHub
Copyright © 2021 TurtleCoin
Docs released under the MIT License
TurtleCoin released under the GNU General Public V3 License