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.
- Nvidia CUDA mining
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.
- [CMake] >= 3.8
- Git
- CUDA Toolkit >= 10.0
-
Make sure git submodules are up to date:
-
Create a build directory:
mkdir build cd build
-
Configure the project with CMake.
cmake ..
-
Build the project.
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.