Skip to content

Nehemoth/DaggerGpuMiner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DaggerGpuMiner

Stand-alone GPU/CPU miner for Dagger coin

This miner does not require files wallet.dat and dnet_key.dat. Storage folder is still necessary.

Launch parameters:

  1. GPU benchmark: DaggerGpuMiner.exe -G -M
  2. GPU mining: DaggerGpuMiner.exe -G -a <WALLET_ADDRESS> -p <POOL_ADDRESS>
  3. CPU mining: DaggerGpuMiner.exe -cpu -a <WALLET_ADDRESS> -p <POOL_ADDRESS> -t 8

The project supports only Windows OS now. Linux and Mac OS are planned in the future.

The project has 3 dependencies: OpenCL, Boost and OpenSSL. Windows: OpenCL SDK can be downloaded by link https://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/. Also you can try another OpenCL SDK vendors. Path to intalled SDK should be written to a new environment variable OPENCL_SDK. Boost and OpenSSL libraries are included by Nuget Manager and should be downloaded automatically.

About

Standalone GPU/CPU miner for Dagger coin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.5%
  • C 5.5%