Download collider

GPU-accelerated Bitcoin puzzle solver

System Requirements

  • NVIDIA GPU with CUDA support (GTX 1060 or better)
  • CUDA Toolkit 12.0+ installed
  • 4GB+ GPU memory recommended
  • 64-bit operating system
v1.5.6Released 2026-06-14
View on GitHub →
Windows33.7 MB
Download
Linux31.6 MB
Download
macOS (Apple Silicon)2.6 MB
Download

Build from Source

Clone the repository and build with CMake:

git clone https://github.com/hevnsnt/collider.git
cd collider
mkdir build && cd build
cmake ..
make -j8

Requires CMake 3.18+, CUDA Toolkit 12.0+, and a C++17 compiler.