Skip to content

hyangl/trueminer

 
 

Repository files navigation

trueminer

Truechain miner with CUDA support

Trueminer is a Truehash GPU mining worker: with trueminer you can mine the coin which relies on the Truehash Proof of Work. This is the actively maintained version of trueminer. It implements the Truehash algorithm, and everyone can integrate it into the mainnet code or apply it as a miner client of the remote agent. See FAQ for more details.

Features

  • Nvidia CUDA mining

Table of Contents

Requirements

This project uses [CMake] package manager. I suggest using nvidia GPU GTX1080(GP104). When you have multiple GPUs, ensure you change deviceIdx properly and you should connect your monitor to the GPU which is not used for computing.

Common

  1. [CMake] >= 3.8
  2. Git
  3. CUDA Toolkit >= 10.0

Windows

Visual Studio 2015;

Instructions

  1. Make sure git submodules are up to date:

  2. Create a build directory:

    mkdir build
    cd build
  3. Configure the project with CMake.

    cmake ..
  4. Build the project.

Maintainers & Authors

CUDA code is highly dependent on your GPU hardware, you have to change some parameters for different architecture and chip. In most cases, you can change the number of blocks and threads to fillful your machine. You can contact me by the email: [email protected], Thanks.

About

TrueChain miner with CUDA support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 99.9%
  • Other 0.1%