Skip to content

Alex20129/cgminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGMiner

Bitcoin miner written in C. This is the classic 'cgminer' adapted to work with Antminer devices.

Description

  • Bitcoin mining functionality
  • Written primarily in C
  • Command-line interface

Requirements

  • C compiler (GCC recommended)
  • CMake for building

Building from Source

# Clone the repository
git clone https://github.com/Alex20129/cgminer.git

# Create build directory
mkdir build
cd build

# Generate build files with CMake
cmake ../cgminer

# Build the project
cmake --build ./

Usage

./cgminer [options]

About

Bitcoin miner in C

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published