# brichard19/BitCrack

A tool for cracking Bitcoin private keys

Repository: https://github.com/brichard19/BitCrack
Canonical: https://ross.abutalabs.com/products/bitcrack
Language: C++
License: MIT
License Family: permissive
Last push: 2024-03-17T13:25:59+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3129, "days_push": 899, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1042, forks 657 (observed 2026-08-28T04:03:20.764332+00:00)

## What it is
BitCrack is a C++ command-line tool for brute-forcing Bitcoin private keys using CUDA (NVIDIA) or OpenCL (AMD/Intel) GPU acceleration. It was created primarily to help solve the Bitcoin puzzle transaction, a set of addresses with increasingly difficult keys.

## Use cases
- crack a bitcoin puzzle address private key
- brute force bitcoin private keys on gpu
- search a keyspace range for a bitcoin address
- run distributed key search shares across machines
- resume an interrupted private key search

## When to choose
- you need GPU-accelerated brute forcing of specific Bitcoin addresses
- you want to participate in solving the Bitcoin puzzle transactions
- you need keyspace range control, checkpointing, or work sharing in a key search

## When to avoid
- you need general-purpose cryptocurrency mining
- you lack a CUDA or OpenCL capable GPU
- you expect reliable OpenCL support on AMD or Intel devices, which is documented as experimental and buggy

## Facets
- artifact type: cli-tool
- maturity: active
- function: cryptography, security, gpu-computing, cli
- domain: security, gpu-computing
- platform: windows, cpp
- tags: bitcoin, brute-force, opencl, cuda, private-keys, puzzle-solving, cryptocurrency, linux

## Member repositories
- brichard19/BitCrack (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:20.764332+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:02:36.563969+00:00, confidence not recorded.
  - readme: https://github.com/brichard19/BitCrack (fetched 2026-08-28T04:03:20.764332+00:00, sha ec4412afce10)
- Data as of 2026-08-30T08:39:29.467469+00:00.
