Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
BTC CRACKER
- Host: GitHub
- URL: https://github.com/root240/btc-cracker
- Owner: root240
- Created: 2024-04-17T20:40:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T14:48:44.000Z (6 months ago)
- Last Synced: 2024-09-29T03:42:29.133Z (about 2 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: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
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.
![Screenshot 2024-05-31 030759](https://github.com/root240/BTC-CRACKER/assets/71753462/b59a301f-e123-4969-8b9e-34d2082e137d)
### 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`