Releases: BitMorphX/BitPeek
BitPeek v2.0.0 β Structural Rewrite & Dual UI
π 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
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