cosminonea / creepMiner

Burst coin C++ Crossplatform Miner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

creepMiner

Join the chat at https://gitter.im/creepminer/lobby Join the chat at https://discord.gg/qnjyVQt GPLv3

What is the creepMiner

The creepMiner is a client application for mining Burst on a pool or solo. For more informations about Burst follow this link. It is written in C++ and therefore can be compiled on different operating systems. It is designed multi-threaded to reach the best performance.

Features

  • Mine with your CPU (SSE2/SSE4/AVX/AVX2) or your GPU (OpenCL, CUDA)
  • Mine solo or in a pool
  • Filter bad deadlines with the auto target deadline feature
  • Build a network of several miners with the forwarding feature
  • Watch the status of the miner in your web browser on every device

Build

Platform Master Development
Linux Build Status Build Status
Windows Build status Build status

Quickstart

  • CPU (SSE2, SSE4, AVX, AVX2) + GPU (OPENCL, CUDA) version:
cmake CMakeLists.txt
make
  • CPU only (SSE2, SSE4, AVX, AVX2) version:
cmake CMakeLists.txt -DNO_GPU=ON
make
  • CPU only minimal (SSE2) version (for example for single-board computers):
cmake CMakeLists.txt -DMINIMAL_BUILD=ON
make

Instructions

Dependencies

About

Burst coin C++ Crossplatform Miner

License:GNU General Public License v3.0


Languages

Language:C++ 78.8%Language:C 8.8%Language:JavaScript 5.5%Language:HTML 2.3%Language:TypeScript 2.0%Language:Cuda 1.6%Language:CMake 0.9%Language:CSS 0.1%Language:Shell 0.0%