Skip to content

andrewpayne68/Bitcoin-wallet-cracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programmed in Python3 | PySimpleGUI

Imgur Image

Bitcoin wallet cracker

Code Generates valid Bitcoin addresses/private keys derived from 12 or 24 BIP39 Mnemonic Words and compares to a database text file containing Bitcoin Wallet Addresses with Balances (file: data-base updated 05/2023 with Wallets holding > 1 BTC)

Problems running / Crash to Desktop

If the PySimpleGUI window crashes to Desktop (CTD) when you start - then you need to enable legacy ssl as detailed here: https://github.com/andrewpayne68/openssl-fix

Installation and Execution

Python3+ / Linux (Debian/Ubuntu/Mint)

git clone https://github.com/andrewpayne68/Bitcoin-wallet-cracker.git
cd Bitcoin-wallet-cracker && pip3 install -r requirements.txt && sudo apt install python3-tk -y
python3 bc.py

Proof of Concept/How it works

Although this project can be used maliciously, it is simply an exploration into the Bitcoin protocol and advanced encryption and hashing techniques using Python.

Address with balance is saved in win.txt file

address: 17wd8bTwMPYfbo6YwmTFU4xH4hDkd13ATZ
private key: 0651863bf5d902262b17c4621ec340544ff016752543d99a92d7d22872d8a455
WIF private key: 5Hs4yg5HYcAmS97UPgmj54V6Lvmv1yKf4yGWs4qcwkWjB5FFnaz
public key: 040577b1aa3256fed819174b1e6557d4b269f42e383df393b1e8a4c6b9d117994
bc476304738fb948cec05a5d17d0fe6f996e7ec0b4a8e2853e41d6657f3f41e33

Disclaimer - The code within this repository comes with no guarantee, the use of this code is your responsibility. I take NO responsibility and/or liability for how you choose to use any of the source code available here. By using any of the files available in this repository, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, ALL files available here are for EDUCATION and/or RESEARCH purposes ONLY

About

Bitcoin wallet mnemonic address generator and compare with known wallet addresses > 1 BTC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%