# Isaacdelly/Plutus

An automated bitcoin wallet brute-forcer

Repository: https://github.com/Isaacdelly/Plutus
Canonical: https://ross.abutalabs.com/products/isaacdelly-plutus
Language: Python
License Family: other
Topics: bitcoin, btc, wallet-address, wallet, address, cracker, crack, cracking, stealer, stealing, brute-force, bruteforce, brute-force-attacks, bruteforcing, brute, bruteforce-attacks, plutus, multiprocessing, python, collider
Last push: 2026-01-04T07:49:17+00:00

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

## Adoption (not part of the score)
Stars 1423, forks 582 (observed 2026-08-28T04:04:41.238800+00:00)

## What it is
Plutus is a Python CLI tool that brute-forces Bitcoin private keys by generating sequential keys via elliptic curve point addition and checking derived addresses against a database of funded wallets using a Bloom filter. It is parallelized across CPU cores for high throughput.

## Use cases
- brute force bitcoin wallet private keys
- check random bitcoin addresses against funded wallets
- run a bitcoin key collision search on multiple cpu cores
- generate and test p2pkh bitcoin addresses quickly
- find bitcoin wallets with balance by key scanning

## When to choose
- you want a fast, parallelized bitcoin key collision scanner in Python
- you need a self-contained CLI brute-forcer with a bloom-filter address database
- you want to scale key checking linearly across cpu cores

## When to avoid
- you expect to actually find funded wallets - the keyspace makes success practically impossible
- you need a legitimate wallet management or security-audit tool rather than a brute-forcer
- you require a maintained, licensed project - it has no license file

## Facets
- artifact type: cli-tool
- maturity: active
- function: cryptography, security, cli, concurrency
- domain: security
- platform: python, windows, cli, cross-platform
- tags: bitcoin, brute-force, wallet-collision, bloom-filter, elliptic-curve, multiprocessing, cryptocurrency, command-line, linux, macos

## Member repositories
- Isaacdelly/Plutus (main) score 59

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:41.238800+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-30T04:37:37.998250+00:00, confidence not recorded.
  - readme: https://github.com/Isaacdelly/Plutus (fetched 2026-08-28T04:04:41.238800+00:00, sha 8a0188059e2a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
