v12.12.1

BruteFather Cryptocurrency Address Scanner

Advanced cryptocurrency address recovery tool with multi-chain support, GPU acceleration, and distributed scanning network.

Download
396.6M Addresses in DB
14 Scan Modes
6 Blockchains

Download

Get the latest version of BruteFather

BruteFather v12.12.1
🖥️ Windows x64 📦 ~16 MB 🦀 Rust + eframe

System Requirements

  • Windows 10/11 (x64)
  • 4 GB RAM minimum (8 GB recommended)
  • GPU: Vulkan-compatible (optional, for GPU mode)
  • Internet connection (for auto-withdrawal & coordinator)

Changelog

Recent updates and improvements

v12.12.1 2026-02-23
  • Distributed coordination system with enhanced security
  • Web dashboard for real-time network monitoring
  • Centralized backup system for found results
  • Server health monitoring with automatic recovery
  • Official website with SSL encryption
v12.10.1 2026-02-20
  • 14 scanning modes with GPU acceleration support
  • Improved scanning performance with adaptive optimization
  • Multi-chain auto-withdrawal support (6 blockchains)
  • Address database with 396M+ entries across major blockchains

FAQ

What is BruteFather?

BruteFather is a high-performance cryptocurrency address scanner written in Rust. It generates private keys using various algorithms and checks them against a bloom filter database of addresses with known balances.

How does the bloom filter database work?

The address database uses bloom filters — a probabilistic data structure that enables O(1) lookups with minimal memory. With 396.6M addresses loaded, the entire database uses only a few hundred MB of RAM while providing near-instant address matching.

What blockchains are supported?

BTC (P2PKH, P2WPKH, P2SH-P2WPKH), ETH, LTC, DOGE, DASH, and BCH. Auto-withdrawal is supported for all six chains.

How fast is the scanning?

On CPU alone, BruteFather achieves ~1-1.5M keys/sec with adaptive batch tuning. GPU mode provides additional massive parallelism. Multiple machines can be connected via the Coordinator for distributed scanning.

What is the Coordinator?

BF-Coordinator is a centralized server that distributes key ranges among connected workers, aggregates statistics, stores found keys, and provides a live monitoring dashboard. It uses HMAC-SHA256 authentication for security.

Is GPU required?

No, GPU is optional. BruteFather runs on CPU by default and auto-detects available Vulkan-compatible GPUs. GPU mode dramatically speeds up random key generation through parallel compute shaders.