Bitcoin miner written in C. This is the classic 'cgminer' adapted to work with Antminer devices.
- Bitcoin mining functionality
- Written primarily in C
- Command-line interface
- C compiler (GCC recommended)
- CMake for building
# 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 ././cgminer [options]