Download theCollider

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.0.0Released 2025-01-04
View on GitHub →
Windows15 MB
Download
Linux12 MB
Download
macOS11 MB
Download

Release Notes

Initial release with GPU-accelerated Kangaroo solver and pool support.

Build from Source

Clone the repository and build with CMake:

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

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