Skip to content

Releases: BitMorphX/BitPeek

BitPeek v2.0.0 – Structural Rewrite & Dual UI

11 Jun 01:48
Compare
Choose a tag to compare

πŸ“Ž RELEASE NOTES – bitpeek

Version: 2.0.0
Release Date: 2025-06-11


πŸš€ Overview

This release introduces major structural, documentation, and usability improvements to BitPeek.

While the analytical core remains untouched, this version elevates the project to production-quality standards with clear documentation, interface separation, and refined naming consistency.


πŸ†• New in v2.0.0

  • βœ… Created bitpeek.bat for quick Windows launch
  • βœ… Added bitpeek_web.py: Flask GUI version of CLI tool
  • βœ… Created .vscode/ folder with:
    • settings.json
    • launch.json
    • tasks.json
    • extensions.json
  • βœ… Added assets/banner.png used in README header
  • βœ… Rewritten README.md with:
    • Emoji sections
    • Dual-mode usage (CLI + Flask)
    • VSCode and structural layout
  • βœ… Added RELEASE_v1.0.0.md as historical changelog
  • βœ… Created RELEASE_v2.0.0.md (this file)
  • βœ… Clarified responsible usage in ETHICS.md
  • βœ… Included NOTICE for license attributions

πŸ” Technical Notes

  • Core CLI logic (bitpeek.py) remains unchanged
  • Flask GUI (bitpeek_web.py) mirrors all CLI behavior
  • CLI mode: direct prompt input
  • GUI mode: web form via localhost:5000

🧱 Project Structure (Post-v2.0.0)

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

πŸ“œ License

Licensed under the Apache 2.0 License by BitMorphX
See NOTICE for full attribution details.


🍱 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.

BitPeek v1.1.0 – Web GUI Added

09 May 19:14
Compare
Choose a tag to compare

Added

  • Flask-based web interface (bitpeek_web.py)
  • HTML table layout with dark mode
  • Real-time Base58 decoding, checksum validation, RIPEMD-160 display
  • Fully mirrors CLI logic with structured UI