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.2.0Released 2026-04-08
View on GitHub →
Windows~20 MB
Download
Linux~50 MB
Download
macOS (Apple Silicon)~500 KB
Download

Release Notes

Updated JLP protocol, complete puzzle database (1-160), runtime solve-check, multi-GPU support.

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.