https://github.com/root240/btc-cracker
BTC CRACKER
https://github.com/root240/btc-cracker
bit bitcoin-cracking bitcoin-wallet bitcoin-wallet-bruteforce bitcoin-wallet-checker btc btc-bruteforce btc-checker btc-hack btc-wallet btc-wallet-cracker btcflashing
Last synced: 8 days ago
JSON representation
BTC CRACKER
- Host: GitHub
- URL: https://github.com/root240/btc-cracker
- Owner: root240
- Created: 2024-04-17T20:40:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T14:48:44.000Z (over 1 year ago)
- Last Synced: 2025-02-01T18:11:22.443Z (8 months ago)
- Topics: bit, bitcoin-cracking, bitcoin-wallet, bitcoin-wallet-bruteforce, bitcoin-wallet-checker, btc, btc-bruteforce, btc-checker, btc-hack, btc-wallet, btc-wallet-cracker, btcflashing
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### BTC CRACKER
This script randomly generates a private key, then converts it to a bitcoin address and checks its balance. If the wallet has balance, it saves the private key along with the address and balance in a .txt file. It is recommended to use high-speed internet for better results.

### Requirements
Python 3 or higher is required
`pip install -r requirements.txt`### HOW TO USE
for linux users
`python3 setup.py`for windows users
`python setup.py`