https://github.com/cr0mb/satoshi-sweeper
Satoshi Sweeper is a Bitcoin wallet generator and balance checker. It generates mnemonic phrases, derives Bitcoin addresses (Legacy, Nested SegWit, and Native SegWit), and checks their balances using the Blockstream API.
https://github.com/cr0mb/satoshi-sweeper
biputils bitcoin bitcoin-finder bitcoin-recovery bitcoin-stealer bitcoin-wallet cryptography ethereum ethereum-finder ethereum-stealer ethereum-wallet hashlib
Last synced: 2 months ago
JSON representation
Satoshi Sweeper is a Bitcoin wallet generator and balance checker. It generates mnemonic phrases, derives Bitcoin addresses (Legacy, Nested SegWit, and Native SegWit), and checks their balances using the Blockstream API.
- Host: GitHub
- URL: https://github.com/cr0mb/satoshi-sweeper
- Owner: Cr0mb
- Created: 2025-02-20T18:14:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T18:17:22.000Z (2 months ago)
- Last Synced: 2025-02-20T19:30:25.260Z (2 months ago)
- Topics: biputils, bitcoin, bitcoin-finder, bitcoin-recovery, bitcoin-stealer, bitcoin-wallet, cryptography, ethereum, ethereum-finder, ethereum-stealer, ethereum-wallet, hashlib
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Satoshi Sweeper
Satoshi Sweeper is a Bitcoin wallet generator and balance checker.
It generates mnemonic phrases, derives Bitcoin addresses (Legacy, Nested SegWit, and Native SegWit), and checks their balances using the Blockstream API.## Assembly
- Generate 12-word or 24-word mnemonics
- Derive Bitcoin addresses (Legacy, Nested SegWit, Native SegWit)
- Check wallet balances automatically
- Save wallets with a positive balance## Requirements
``python3``
```
pip install requests colorama bip-utils
```