Download

Get the latest version of BruteFather

BruteFather v...
🖥️ Windows x64 📦 ~22 MB 🦀 Rust + CUDA + eframe

System Requirements

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

Address Databases

Download TSV address databases, import them into the program, and it will build optimized filters for lightning-fast offline scanning.

🔄

Built-in Auto-Update

BruteFather can download and update databases automatically. Go to Settings → Auto-Update DB, select the coins you need, and the program will keep your databases fresh from Blockchair.com.

🔧 How to Build Address Filters

  1. Download TSV databases from Public Data Sources below, or enable Settings → Auto-Update DB
  2. Place .tsv.gz files into the DATABASE/ folder next to the executable
  3. Open Settings → ⚙ Database Import, select the folder or individual files
  4. Choose filter type and settings (see below), then click ⇣ Import

🧮 Filter Settings Calculator

mln

💡 The same calculator is built into the program — Settings → Database Import.

🌐 Public Data Sources

Download address databases from multiple public providers. Place .tsv.gz files into the DATABASE/ folder.

Bitcoin

P2PKH, P2SH, Bech32, Taproot

Ethereum

EOA + Contracts

Ł

Litecoin

P2PKH, P2SH, Bech32

🐕

Dogecoin

P2PKH addresses

💎

Dash

P2PKH, P2SH

🟢

Bitcoin Cash

CashAddr format

🛡️

Zcash

Transparent addresses

Blockchair — direct TSV.gz download. BigQuery — free Google dataset, requires SQL query + export. Loyce.club — BTC mirror.

What's Inside

🦀

Rust

Core scanner, cryptography (secp256k1, SHA-256, RIPEMD-160, Keccak-256), bloom filters, LMDB interface. Zero unsafe dependencies.

🟢

NVIDIA CUDA

16 GPU kernels via NVRTC JIT. Dual-stream ping-pong pipeline, pinned memory, PTX disk cache. 800M–2.5B keys/sec.

🖥️

eframe / egui

Native desktop UI with immediate-mode rendering. Real-time dashboard, settings panels, integrated log viewer.

AVX2 / SIMD

4-way and 8-way parallel PBKDF2-SHA512 for mnemonic derivation. Hardware-accelerated batch key generation on CPU.

🔐

Cryptography

secp256k1 with GLV endomorphism, batch Montgomery inversion, Ed25519 for SOL/NEAR. BIP32/39/44/85, SLIP39, WarpWallet.

🌐

Coordinator Network

HMAC-SHA256 authenticated distributed scanning. Adaptive sync intervals, live dashboard, automatic key range distribution.