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

Mining with XMRig

XMRig uses separate miners for CPU and GPU, you need to download a CPU and GPU miner separately and run two separate instances on your computer.

Please note that currently XMRig only supports CPU mining for TurtleCoin

Downloading and Installing for Windows

XMRig has separate miners for CPU and GPU. You can download them from here:

  • XMRig CPU Miner
  • XMRig GPU NVIDIA Miner
  • XMRig GPU AMD Miner

Note: You will need to download and run two separate instances if you want to mine with your GPU and CPU at the same time.

Downloading and Installing for Linux

You can directly use the pre-built binaries for XMRig CPU. Download the xmrig-*-xenial-amd64.tar.gz file here.
Run the file using ./xmrig.

XMRig needs to be compiled for NVIDIA and AMD. Instructions for compiling are linked below(Ubuntu):

  • XMRig GPU NVIDIA Miner

  • XMRig GPU AMD Miner

  • XMRig CPU Miner (instructions for multiple platforms)

Downloading and Installing for Mac

Needs to be compiled. Instructions here.

XMRig Setup and Configuration

CPU XMRig Configuration

  1. Unzip the file and extract the files into a new folder (Make sure your anti-virus doesn't delete the files)
  2. Open the config.json file with Notepad
  3. Find and change the following lines:
  • "algo": "argon2/chukwav2"
  • "url": "[pool address]"
  • "user": "[wallet address]"
  • Instead of [wallet address], simply paste your TurtleCoin wallet's address. Make sure to keep the "!

    • If you don't have one yet, you can find out how to create a wallet here
  • In place of [pool address], you'll need to choose a pool to mine towards. You can learn more about them here. Make sure to keep the "s!

  1. Save the file and:
  • start xmrig.exe if you're mining with your CPU,
  • xmrig-amd.exe. if you're mining with an AMD GPU,
  • or xmrig-nvidia.exe if you're mining with a NVIDIA GPU.

Remember: if you want to mine with both your CPU and your GPU you must have both programs open at the same time!

That's it! You should be mining away now! :)

Last updated on 11/14/2021
← Mining with violetminerSolo-mining TurtleCoin →
  • Downloading and Installing for Windows
  • Downloading and Installing for Linux
  • Downloading and Installing for Mac
  • XMRig Setup and Configuration
    • CPU XMRig Configuration
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