Releases: Rexemre/blockzero-core
Releases · Rexemre/blockzero-core
Release list
v1.0.0-rc35
- GUI wallet: new opt-in Mining tab (CPU mining via patched XMRig, mines to your own wallet). - Windows: one-click Block-Zero-Setup.exe installer (per-user, Desktop + Start Menu shortcuts).
v1.0.0-rc34
fix(wallet): auto-disable stale txindex in default config (prune conf…
v1.0.0-rc33
fix(windows): foolproof zip - launcher + extract-first readme Users running Block Zero.exe from inside the zip get 'Qt6Widgets.dll not found' (Windows runs the exe without its DLLs). Add a Start Block Zero.bat launcher and a loud READ ME FIRST.txt telling users to extract first. Co-authored-by: Cursor <cursoragent@cursor.com>
Block Zero v1.0.0-rc32
Recommended build for all platforms. Fixes every known first-run launch problem on macOS and Windows.
Fixes since rc28
- macOS "is damaged and can't be opened" — the app is now code-signed after Qt deployment (ad-hoc by default; notarized when signing secrets are configured), so it is no longer killed by Gatekeeper.
- macOS crash
filesystem error: in equivalent: Operation not supported— fixed the first-run config check that threw beforebitcoin.confexisted. - macOS
Prune mode is incompatible with -txindex— the auto-created config no longer forcestxindex, so the "limit storage" option works. - Windows
Qt6Gui.dll not found— the wallet now ships the complete Qt runtime viawindeployqtinstead of a hand-picked DLL list.
Downloads
| Platform | File |
|---|---|
| macOS (Apple Silicon) | blockzero-v1.0.0-rc32-macos-arm64.tar.gz |
| Windows x64 (wallet) | blockzero-v1.0.0-rc32-windows-x64.zip |
| Windows x64 (CLI only) | blockzero-v1.0.0-rc32-windows-x64-cli.zip |
| Linux x64 / arm64 | blockzero-v1.0.0-rc32-linux-*.tar.gz |
macOS: on first launch use Right-click → Open once (ad-hoc signed). Easiest install: blockzero-ops/scripts/mainnet/install-macos.sh.
v1.0.0-rc31
fix(macos): drop txindex from GUI default config (prune conflict) The first-run dialog lets users enable prune (limit storage); txindex=1 in the auto-created config then crashes launch with 'Prune mode is incompatible with -txindex'. Desktop wallets don't need txindex. Co-authored-by: Cursor <cursoragent@cursor.com>
v1.0.0-rc30
fix(macos): don't throw on first-run config auto-create EnsureBlockZeroDefaultConfigFile called fs::equivalent() on bitcoin.conf before it exists, which throws filesystem error 'Operation not supported' on macOS for every first launch. Compare paths lexically instead so the default config is created without requiring the file to exist. Co-authored-by: Cursor <cursoragent@cursor.com>
v1.0.0-rc29
fix(macos): re-sign Block Zero.app after macdeployqt macdeployqt invalidates the binary signature, which made Gatekeeper report damaged and can't be opened on Apple Silicon. Ad-hoc sign by default; notarize when Apple Developer secrets are configured. Co-authored-by: Cursor <cursoragent@cursor.com>
v1.0.0-rc28
Block Zero rc28: branded macOS Block Zero.app + build/link fixes
v1.0.0-rc24
Fix Windows GUI zip: bundle VC++ runtime (MSVCP140).
v1.0.0-rc23
Fix Windows wallet: bundle VC++ runtime (MSVCP140_ATOMIC_WAIT.dll).