Skip to content

๐Ÿง  Bitcoin Base58 Inspector | ๐Ÿ’ป CLI + ๐ŸŒ Flask Web UI | ๐Ÿ” RIPEMD-160 decoding, โœ… checksum validation, ๐Ÿ“Š entropy analysis.

License

Notifications You must be signed in to change notification settings

BitMorphX/BitPeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

bitpeek banner

๐Ÿงฌ BITPEEK V2.0.0 โ€“ BITCOIN ADDRESS ANALYZER & ENTROPY VIEWER

bitpeek is a CLI and Flask-powered tool for decoding and analyzing Bitcoin addresses. It verifies address format and checksum, extracts the hash160, and evaluates entropy distribution.

  • โœ… Decodes Base58Check (P2PKH, P2SH) addresses
  • โœ… Verifies format, version prefix, and checksum
  • โœ… Extracts and displays RIPEMD-160 (hash160)
  • โœ… Calculates entropy (symbol frequency analysis)
  • โœ… Includes Flask GUI for interactive use

โš™๏ธ Features

  • ๐Ÿ” Address decoding with Base58Check and RIPEMD-160 output
  • ๐Ÿงฎ Checksum verification using double SHA256
  • ๐Ÿ“Š Entropy visualization from symbol distribution
  • ๐Ÿงต CLI & Flask GUI dual-mode usage
  • ๐Ÿ“ Offline-only โ€“ no remote API or data usage

๐Ÿ“ File Overview

  • bitpeek.py โ€“ CLI analysis tool
  • bitpeek_web.py โ€“ Flask-based GUI interface
  • bitpeek.bat โ€“ Quick launcher for Windows
  • .vscode/ โ€“ VSCode configs
  • requirements.txt โ€“ Python dependencies
  • LICENSE, NOTICE โ€“ Licensing and attribution
  • README.md โ€“ This documentation
  • ETHICS.md โ€“ Ethical usage policy
  • RELEASE_v1.0.0.md โ€“ Initial release notes
  • RELEASE_v2.0.0.md โ€“ Refactored structure & documentation

๐Ÿ› ๏ธ Dependencies

flask
base58
colorama
tqdm

Install with:

pip install -r requirements.txt

Python 3.7+ is recommended.


๐Ÿ“„ Release Info

Current version: v2.0.0
๐Ÿ“„ See full notes in RELEASE_v2.0.0.md


๐Ÿš€ Usage

๐Ÿ’ป CLI Mode

Run:

python bitpeek.py

Youโ€™ll be prompted to enter a Bitcoin Base58 address.
It will:

  • Decode and verify address checksum
  • Display version byte, address type, and hash160
  • Analyze entropy from the payload
  • Show symbolic uniqueness and risk assessment

๐ŸŒ Flask GUI Mode

Run:

python bitpeek_web.py

Then open:

http://127.0.0.1:5000

Youโ€™ll be able to input addresses via browser form and see results.


๐Ÿ“‚ Project Structure

bitpeek/
โ”œโ”€โ”€ assets/
โ”‚   โ””โ”€โ”€ banner.png
โ”œโ”€โ”€ .vscode/
โ”‚   โ”œโ”€โ”€ settings.json
โ”‚   โ”œโ”€โ”€ launch.json
โ”‚   โ”œโ”€โ”€ tasks.json
โ”‚   โ””โ”€โ”€ extensions.json
โ”œโ”€โ”€ bitpeek.py
โ”œโ”€โ”€ bitpeek_web.py
โ”œโ”€โ”€ bitpeek.bat
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ NOTICE
โ”œโ”€โ”€ ETHICS.md
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ RELEASE_v1.0.0.md
โ”œโ”€โ”€ RELEASE_v2.0.0.md
โ””โ”€โ”€ requirements.txt

โš ๏ธ DISCLAIMER

This software is provided strictly for educational, analytical, and research purposes only.
The author does not condone unethical behavior, unauthorized access, or blockchain abuse.

Use responsibly. Learn ethically. Contribute honestly.


โš–๏ธ Ethical Use

See ETHICS.md

โ— Do not use this tool to attempt key collisions or unauthorized activity.
๐Ÿง  Use responsibly and with integrity.


๐Ÿ“œ License

Licensed under the Apache 2.0 License by BitMorphX


๐Ÿ“ฃ NOTICE

See NOTICE for attribution, license requirements, and third-party credits.


๐Ÿฑ Support

โ˜… Bitcoin (BTC)
1MorphXyhHpgmYSfvwUpWojphfLTjrNXc7

โ˜… Monero (XMR)
86VAmEogaZF5WDwR3SKtEC6HSEUhJPA1gVGcny68XmSJ1pYBbGLmdzEB1ZzGModLBXkG3WbRv12mSKv4KnD8i9w7VTg2uu

โ˜… Dash (DASH)
XtNuNfgaEXFKhtfxAKuDkdysxUqaZm7TDX

We also value early privacy coins such as:
โ˜… Bytecoin (BCN)
bcnZNMyrDrweQgoKH6zpWaE2kW1VZRsX3aDEqnxBVEQfjNnPK6vvNMNRPA4S7YxfhsStzyJeP16woK6G7cRBydZm2TvLFB2eeR

๐Ÿ™ Thank you for supporting independent research and ethical technology.


๐Ÿ‘ค Author & Contact

๐Ÿ”— GitHub Profile: https://github.com/BitMorphX
โœ‰๏ธ Email: BitMorphX@proton.me
๐Ÿ’ฌ Telegram: https://t.me/BitMorphX

โ€œI morph bits, not to break, but to understand.โ€
โ€” BitMorphX


ยฉ BitMorphX โ€“ All rights reserved.

About

๐Ÿง  Bitcoin Base58 Inspector | ๐Ÿ’ป CLI + ๐ŸŒ Flask Web UI | ๐Ÿ” RIPEMD-160 decoding, โœ… checksum validation, ๐Ÿ“Š entropy analysis.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published