An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![image](https://github.com/user-attachments/assets/11265c24-41b9-4251-92f6-391338b8bc50)

# 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
```