Skip to content

Releases: qubic/Qubic.NET.Wallet

v0.6.3

13 Jun 23:19

Choose a tag to compare

Qubic.NET Wallet v0.6.3

Security Release with an updated crypto library.

image

Important

Wallets with version < 0.6.1 will no longer be able to read new vault files. If you also use the mobile wallet, both need to be >= 0.6.1

Verify downloads with the .sha256 files included alongside each zip.

⚠️ Beta release — please report any issues via GitHub Issues.

v0.6.1

22 May 16:50

Choose a tag to compare

Qubic.NET Wallet v0.6.1

New requested features added — a cross-platform desktop wallet for the Qubic network.

image

Improvements

  • optimized updated to argon2id vault file encryption (improved vault security)

Important

Wallets with version < 0.6.1 will no longer be able to read new vault files. If you also use the mobile wallet, both need to be >= 0.6.1

Verify downloads with the .sha256 files included alongside each zip.

⚠️ Beta release — please report any issues via GitHub Issues.

v0.6.0

18 May 00:48

Choose a tag to compare

Qubic.NET Wallet v0.6.0

New requested features added — a cross-platform desktop wallet for the Qubic network.

image

Improvements

  • optimized connections to Bob and Core Net

Verify downloads with the .sha256 files included alongside each zip.

v0.5.1

04 Mar 15:38

Choose a tag to compare

Qubic.NET Wallet v0.5.1

New requested features added — a cross-platform desktop wallet for the Qubic network.

image

Improvements

  • SC Auctions fixed

Verify downloads with the .sha256 files included alongside each zip.

v0.5.0

01 Mar 00:24

Choose a tag to compare

Qubic.NET Wallet v0.5.0

New requested features added — a cross-platform desktop wallet for the Qubic network.

image

Upgrade

  • Upgraded to .NET 10 runtime and SDK
  • Synced Qubic.Net library to latest upstream (v1.279.0.3 core, contract codegen updates)

Fixes

  • Fixed blazor.web.js 404 in server fallback mode (added RequiresAspNetWebAssets and build-time copy target)
  • Fixed CSS not loading in server mode (removed MapStaticAssets interference)
  • Fixed deprecated Rfc2898DeriveBytes constructor (SYSLIB0060) — now uses static Pbkdf2() method

Improvements

  • Central BalanceService — header and home page always show the same balance, auto-refreshes every 30 ticks and on identity switch

Verify downloads with the .sha256 files included alongside each zip.

v0.4.0

26 Feb 00:51

Choose a tag to compare

Qubic.NET Wallet v0.4.0

New requested features added — a cross-platform desktop wallet for the Qubic network.

image

New Features

  • Watchlist

Improvements

  • 2 Epoch event log synchronization
  • error handling
  • bob connection

Verify downloads with the .sha256 files included alongside each zip.

v0.3.1

22 Feb 16:44

Choose a tag to compare

Qubic.NET Wallet v0.3.1

New requested features added — a cross-platform desktop wallet for the Qubic network.

image

New Features

  • Tick drift detection (navbar warning + Sync Manager detail table + configurable threshold)
  • Optimized 3-step indexed log sync with multi-epoch catch-up and progress bars
  • TxHashDisplay component with explorer links across all pages

Improvements

  • Copyable addresses in log table
  • Catch-up progress visualization
  • Event log catch-up within seconds (before several minutes)

Downloads

Platform File
Windows x64 Qubic.Net.Wallet-0.3.1-win-x64.zip
macOS Intel Qubic.Net.Wallet-0.3.1-osx-x64.zip
macOS Apple Silicon Qubic.Net.Wallet-0.3.1-osx-arm64.zip
Linux x64 Qubic.Net.Wallet-0.3.1-linux-x64.zip

Verify downloads with the .sha256 files included alongside each zip.

v0.3.0

19 Feb 02:14

Choose a tag to compare

Qubic.NET Wallet v0.3.0

New requested features added — a cross-platform desktop wallet for the Qubic network.

image

New Features

Encrypted Vault

  • Password-protected vault file stores multiple seeds and an address book
  • AES-256-GCM encryption with Argon2id key derivation
  • Create, unlock, lock, and delete vault from the top bar
  • Switch between stored seeds without re-entering them

Address Book

  • Save contacts with custom labels to the vault
  • Manage contacts in Settings (add, rename, delete)
  • All address input fields across the app now feature autocomplete with saved identities and contacts
  • Save unknown addresses directly from any address input dropdown
  • After successful transactions, prompts to save the destination address

Send to Many Templates

  • Save the current recipient list as a named template
  • Load, overwrite, and delete templates
  • Templates support recipients with zero amounts (address-only lists)
  • Stored in the encrypted vault alongside seeds and contacts

QR Code on Receive Page

  • QR code displayed for your identity address
  • Copy QR as PNG image to clipboard

Community Voting

  • View active proposals and their options
  • Cast votes with your identity

SC Auctions

  • View available smart contract auction slots
  • Place bids on smart contract slots

Settings Page

  • Consolidated settings: backend selection, peer management, label sources
  • Theme toggle (light/dark)
  • Address book management
  • Database import/export

Improvements

  • Unified AddressInput component with autocomplete across all pages (Send, Send to Many, Assets, QX Trading, Qswap, MSVault, Voting)
  • Consistent address display format (AAAA...ZZZZ) throughout the app
  • Send to Many: import recipients from text (paste tab/comma-separated lists)

Downloads

Platform File
Windows x64 Qubic.Net.Wallet-0.3.0-win-x64.zip
macOS Intel Qubic.Net.Wallet-0.3.0-osx-x64.zip
macOS Apple Silicon Qubic.Net.Wallet-0.3.0-osx-arm64.zip
Linux x64 Qubic.Net.Wallet-0.3.0-linux-x64.zip

Verify downloads with the .sha256 files included alongside each zip.

v.0.2.0

16 Feb 22:09
83cea5d

Choose a tag to compare

Qubic.NET.Wallet v0.2.0

First public release of the Qubic.NET.Wallet — a cross-platform desktop wallet for the Qubic network.

image

Features

  • Dashboard — identity, QU balance, network status, owned assets, and open orders at a glance
  • Send / Receive — single transfers and batch "Send to Many"
  • Assets — view and transfer QX-listed tokens
  • QX Trading — place and cancel asset orders on the Qubic DEX
  • Qearn Staking — lock/unlock QU for staking rewards
  • Qswap DEX — decentralized token swap interface
  • MSVault — multi-signature vault management (create, deposit, release, approve/deny)
  • Transaction History — full history with local encrypted storage and sync
  • Sign / Verify — sign messages with your seed and verify signatures
  • Settings — backend selection (RPC / Bob / Direct TCP), peer management, label sources, database import/export

Security

  • Your seed is held in memory only — never written to disk or sent to the network
  • Local database encrypted with SQLCipher (key derived from your seed)
  • Server mode protected by one-time session token (localhost only)

Downloads

Platform File
Windows (x64) Qubic.Net.Wallet-0.2.0-win-x64.zip
macOS (Apple Silicon) Qubic.Net.Wallet-0.2.0-osx-arm64.zip
macOS (Intel) Qubic.Net.Wallet-0.2.0-osx-x64.zip
Linux (x64) Qubic.Net.Wallet-0.2.0-linux-x64.zip

Always verify SHA-256 hashes before running. Each zip includes a .sha256 file for the binary, and a separate .zip.sha256 is published alongside each download.

Notes

  • Requires WebView2 (Windows), macOS 12+ (macOS), or WebKitGTK (Linux) for desktop mode
  • Falls back to browser mode automatically if native libraries are unavailable — or use --server directly
  • Built on the Qubic.NET SDK and Photino.Blazor

⚠️ Beta release — please report any issues via GitHub Issues.