Skip to content

Releases: BitMorphX/btc_address_analyzer

BTC ADDRESS ANALYZER V2.0.0

20 Jun 14:40

Choose a tag to compare

πŸ“Ž RELEASE NOTES – btc_address_analyzer.py

Version: 2.0.0
Release Date: 2025-06-20


πŸš€ Overview

btc_address_analyzer has evolved into a mature CLI utility with expanded features for decoding and verifying Bitcoin Base58Check addresses.

This version introduces a structured interface, robust helper scripts, and support files to improve developer experience and enable more flexible use.


πŸ”§ Core Features

  • πŸ”“ Decodes Base58-encoded Bitcoin addresses
  • 🧩 Extracts version byte, payload (hash160), and checksum
  • πŸ“Š Identifies address type (P2PKH, P2SH, mainnet, testnet)
  • βœ… Verifies checksum using double SHA-256
  • 🎨 Colorized output with termcolor
  • πŸ–₯️ Cross-platform support (WSL via .bat launcher)
  • πŸ§ͺ Built for research and offline inspection

βœ… Included in v2.0.0

  • βœ… btc_address_analyzer.py – Core analysis script
  • βœ… btc_address_analyzer.bat – Windows launcher (WSL-compatible)
  • βœ… CLI-based decoding with structured printout
  • βœ… .vscode/ folder for developer configs
  • βœ… project.yml with project metadata
  • βœ… Fully updated README.md with features & usage
  • βœ… LICENSE, NOTICE, and ETHICS.md for compliance & ethics

πŸ“Œ Related Files


πŸ“œ License

Licensed under the Apache 2.0 License by BitMorphX


🍱 Support

β˜… Bitcoin (BTC)
1MorphXyhHpgmYSfvwUpWojphfLTjrNXc7

β˜… Monero (XMR)
86VAmEogaZF5WDwR3SKtEC6HSEUh6JPA1gVGcny68XmSJ1pYBbGLmdzEB1ZzGModLBXkG3WbRv12mSKv4KnD8i9w7VTg2uu

β˜… 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


Β© 2025 BitMorphX – All rights reserved.

BTC ADDRESS ANALYZER V1.0.0

20 Jun 14:38

Choose a tag to compare

Pre-release

πŸ“Ž RELEASE NOTES – btc_address_analyzer.py

Version: 1.0.0
Release Date: 2025-05-10


πŸš€ Overview

This version is a complete refactor of base58_decoder_to_hex.py into a modular, more user-friendly CLI tool designed to decode and analyze Bitcoin Base58Check addresses.

Built for educational and analytical usage, it provides structured feedback on address structure, encoding, and integrity.


πŸ”§ Core Features

  • πŸ” Base58 decoding to HEX
  • 🧩 RIPEMD-160 payload extraction
  • πŸ“Š Version byte and address type identification
  • βœ… SHA-256 double checksum verification
  • 🎨 Colored CLI output with termcolor
  • πŸ§ͺ Clear, minimal UI for terminal-based workflows

βœ… Included in v1.0.0

  • βœ… btc_address_analyzer.py – Main analysis script
  • βœ… Color output via termcolor (replacing colorama)
  • βœ… Structured decoding of version, payload, and checksum
  • βœ… Interactive CLI prompt for address input

πŸ—‘ Deprecated

  • ❌ colorama – replaced with simpler termcolor
  • ❌ Hardcoded print formatting – replaced with reusable functions
  • ❌ Legacy file base58_decoder_to_hex.py no longer maintained

πŸ“Œ Related Files


πŸ“œ License

Licensed under the Apache 2.0 License by BitMorphX


🍱 Support

β˜… Bitcoin (BTC)
1MorphXyhHpgmYSfvwUpWojphfLTjrNXc7

β˜… Monero (XMR)
86VAmEogaZF5WDwR3SKtEC6HSEUh6JPA1gVGcny68XmSJ1pYBbGLmdzEB1ZzGModLBXkG3WbRv12mSKv4KnD8i9w7VTg2uu

β˜… 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


Β© 2025 BitMorphX – All rights reserved.