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

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 b…

License

Mizogg/Fillbit-Bitcoin-Address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fillbit-Bitcoin-Address

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. (Read More https://pypi.org/project/bitcoinaddress/)

Installation pip install bitcoinaddress pip install PySimpleGUI

Fullbit.py Look for Bitcoin Off-Line Using Python. If match found winner.txt will be created with all required information to restore Wallet.

image

Fullbitgui.py Mage with Simple GUI Easy setup and Install. Run install_modules.bat to get started.

Save to File and Report to Email

image

Example

Privatekey (dec): 1345350638508951399438287018620316915926601501374

Privatekey (hex): 000000000000000000000000eba79bec9b27b391730d2c55b85753fa692f0abe

Privatekey Uncompressed: 5HpHagT65TZzG1PH3CpP7dWPNTpL8nUEy9GrrZVWwCQixtEv9R6

Privatekey compressed: KwDiBf89QgGbjEhKnjA8cG8hjjMuTMhEeoX13kQs8DMiDdwdpcrY

Public Address 1 Uncompressed: 1MdpCtogpQ1nwXygsiTrDhhoRE1ftM9sLd

Public Address 1 Compressed: 19CkF5KLyEP7Pmf7G7EWr6sKhTpuAPcLj2

Public Address 3 Segwit: 33GHCPrbxhFjBKCMq8fWhjezZXFSMwBMHz

Public Address bc1 P2WPKH: bc1qt8u6m5mq6kukd0zjzzlywz7x0d58gr4wlahqtz

Public Address bc1 P2WSH: bc1q0p4ntvqfsxysgx24ghzsznkp086fecyzvtma0jk5xf50d3pne5fsfwhvv3

About

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 b…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published