Skip to content

Releases: Rexemre/blockzero-core

v1.0.0-rc35

Choose a tag to compare

@github-actions github-actions released this 26 Jun 20:09
- 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

Choose a tag to compare

@github-actions github-actions released this 19 Jun 22:33
fix(wallet): auto-disable stale txindex in default config (prune conf…

v1.0.0-rc33

Choose a tag to compare

@github-actions github-actions released this 19 Jun 07:26
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

Choose a tag to compare

@github-actions github-actions released this 19 Jun 06:52

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 before bitcoin.conf existed.
  • macOS Prune mode is incompatible with -txindex — the auto-created config no longer forces txindex, so the "limit storage" option works.
  • Windows Qt6Gui.dll not found — the wallet now ships the complete Qt runtime via windeployqt instead 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

v1.0.0-rc31 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jun 06:47
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

v1.0.0-rc30 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:53
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

v1.0.0-rc29 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 21:52
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

v1.0.0-rc28 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 20:02
Block Zero rc28: branded macOS Block Zero.app + build/link fixes

v1.0.0-rc24

v1.0.0-rc24 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jun 18:01
Fix Windows GUI zip: bundle VC++ runtime (MSVCP140).

v1.0.0-rc23

v1.0.0-rc23 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jun 17:36
Fix Windows wallet: bundle VC++ runtime (MSVCP140_ATOMIC_WAIT.dll).