Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Bitcoin Wallet Address Generator This is a simple Bitcoin non-deterministic wallet address generator coded in Python 3. It generates a Private Key in different formats (hex, wif and compressed wif) and corresponding Public Addresses, raw, P2WPKH addresses starting with prefix 1, P2SH addresses starting with prefix 3 as part of Segwit soft fork a…

License

Mizogg/4Bitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4Bitcoin

Bitcoin Wallet Address Generator This is a simple Bitcoin non-deterministic wallet address generator coded in Python 3. It generates a Private Key in different formats (hex, wif and compressed wif) and corresponding Public Addresses, raw, P2WPKH addresses starting with prefix 1, P2SH addresses starting with prefix 3 as part of Segwit soft fork and Bech32 addresses with prefix bc1 P2WPKH and P2WSH. (https://pypi.org/project/bitcoinaddress/)

Test it here : https://replit.com/@Mizogg/4Bitcoin?v=1

Installation

pip install bitcoinaddress
pip install rich

✨✨4Bitcoin.py ✨✨ ON-Line Total Received Ammount

Hunt for Bitcoin and Check Total received, Includes Report to email and save to file if found.

Colourful Display. Pick Puzzle starting Number/Range Starting from 0-256 Max.

Below Example Puzzle 64-160 image

Finding Result of Total Received Ammount image

Winning Email Report works well with Gmail Edit Line 5 Email Address Line 6 Password and Line 78 Receiving Email

image image

image

✨✨Sequential Search✨✨SeqFullBit.py✨✨ Off-Line Scan

image

✨✨Random Search✨✨FullBit.py✨✨ Off-Line Scan

image

Output:   
Private Key HEX: 03902e4f09664bc177fe4e090dcd9906b432b50f15fb6151984475c1c75c35b6   
Private Key WIF: 5HqrbgkWPqBy6dvCE7FoUiMuiCfFPRdtRsyi6NuCM2np8qBZxq5    
Private Key WIF compressed: KwLdv6T2jmhQbswnYrcL9KZHerTpVyjozp1JNjfP5QuD3GchCwCc    

Public Address 1: 1Bu6YxH64nfvhdDsYNEP8PftoBMqgusdPS   
Public Address 1 compressed: 18i5PtPisxbGiGGEviW7HPcnfNPmcsscwH   
Public Address 3: 38dRrGx5YbrnRWuWcJv5i2XHjYUnHE2wvv  
Public Address bc1 P2WPKH: bc1q2jxe5azr6zmhk3258av7ul6cqtu4eu4mps8f4p    
Public Address bc1 P2WSH: bc1qdveuf0egtfdnd2fnsp0lzfukn2e58czf8323ky6xt8ydew4ecfcqv3ettx

⚡Good Luck and Happy Hunting. Made by mizogg.co.uk⚡

About

Bitcoin Wallet Address Generator This is a simple Bitcoin non-deterministic wallet address generator coded in Python 3. It generates a Private Key in different formats (hex, wif and compressed wif) and corresponding Public Addresses, raw, P2WPKH addresses starting with prefix 1, P2SH addresses starting with prefix 3 as part of Segwit soft fork a…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages