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.0Released 2026-05-27
View on GitHub →
Windows33.7 MB
Download
Linux31.5 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.