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.1-freeReleased 2026-05-07
View on GitHub →
Windows~20 MB
Download
Linux~50 MB
Download
macOS (Apple Silicon)~500 KB
Download

Release Notes

JLP pool client fully interoperable with collisionprotocol.com (heap fix, deadlock fix, Windows TLS keepalive, server-aggregated session share). macOS arm64 pool mode no longer crashes. GPU correctness fixes: secp256k1 mod_mul/mod_inv carry, GLV decomposition, bloom h2. CUDA 12.6 toolchain.

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.