Skip to content

Prime Cluster Solo GPU (CUDA) Miner for Nexus Prime Channel

License

Notifications You must be signed in to change notification settings

cbuchner1/PrimeSoloGPUMiner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dense Prime Cluster GPU (CUDA) Miner for Coinshield CPU Channel.

This is a fork of Viz' PrimeSoloMiner project, adding GPU (CUDA) acceleration for sieving. CUDA additions by cbuchner1, ChrisH

Commandline Arguments are IP PORT CUDADEVICES CPUTHREADS TIMEOUT.

IP and PORT and CUDADEVICES are required, CPUTHREADS default is CPU Cores, TIMEOUT default is 10 seconds.

Example to mine on a local wallet using 3 GPUs (device 0,1,2) and doing primality testing on 6 CPU threads. Timeout shall be 30 seconds.

./gpuminer 127.0.0.1 9325 0,1,2 6 30

Dots indicate that your CPU cannot keep up with primality testing. What to try if you are getting dots on the console:

a) use a faster CPU b) specify more CPU threads to do primality testing c) increase nPrimeLimitB in the config.ini file (multiples of 1024 recommended)

Try to find an operating point that maxes out most of your CPU and generates few or no dots. You need to balance out GPUs and CPUs.

Kind regards,

Christian Buchner

About

Prime Cluster Solo GPU (CUDA) Miner for Nexus Prime Channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.1%
  • C 19.8%
  • M4 13.5%
  • Cuda 8.4%
  • Shell 5.7%
  • Makefile 0.5%