Skip to content

Latest commit

ย 

History

History
96 lines (65 loc) ยท 2.68 KB

File metadata and controls

96 lines (65 loc) ยท 2.68 KB

๐Ÿ“Ž RELEASE NOTES โ€“ bitpeek.py

Version: 1.0.0
Release Date: 2025-05-09


๐Ÿš€ Overview

BitPeek is a lightweight CLI tool for analyzing Bitcoin Base58 addresses.
It focuses on decoding, structural inspection, and verifying checksums in a secure offline environment.

Designed as an educational and diagnostic utility, bitpeek.py helps demystify how Bitcoin addresses are encoded and validated.


๐Ÿ”ง Core Features

  • ๐Ÿ“ฆ Decodes Base58Check Bitcoin addresses (P2PKH, P2SH)
  • ๐Ÿ” Extracts version byte and payload (RIPEMD-160 hash)
  • ๐Ÿงฎ Verifies double SHA256 checksum
  • ๐Ÿ“Š Displays entropy-related information: character distribution and uniqueness
  • ๐Ÿ–ฅ๏ธ Fully interactive CLI with colored output (via colorama)
  • ๐Ÿ”’ 100% offline operation โ€“ no internet access required

โœ… Included in v1.0.0

  • โœ… bitpeek.py โ€“ Terminal-based tool
  • โœ… Base58 decoding with correct padding logic
  • โœ… Version byte parsing and address type mapping
  • โœ… RIPEMD-160 hash extraction from payload
  • โœ… Checksum validation using double SHA256
  • โœ… Terminal output with:
    • Full decoded hex
    • Address classification
    • Risk heuristics and symbol entropy stats
  • โœ… Clear UX with input prompts and clean exit handling

โš ๏ธ Notes

  • Input must be a valid Base58Check Bitcoin address
  • Malformed addresses or invalid checksums are gracefully rejected
  • Entropy score is heuristic and for educational use only
  • Results are shown in terminal โ€“ no file output in this version

๐Ÿ“Œ Related Files


๐Ÿ“œ License

Licensed under the Apache 2.0 License by BitMorphX


๐Ÿฑ 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: 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.