Blazecoin Wallet V1.5 (for Windows) coded an up on Github for download.
https://github.com/AMA-CSharp-Code/Blazecoin_Wallet_Core_V1.5/releases/tag/v1.5.1Direct Download:
https://github.com/AMA-CSharp-Code/Blazecoin_Wallet_Core_V1.5/releases/download/v1.5.1/blazecoin-v1.5.1-windows-x64.zip● Blazecoin Core V1.5 (Windows) — what's new
- Modernised build: upgraded from GCC + OpenSSL 1.0.x + Boost 1.50 + Qt 4 (the 2013 Bitcoin 0.8.6 era toolchain) to MSVC
2022 + OpenSSL 3.x + Boost 1.90 + Qt 5.
- 16 new chain checkpoints, including the critical 2M block checkpoint (allows for V2.0 development).
- Header download limit raised to 50M for faster initial sync.
- Critical bug fix: transactions can now actually be signed in Release builds (NDEBUG was eliding the ECDSA_sign call, causing "Signing transaction failed" on every send).
- Import Wallet feature in the File menu (select a wallet.dat, restart, done — old wallet auto-backed up).
- Per-version data directory (%APPDATA%\BlazecoinV1.5\) so V1.5 runs alongside older wallets without colliding.
- Full dark UI overhaul: phoenix-coin wallpaper, semi-transparent panels, red #d80317 accents, refreshed wordmark and logo.
- Custom dark title bars on RPC Console, Command-line Options, and Transaction Details windows.
- Pulsing green V1.5 status badge in the header.
Windows Defender — steps for first-time users (
1. After downloading the zip, right-click it → Properties → tick Unblock →
OK, then extract.
2. On first launch, click More info → Run anyway when SmartScreen warns
about an unrecognised app.
3. If Defender deletes blazecoin-qt.exe:
- Settings → Privacy & security → Virus & threat protection
2. On first launch, click More info → Run anyway when SmartScreen warns about an unrecognised app.
3. If Defender deletes blazecoin-qt.exe:
- Settings → Privacy & security → Virus & threat protection
- Under "Virus & threat protection settings", click Manage settings
- Scroll to Exclusions → Add or remove exclusions → Add an exclusion → Folder
- Pick the folder where you extracted Blazecoin V1.5
4. Re-extract the zip if the exe is already gone, then run it.
I am also woking on a V2.0 wallet + website release.